接口 Concrete.ResponsePackageOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
Concrete.ResponsePackage, Concrete.ResponsePackage.Builder
封闭类:
Concrete

public static interface Concrete.ResponsePackageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法详细资料

    • getCompressed

      com.google.protobuf.ByteString getCompressed()
       DataPackage
       
      bytes compressed = 1;
      返回:
      The compressed.
    • getContent

      String getContent()
      string content = 2;
      返回:
      The content.
    • getContentBytes

      com.google.protobuf.ByteString getContentBytes()
      string content = 2;
      返回:
      The bytes for content.
    • getSubjoinCount

      int getSubjoinCount()
      map<string, string> subjoin = 3;
    • containsSubjoin

      boolean containsSubjoin(String key)
      map<string, string> subjoin = 3;
    • getSubjoin

      @Deprecated Map<String,String> getSubjoin()
      已过时。
      Use getSubjoinMap() instead.
    • getSubjoinMap

      Map<String,String> getSubjoinMap()
      map<string, string> subjoin = 3;
    • getSubjoinOrDefault

      String getSubjoinOrDefault(String key, String defaultValue)
      map<string, string> subjoin = 3;
    • getSubjoinOrThrow

      String getSubjoinOrThrow(String key)
      map<string, string> subjoin = 3;
    • getConcreteTokenId

      String getConcreteTokenId()
      string concreteTokenId = 4;
      返回:
      The concreteTokenId.
    • getConcreteTokenIdBytes

      com.google.protobuf.ByteString getConcreteTokenIdBytes()
      string concreteTokenId = 4;
      返回:
      The bytes for concreteTokenId.
    • getOk

      boolean getOk()
      bool ok = 5;
      返回:
      The ok.