Interface Synchronize.SetCustomPropertyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Synchronize.MultiTypeValue getCustomValue()
      .com.nhn.gameanvil.protocol.MultiTypeValue custom_value = 2;
      Synchronize.MultiTypeValueOrBuilder getCustomValueOrBuilder()
      .com.nhn.gameanvil.protocol.MultiTypeValue custom_value = 2;
      java.lang.String getKey()
      string key = 1;
      com.google.protobuf.ByteString getKeyBytes()
      string key = 1;
      boolean hasCustomValue()
      .com.nhn.gameanvil.protocol.MultiTypeValue custom_value = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 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.