接口 TripleWrapper.TripleRequestWrapperOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      com.google.protobuf.ByteString getArgs​(int index)
      repeated bytes args = 2;
      int getArgsCount()
      repeated bytes args = 2;
      List<com.google.protobuf.ByteString> getArgsList()
      repeated bytes args = 2;
      String getArgTypes​(int index)
      repeated string argTypes = 3;
      com.google.protobuf.ByteString getArgTypesBytes​(int index)
      repeated string argTypes = 3;
      int getArgTypesCount()
      repeated string argTypes = 3;
      List<String> getArgTypesList()
      repeated string argTypes = 3;
      String getSerializeType()
      hessian4 json
      com.google.protobuf.ByteString getSerializeTypeBytes()
      hessian4 json
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

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