Interface CollectionSetProtos.NumericAttributeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CollectionSetProtos.NumericAttribute
,CollectionSetProtos.NumericAttribute.Builder
- Enclosing class:
- CollectionSetProtos
public static interface CollectionSetProtos.NumericAttributeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getGroup()
string group = 1;
com.google.protobuf.ByteString
getGroupBytes()
string group = 1;
java.lang.String
getName()
string name = 2;
com.google.protobuf.ByteString
getNameBytes()
string name = 2;
CollectionSetProtos.NumericAttribute.Type
getType()
.NumericAttribute.Type type = 4;
int
getTypeValue()
.NumericAttribute.Type type = 4;
double
getValue()
double value = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGroup
java.lang.String getGroup()
string group = 1;
-
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()
string group = 1;
-
getName
java.lang.String getName()
string name = 2;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 2;
-
getValue
double getValue()
double value = 3;
-
getTypeValue
int getTypeValue()
.NumericAttribute.Type type = 4;
-
getType
CollectionSetProtos.NumericAttribute.Type getType()
.NumericAttribute.Type type = 4;
-
-