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 Summary
Modifier and TypeMethodDescriptiongetCode()
string code = 2;
com.google.protobuf.ByteString
string code = 2;
getLabel()
optional string label = 3;
com.google.protobuf.ByteString
optional string label = 3;
int
int32 ordinal = 4;
getTag()
optional string tag = 1;
com.google.protobuf.ByteString
optional string tag = 1;
boolean
hasLabel()
optional string label = 3;
boolean
hasTag()
optional string tag = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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
String getTag()optional string tag = 1;
- Returns:
- The tag.
-
getTagBytes
com.google.protobuf.ByteString getTagBytes()optional string tag = 1;
- Returns:
- The bytes for tag.
-
getCode
String getCode()string code = 2;
- Returns:
- The code.
-
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
String getLabel()optional string label = 3;
- Returns:
- The label.
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()optional string label = 3;
- Returns:
- The bytes for label.
-
getOrdinal
int getOrdinal()int32 ordinal = 4;
- Returns:
- The ordinal.
-