Interface ProtobufMessages.Header.StrategyIndexOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.Header.StrategyIndex,ProtobufMessages.Header.StrategyIndex.Builder
- Enclosing class:
- ProtobufMessages.Header
public static interface ProtobufMessages.Header.StrategyIndexOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetData()optional bytes data = 3;intgetId()optional int32 id = 1;StringgetName()optional string name = 2;com.google.protobuf.ByteStringgetNameBytes()optional string name = 2;booleanhasData()optional bytes data = 3;booleanhasId()optional int32 id = 1;booleanhasName()optional string name = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
optional int32 id = 1;
-
getId
int getId()
optional int32 id = 1;
-
hasName
boolean hasName()
optional string name = 2;
-
getName
String getName()
optional string name = 2;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
-
hasData
boolean hasData()
optional bytes data = 3;
-
getData
com.google.protobuf.ByteString getData()
optional bytes data = 3;
-
-