接口 Concrete.ResponsePackageOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Concrete
public static interface Concrete.ResponsePackageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明booleancontainsSubjoin(String key) map<string, string> subjoin = 3;com.google.protobuf.ByteStringDataPackagestring concreteTokenId = 4;com.google.protobuf.ByteStringstring concreteTokenId = 4;string content = 2;com.google.protobuf.ByteStringstring content = 2;booleangetOk()bool ok = 5;已过时。intmap<string, string> subjoin = 3;map<string, string> subjoin = 3;getSubjoinOrDefault(String key, String defaultValue) map<string, string> subjoin = 3;getSubjoinOrThrow(String key) map<string, string> subjoin = 3;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
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
map<string, string> subjoin = 3; -
getSubjoin
已过时。UsegetSubjoinMap()instead. -
getSubjoinMap
map<string, string> subjoin = 3; -
getSubjoinOrDefault
map<string, string> subjoin = 3; -
getSubjoinOrThrow
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.
-