Interface Synchronize.SetCustomPropertyCasOrBuilder

    • Method Detail

      • getKey

        java.lang.String getKey()
        string key = 1;
        Returns:
        The key.
      • getKeyBytes

        com.google.protobuf.ByteString getKeyBytes()
        string key = 1;
        Returns:
        The bytes for key.
      • hasCustomValue

        boolean hasCustomValue()
        .com.nhn.gameanvil.protocol.MultiTypeValue custom_value = 2;
        Returns:
        Whether the customValue field is set.
      • getCustomValue

        Synchronize.MultiTypeValue getCustomValue()
        .com.nhn.gameanvil.protocol.MultiTypeValue custom_value = 2;
        Returns:
        The customValue.
      • hasCustomValueExpected

        boolean hasCustomValueExpected()
        .com.nhn.gameanvil.protocol.MultiTypeValue custom_value_expected = 3;
        Returns:
        Whether the customValueExpected field is set.
      • getCustomValueExpected

        Synchronize.MultiTypeValue getCustomValueExpected()
        .com.nhn.gameanvil.protocol.MultiTypeValue custom_value_expected = 3;
        Returns:
        The customValueExpected.