Package io.ably.lib.liveobjects.message
Interface MapSet
public interface MapSet
Payload of a
ObjectOperationAction.MAP_SET operation, describing a key being
set on a LiveMap object.
Spec: MST*
-
Method Summary
Modifier and TypeMethodDescription@NotNull StringgetKey()Returns the key being set.@NotNull ObjectDatagetValue()Returns the value the key is being set to.
-
Method Details
-
getKey
Returns the key being set.Spec: MST2a
- Returns:
- the map key
-
getValue
Returns the value the key is being set to.Spec: MST2b
- Returns:
- the value being set
-