com.atlassian.confluence.cluster.shareddata
Class PluginSharedDataKey
java.lang.Object
com.atlassian.confluence.cluster.shareddata.PluginSharedDataKey
- All Implemented Interfaces:
- Serializable
public class PluginSharedDataKey
- extends Object
- implements Serializable
- Since:
- 5.7
- See Also:
- Serialized Form
PluginSharedDataKey
public PluginSharedDataKey(String pluginKey,
String sharedDataKey)
getPluginKey
public String getPluginKey()
getSharedDataKey
public String getSharedDataKey()
toString
public String toString()
- Overrides:
toString in class Object
asString
public String asString()
equals
public boolean equals(@Nullable
Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2003–2015 Atlassian. All rights reserved.