Package io.github.xezzon.zeroweb.dict
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 SummaryModifier 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.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasTagboolean hasTag()optional string tag = 1;- Returns:
- Whether the tag field is set.
 
- 
getTagString getTag()optional string tag = 1;- Returns:
- The tag.
 
- 
getTagBytescom.google.protobuf.ByteString getTagBytes()optional string tag = 1;- Returns:
- The bytes for tag.
 
- 
getCodeString getCode()string code = 2;- Returns:
- The code.
 
- 
getCodeBytescom.google.protobuf.ByteString getCodeBytes()string code = 2;- Returns:
- The bytes for code.
 
- 
hasLabelboolean hasLabel()optional string label = 3;- Returns:
- Whether the label field is set.
 
- 
getLabelString getLabel()optional string label = 3;- Returns:
- The label.
 
- 
getLabelBytescom.google.protobuf.ByteString getLabelBytes()optional string label = 3;- Returns:
- The bytes for label.
 
- 
getOrdinalint getOrdinal()int32 ordinal = 4;- Returns:
- The ordinal.
 
 
-