Interface CustomDataValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomDataValue,CustomDataValue.Builder
public interface CustomDataValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetBoolValue()optional bool boolValue = 2;doublegetDoubleValue()optional double doubleValue = 3;java.lang.StringgetStringValue()optional string stringValue = 4;com.google.protobuf.ByteStringgetStringValueBytes()optional string stringValue = 4;CustomDataTypegetType()optional .CustomDataType type = 1;intgetTypeValue()optional .CustomDataType type = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTypeValue
int getTypeValue()
optional .CustomDataType type = 1;
-
getType
CustomDataType getType()
optional .CustomDataType type = 1;
-
getBoolValue
boolean getBoolValue()
optional bool boolValue = 2;
-
getDoubleValue
double getDoubleValue()
optional double doubleValue = 3;
-
getStringValue
java.lang.String getStringValue()
optional string stringValue = 4;
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()
optional string stringValue = 4;
-
-