Class PluginSharedDataKey
- java.lang.Object
 - 
- com.atlassian.confluence.cluster.shareddata.PluginSharedDataKey
 
 
- 
- All Implemented Interfaces:
 Serializable
@Deprecated(since="8.2", forRemoval=true) public class PluginSharedDataKey extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.since 8.2- Since:
 - 5.7
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PluginSharedDataKey(String pluginKey, String sharedDataKey)Deprecated, for removal: This API element is subject to removal in a future version. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringasString()Deprecated, for removal: This API element is subject to removal in a future version.booleanequals(@Nullable Object o)Deprecated, for removal: This API element is subject to removal in a future version.StringgetPluginKey()Deprecated, for removal: This API element is subject to removal in a future version.StringgetSharedDataKey()Deprecated, for removal: This API element is subject to removal in a future version.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.StringtoString()Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 
- 
- 
Method Detail
- 
getPluginKey
public String getPluginKey()
Deprecated, for removal: This API element is subject to removal in a future version. 
- 
getSharedDataKey
public String getSharedDataKey()
Deprecated, for removal: This API element is subject to removal in a future version. 
- 
toString
public String toString()
Deprecated, for removal: This API element is subject to removal in a future version. 
- 
asString
public String asString()
Deprecated, for removal: This API element is subject to removal in a future version. 
- 
equals
public boolean equals(@Nullable Object o)
Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 
 -