Package io.github.xezzon.zeroweb.dict
Interface DictReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DictReq
,DictReq.Builder
public interface DictReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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.
-