Interface IPlatformKey
-
public interface IPlatformKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default booleanequals(IPlatformKey key)StringgetKey()Gets the key of the keyStringgetNamespace()Gets the namespace of the keyStringtoString()Gets the full key as String
-
-
-
Method Detail
-
getNamespace
String getNamespace()
Gets the namespace of the key- Returns:
- the namespace
-
getKey
String getKey()
Gets the key of the key- Returns:
- the key
-
toString
String toString()
Gets the full key as String
-
equals
default boolean equals(IPlatformKey key)
-
-