Interface DictImportReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DictImportReq, DictImportReq.Builder
public interface DictImportReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()string code = 2;com.google.protobuf.ByteStringstring code = 2;getLabel()optional string label = 3;com.google.protobuf.ByteStringoptional string label = 3;intint32 ordinal = 4;getTag()optional string tag = 1;com.google.protobuf.ByteStringoptional string tag = 1;booleanhasLabel()optional string label = 3;booleanhasTag()optional string tag = 1;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
-
hasTag
boolean hasTag()optional string tag = 1;- Returns:
- Whether the tag field is set.
-
getTag
-
getTagBytes
com.google.protobuf.ByteString getTagBytes()optional string tag = 1;- Returns:
- The bytes for tag.
-
getCode
-
getCodeBytes
com.google.protobuf.ByteString getCodeBytes()string code = 2;- Returns:
- The bytes for code.
-
hasLabel
boolean hasLabel()optional string label = 3;- Returns:
- Whether the label field is set.
-
getLabel
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()optional string label = 3;- Returns:
- The bytes for label.
-
getOrdinal
int getOrdinal()int32 ordinal = 4;- Returns:
- The ordinal.
-