public interface KeyValue
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Returns the state key.
|
java.lang.String |
getStringValue()
Returns the state value, decoded as a UTF-8 string.
|
byte[] |
getValue()
Returns the state value.
|