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
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetData()optional bytes data = 3;intgetId()optional int32 id = 1;getName()optional string name = 2;com.google.protobuf.ByteStringoptional 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.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasId
boolean hasId()optional int32 id = 1;- Returns:
- Whether the id field is set.
-
getId
int getId()optional int32 id = 1;- Returns:
- The id.
-
hasName
boolean hasName()optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 2;- Returns:
- The bytes for name.
-
hasData
boolean hasData()optional bytes data = 3;- Returns:
- Whether the data field is set.
-
getData
com.google.protobuf.ByteString getData()optional bytes data = 3;- Returns:
- The data.
-