Package com.nhn.gameanvil.protocol
Interface Synchronize.SetCustomPropertyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Synchronize.SetCustomProperty
,Synchronize.SetCustomProperty.Builder
- Enclosing class:
- Synchronize
public static interface Synchronize.SetCustomPropertyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
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.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.
-
getCustomValueOrBuilder
Synchronize.MultiTypeValueOrBuilder getCustomValueOrBuilder()
.com.nhn.gameanvil.protocol.MultiTypeValue custom_value = 2;
-
-