Package com.nhn.gameanvil.protocol
Interface Synchronize.AnimatorParameterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Synchronize.AnimatorParameter
,Synchronize.AnimatorParameter.Builder
- Enclosing class:
- Synchronize
public static interface Synchronize.AnimatorParameterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getBoolValue()
bool bool_value = 2;
float
getFloatValue()
float float_value = 3;
int
getIntValue()
int32 int_value = 1;
Synchronize.AnimatorParameter.TypeCase
getTypeCase()
boolean
hasBoolValue()
bool bool_value = 2;
boolean
hasFloatValue()
float float_value = 3;
boolean
hasIntValue()
int32 int_value = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIntValue
boolean hasIntValue()
int32 int_value = 1;
- Returns:
- Whether the intValue field is set.
-
getIntValue
int getIntValue()
int32 int_value = 1;
- Returns:
- The intValue.
-
hasBoolValue
boolean hasBoolValue()
bool bool_value = 2;
- Returns:
- Whether the boolValue field is set.
-
getBoolValue
boolean getBoolValue()
bool bool_value = 2;
- Returns:
- The boolValue.
-
hasFloatValue
boolean hasFloatValue()
float float_value = 3;
- Returns:
- Whether the floatValue field is set.
-
getFloatValue
float getFloatValue()
float float_value = 3;
- Returns:
- The floatValue.
-
getTypeCase
Synchronize.AnimatorParameter.TypeCase getTypeCase()
-
-