public static final class TransactionService.SubmitTransactionResponse extends com.google.protobuf.GeneratedMessageLite<TransactionService.SubmitTransactionResponse,TransactionService.SubmitTransactionResponse.Builder> implements TransactionService.SubmitTransactionResponseOrBuilder
kin.agora.transaction.v4.SubmitTransactionResponse| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionService.SubmitTransactionResponse.Builder
Protobuf type
kin.agora.transaction.v4.SubmitTransactionResponse |
static class |
TransactionService.SubmitTransactionResponse.Result
Protobuf enum
kin.agora.transaction.v4.SubmitTransactionResponse.Result |
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm| Modifier and Type | Field and Description |
|---|---|
static int |
INVOICE_ERRORS_FIELD_NUMBER |
static int |
RESULT_FIELD_NUMBER |
static int |
SIGNATURE_FIELD_NUMBER |
static int |
TRANSACTION_ERROR_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0,
java.lang.Object arg1) |
static TransactionService.SubmitTransactionResponse |
getDefaultInstance() |
Model.InvoiceError |
getInvoiceErrors(int index)
Present when result = INVOICE_ERROR.
|
int |
getInvoiceErrorsCount()
Present when result = INVOICE_ERROR.
|
java.util.List<Model.InvoiceError> |
getInvoiceErrorsList()
Present when result = INVOICE_ERROR.
|
Model.InvoiceErrorOrBuilder |
getInvoiceErrorsOrBuilder(int index)
Present when result = INVOICE_ERROR.
|
java.util.List<? extends Model.InvoiceErrorOrBuilder> |
getInvoiceErrorsOrBuilderList()
Present when result = INVOICE_ERROR.
|
TransactionService.SubmitTransactionResponse.Result |
getResult()
.kin.agora.transaction.v4.SubmitTransactionResponse.Result result = 1; |
int |
getResultValue()
.kin.agora.transaction.v4.SubmitTransactionResponse.Result result = 1; |
Model.TransactionSignature |
getSignature()
The signature of the transaction.
|
Model.TransactionError |
getTransactionError()
Present when result = FAILED.
|
boolean |
hasSignature()
The signature of the transaction.
|
boolean |
hasTransactionError()
Present when result = FAILED.
|
static TransactionService.SubmitTransactionResponse.Builder |
newBuilder() |
static TransactionService.SubmitTransactionResponse.Builder |
newBuilder(TransactionService.SubmitTransactionResponse prototype) |
static TransactionService.SubmitTransactionResponse |
parseDelimitedFrom(java.io.InputStream input) |
static TransactionService.SubmitTransactionResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.SubmitTransactionResponse |
parseFrom(byte[] data) |
static TransactionService.SubmitTransactionResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.SubmitTransactionResponse |
parseFrom(java.nio.ByteBuffer data) |
static TransactionService.SubmitTransactionResponse |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.SubmitTransactionResponse |
parseFrom(com.google.protobuf.ByteString data) |
static TransactionService.SubmitTransactionResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.SubmitTransactionResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransactionService.SubmitTransactionResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.SubmitTransactionResponse |
parseFrom(java.io.InputStream input) |
static TransactionService.SubmitTransactionResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransactionService.SubmitTransactionResponse> |
parser() |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int RESULT_FIELD_NUMBER
public static final int SIGNATURE_FIELD_NUMBER
public static final int TRANSACTION_ERROR_FIELD_NUMBER
public static final int INVOICE_ERRORS_FIELD_NUMBER
public int getResultValue()
.kin.agora.transaction.v4.SubmitTransactionResponse.Result result = 1;getResultValue in interface TransactionService.SubmitTransactionResponseOrBuilderpublic TransactionService.SubmitTransactionResponse.Result getResult()
.kin.agora.transaction.v4.SubmitTransactionResponse.Result result = 1;getResult in interface TransactionService.SubmitTransactionResponseOrBuilderpublic boolean hasSignature()
The signature of the transaction.
.kin.agora.common.v4.TransactionSignature signature = 2;hasSignature in interface TransactionService.SubmitTransactionResponseOrBuilderpublic Model.TransactionSignature getSignature()
The signature of the transaction.
.kin.agora.common.v4.TransactionSignature signature = 2;getSignature in interface TransactionService.SubmitTransactionResponseOrBuilderpublic boolean hasTransactionError()
Present when result = FAILED.
.kin.agora.common.v4.TransactionError transaction_error = 3;hasTransactionError in interface TransactionService.SubmitTransactionResponseOrBuilderpublic Model.TransactionError getTransactionError()
Present when result = FAILED.
.kin.agora.common.v4.TransactionError transaction_error = 3;getTransactionError in interface TransactionService.SubmitTransactionResponseOrBuilderpublic java.util.List<Model.InvoiceError> getInvoiceErrorsList()
Present when result = INVOICE_ERROR.
repeated .kin.agora.common.v3.InvoiceError invoice_errors = 4;getInvoiceErrorsList in interface TransactionService.SubmitTransactionResponseOrBuilderpublic java.util.List<? extends Model.InvoiceErrorOrBuilder> getInvoiceErrorsOrBuilderList()
Present when result = INVOICE_ERROR.
repeated .kin.agora.common.v3.InvoiceError invoice_errors = 4;public int getInvoiceErrorsCount()
Present when result = INVOICE_ERROR.
repeated .kin.agora.common.v3.InvoiceError invoice_errors = 4;getInvoiceErrorsCount in interface TransactionService.SubmitTransactionResponseOrBuilderpublic Model.InvoiceError getInvoiceErrors(int index)
Present when result = INVOICE_ERROR.
repeated .kin.agora.common.v3.InvoiceError invoice_errors = 4;getInvoiceErrors in interface TransactionService.SubmitTransactionResponseOrBuilderpublic Model.InvoiceErrorOrBuilder getInvoiceErrorsOrBuilder(int index)
Present when result = INVOICE_ERROR.
repeated .kin.agora.common.v3.InvoiceError invoice_errors = 4;public static TransactionService.SubmitTransactionResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SubmitTransactionResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SubmitTransactionResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SubmitTransactionResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SubmitTransactionResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SubmitTransactionResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SubmitTransactionResponse parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SubmitTransactionResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SubmitTransactionResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SubmitTransactionResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SubmitTransactionResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SubmitTransactionResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SubmitTransactionResponse.Builder newBuilder()
public static TransactionService.SubmitTransactionResponse.Builder newBuilder(TransactionService.SubmitTransactionResponse prototype)
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0,
java.lang.Object arg1)
dynamicMethod in class com.google.protobuf.GeneratedMessageLite<TransactionService.SubmitTransactionResponse,TransactionService.SubmitTransactionResponse.Builder>public static TransactionService.SubmitTransactionResponse getDefaultInstance()
public static com.google.protobuf.Parser<TransactionService.SubmitTransactionResponse> parser()