接口 Concrete.RequestPackageOrBuilder

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

public static interface Concrete.RequestPackageOrBuilder 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.
    • getServiceId

      String getServiceId()
      string serviceId = 5;
      返回:
      The serviceId.
    • getServiceIdBytes

      com.google.protobuf.ByteString getServiceIdBytes()
      string serviceId = 5;
      返回:
      The bytes for serviceId.