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 Type
    Method
    Description
    字典键
    com.google.protobuf.ByteString
    字典键
    string id = 1;
    com.google.protobuf.ByteString
    string id = 1;
    字典值
    com.google.protobuf.ByteString
    字典值
    int
    排序号
    上级ID
    com.google.protobuf.ByteString
    上级ID
    字典目
    com.google.protobuf.ByteString
    字典目

    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

    • 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.