Package io.github.xezzon.zeroweb.dict
Interface DictRespOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DictResp,DictResp.Builder
public interface DictRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()字典键com.google.protobuf.ByteString字典键getId()string id = 1;com.google.protobuf.ByteStringstring id = 1;getLabel()字典值com.google.protobuf.ByteString字典值int排序号上级IDcom.google.protobuf.ByteString上级IDgetTag()字典目com.google.protobuf.ByteString字典目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
-
getId
String getId()string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1;- Returns:
- The bytes for id.
-
getTag
String getTag()字典目
string tag = 2;- Returns:
- The tag.
-
getTagBytes
com.google.protobuf.ByteString getTagBytes()字典目
string tag = 2;- Returns:
- The bytes for tag.
-
getCode
String getCode()字典键
string code = 3;- Returns:
- The code.
-
getCodeBytes
com.google.protobuf.ByteString getCodeBytes()字典键
string code = 3;- Returns:
- The bytes for code.
-
getLabel
String getLabel()字典值
string label = 4;- Returns:
- The label.
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()字典值
string label = 4;- Returns:
- The bytes for label.
-
getOrdinal
int getOrdinal()排序号
int32 ordinal = 5;- Returns:
- The ordinal.
-
getParentId
String getParentId()上级ID
string parent_id = 6;- Returns:
- The parentId.
-
getParentIdBytes
com.google.protobuf.ByteString getParentIdBytes()上级ID
string parent_id = 6;- Returns:
- The bytes for parentId.
-