接口 TripleWrapper.TripleRequestWrapperOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- TripleWrapper
public static interface TripleWrapper.TripleRequestWrapperOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 com.google.protobuf.ByteStringgetArgs(int index)repeated bytes args = 2;intgetArgsCount()repeated bytes args = 2;List<com.google.protobuf.ByteString>getArgsList()repeated bytes args = 2;StringgetArgTypes(int index)repeated string argTypes = 3;com.google.protobuf.ByteStringgetArgTypesBytes(int index)repeated string argTypes = 3;intgetArgTypesCount()repeated string argTypes = 3;List<String>getArgTypesList()repeated string argTypes = 3;StringgetSerializeType()hessian4 jsoncom.google.protobuf.ByteStringgetSerializeTypeBytes()hessian4 json
-
-
-
方法详细资料
-
getSerializeType
String getSerializeType()
hessian4 json
string serializeType = 1;- 返回:
- The serializeType.
-
getSerializeTypeBytes
com.google.protobuf.ByteString getSerializeTypeBytes()
hessian4 json
string serializeType = 1;- 返回:
- The bytes for serializeType.
-
getArgsList
List<com.google.protobuf.ByteString> getArgsList()
repeated bytes args = 2;- 返回:
- A list containing the args.
-
getArgsCount
int getArgsCount()
repeated bytes args = 2;- 返回:
- The count of args.
-
getArgs
com.google.protobuf.ByteString getArgs(int index)
repeated bytes args = 2;- 参数:
index- The index of the element to return.- 返回:
- The args at the given index.
-
getArgTypesList
List<String> getArgTypesList()
repeated string argTypes = 3;- 返回:
- A list containing the argTypes.
-
getArgTypesCount
int getArgTypesCount()
repeated string argTypes = 3;- 返回:
- The count of argTypes.
-
getArgTypes
String getArgTypes(int index)
repeated string argTypes = 3;- 参数:
index- The index of the element to return.- 返回:
- The argTypes at the given index.
-
getArgTypesBytes
com.google.protobuf.ByteString getArgTypesBytes(int index)
repeated string argTypes = 3;- 参数:
index- The index of the value to return.- 返回:
- The bytes of the argTypes at the given index.
-
-