类 Contract.CallArgs

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.baidu.xuper.contractpb.Contract.CallArgs
所有已实现的接口:
Contract.CallArgsOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
封闭类:
Contract

public static final class Contract.CallArgs
extends com.google.protobuf.GeneratedMessageV3
implements Contract.CallArgsOrBuilder
Protobuf type xchain.contract.sdk.CallArgs
另请参阅:
序列化表格
  • 字段详细资料

    • METHOD_FIELD_NUMBER

      public static final int METHOD_FIELD_NUMBER
      另请参阅:
      常量字段值
    • ARGS_FIELD_NUMBER

      public static final int ARGS_FIELD_NUMBER
      另请参阅:
      常量字段值
    • INITIATOR_FIELD_NUMBER

      public static final int INITIATOR_FIELD_NUMBER
      另请参阅:
      常量字段值
    • AUTH_REQUIRE_FIELD_NUMBER

      public static final int AUTH_REQUIRE_FIELD_NUMBER
      另请参阅:
      常量字段值
    • TRANSFER_AMOUNT_FIELD_NUMBER

      public static final int TRANSFER_AMOUNT_FIELD_NUMBER
      另请参阅:
      常量字段值
  • 方法详细资料

    • newInstance

      protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      覆盖:
      newInstance 在类中 com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      指定者:
      getUnknownFields 在接口中 com.google.protobuf.MessageOrBuilder
      覆盖:
      getUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      指定者:
      internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3
    • getMethod

      public String getMethod()
      string method = 1;
      指定者:
      getMethod 在接口中 Contract.CallArgsOrBuilder
      返回:
      The method.
    • getMethodBytes

      public com.google.protobuf.ByteString getMethodBytes()
      string method = 1;
      指定者:
      getMethodBytes 在接口中 Contract.CallArgsOrBuilder
      返回:
      The bytes for method.
    • getArgsList

      public List<Contract.ArgPair> getArgsList()
      repeated .xchain.contract.sdk.ArgPair args = 2;
      指定者:
      getArgsList 在接口中 Contract.CallArgsOrBuilder
    • getArgsOrBuilderList

      public List<? extends Contract.ArgPairOrBuilder> getArgsOrBuilderList()
      repeated .xchain.contract.sdk.ArgPair args = 2;
      指定者:
      getArgsOrBuilderList 在接口中 Contract.CallArgsOrBuilder
    • getArgsCount

      public int getArgsCount()
      repeated .xchain.contract.sdk.ArgPair args = 2;
      指定者:
      getArgsCount 在接口中 Contract.CallArgsOrBuilder
    • getArgs

      public Contract.ArgPair getArgs​(int index)
      repeated .xchain.contract.sdk.ArgPair args = 2;
      指定者:
      getArgs 在接口中 Contract.CallArgsOrBuilder
    • getArgsOrBuilder

      public Contract.ArgPairOrBuilder getArgsOrBuilder​(int index)
      repeated .xchain.contract.sdk.ArgPair args = 2;
      指定者:
      getArgsOrBuilder 在接口中 Contract.CallArgsOrBuilder
    • getInitiator

      public String getInitiator()
      string initiator = 3;
      指定者:
      getInitiator 在接口中 Contract.CallArgsOrBuilder
      返回:
      The initiator.
    • getInitiatorBytes

      public com.google.protobuf.ByteString getInitiatorBytes()
      string initiator = 3;
      指定者:
      getInitiatorBytes 在接口中 Contract.CallArgsOrBuilder
      返回:
      The bytes for initiator.
    • getAuthRequireList

      public com.google.protobuf.ProtocolStringList getAuthRequireList()
      repeated string auth_require = 4;
      指定者:
      getAuthRequireList 在接口中 Contract.CallArgsOrBuilder
      返回:
      A list containing the authRequire.
    • getAuthRequireCount

      public int getAuthRequireCount()
      repeated string auth_require = 4;
      指定者:
      getAuthRequireCount 在接口中 Contract.CallArgsOrBuilder
      返回:
      The count of authRequire.
    • getAuthRequire

      public String getAuthRequire​(int index)
      repeated string auth_require = 4;
      指定者:
      getAuthRequire 在接口中 Contract.CallArgsOrBuilder
      参数:
      index - The index of the element to return.
      返回:
      The authRequire at the given index.
    • getAuthRequireBytes

      public com.google.protobuf.ByteString getAuthRequireBytes​(int index)
      repeated string auth_require = 4;
      指定者:
      getAuthRequireBytes 在接口中 Contract.CallArgsOrBuilder
      参数:
      index - The index of the value to return.
      返回:
      The bytes of the authRequire at the given index.
    • getTransferAmount

      public String getTransferAmount()
      string transfer_amount = 5;
      指定者:
      getTransferAmount 在接口中 Contract.CallArgsOrBuilder
      返回:
      The transferAmount.
    • getTransferAmountBytes

      public com.google.protobuf.ByteString getTransferAmountBytes()
      string transfer_amount = 5;
      指定者:
      getTransferAmountBytes 在接口中 Contract.CallArgsOrBuilder
      返回:
      The bytes for transferAmount.
    • isInitialized

      public final boolean isInitialized()
      指定者:
      isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
      覆盖:
      isInitialized 在类中 com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo​(com.google.protobuf.CodedOutputStream output) throws IOException
      指定者:
      writeTo 在接口中 com.google.protobuf.MessageLite
      覆盖:
      writeTo 在类中 com.google.protobuf.GeneratedMessageV3
      抛出:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      指定者:
      getSerializedSize 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals​(Object obj)
      指定者:
      equals 在接口中 com.google.protobuf.Message
      覆盖:
      equals 在类中 com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      指定者:
      hashCode 在接口中 com.google.protobuf.Message
      覆盖:
      hashCode 在类中 com.google.protobuf.AbstractMessage
    • parseFrom

      public static Contract.CallArgs parseFrom​(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Contract.CallArgs parseFrom​(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Contract.CallArgs parseFrom​(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Contract.CallArgs parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Contract.CallArgs parseFrom​(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Contract.CallArgs parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Contract.CallArgs parseFrom​(InputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static Contract.CallArgs parseFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static Contract.CallArgs parseDelimitedFrom​(InputStream input) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static Contract.CallArgs parseDelimitedFrom​(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseFrom

      public static Contract.CallArgs parseFrom​(com.google.protobuf.CodedInputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static Contract.CallArgs parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • newBuilderForType

      public Contract.CallArgs.Builder newBuilderForType()
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.Message
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.MessageLite
    • newBuilder

      public static Contract.CallArgs.Builder newBuilder()
    • newBuilder

      public static Contract.CallArgs.Builder newBuilder​(Contract.CallArgs prototype)
    • toBuilder

      public Contract.CallArgs.Builder toBuilder()
      指定者:
      toBuilder 在接口中 com.google.protobuf.Message
      指定者:
      toBuilder 在接口中 com.google.protobuf.MessageLite
    • newBuilderForType

      protected Contract.CallArgs.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      指定者:
      newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Contract.CallArgs getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Contract.CallArgs> parser()
    • getParserForType

      public com.google.protobuf.Parser<Contract.CallArgs> getParserForType()
      指定者:
      getParserForType 在接口中 com.google.protobuf.Message
      指定者:
      getParserForType 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getParserForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Contract.CallArgs getDefaultInstanceForType()
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder