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 Type
    Method
    Description
    @NotNull String
    Returns the key being set.
    @NotNull ObjectData
    Returns the value the key is being set to.
  • Method Details

    • getKey

      @NotNull @NotNull String getKey()
      Returns the key being set.

      Spec: MST2a

      Returns:
      the map key
    • getValue

      @NotNull @NotNull ObjectData getValue()
      Returns the value the key is being set to.

      Spec: MST2b

      Returns:
      the value being set