public static final class TransactionService.SignTransactionResponse extends com.google.protobuf.GeneratedMessageLite<TransactionService.SignTransactionResponse,TransactionService.SignTransactionResponse.Builder> implements TransactionService.SignTransactionResponseOrBuilder
kin.agora.transaction.v4.SignTransactionResponse| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionService.SignTransactionResponse.Builder
Protobuf type
kin.agora.transaction.v4.SignTransactionResponse |
static class |
TransactionService.SignTransactionResponse.Result
Protobuf enum
kin.agora.transaction.v4.SignTransactionResponse.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 |
| 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.SignTransactionResponse |
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.SignTransactionResponse.Result |
getResult()
.kin.agora.transaction.v4.SignTransactionResponse.Result result = 1; |
int |
getResultValue()
.kin.agora.transaction.v4.SignTransactionResponse.Result result = 1; |
Model.TransactionSignature |
getSignature()
Present when result = OK
|
boolean |
hasSignature()
Present when result = OK
|
static TransactionService.SignTransactionResponse.Builder |
newBuilder() |
static TransactionService.SignTransactionResponse.Builder |
newBuilder(TransactionService.SignTransactionResponse prototype) |
static TransactionService.SignTransactionResponse |
parseDelimitedFrom(java.io.InputStream input) |
static TransactionService.SignTransactionResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.SignTransactionResponse |
parseFrom(byte[] data) |
static TransactionService.SignTransactionResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.SignTransactionResponse |
parseFrom(java.nio.ByteBuffer data) |
static TransactionService.SignTransactionResponse |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.SignTransactionResponse |
parseFrom(com.google.protobuf.ByteString data) |
static TransactionService.SignTransactionResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.SignTransactionResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransactionService.SignTransactionResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionService.SignTransactionResponse |
parseFrom(java.io.InputStream input) |
static TransactionService.SignTransactionResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransactionService.SignTransactionResponse> |
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 INVOICE_ERRORS_FIELD_NUMBER
public int getResultValue()
.kin.agora.transaction.v4.SignTransactionResponse.Result result = 1;getResultValue in interface TransactionService.SignTransactionResponseOrBuilderpublic TransactionService.SignTransactionResponse.Result getResult()
.kin.agora.transaction.v4.SignTransactionResponse.Result result = 1;getResult in interface TransactionService.SignTransactionResponseOrBuilderpublic boolean hasSignature()
Present when result = OK
.kin.agora.common.v4.TransactionSignature signature = 2;hasSignature in interface TransactionService.SignTransactionResponseOrBuilderpublic Model.TransactionSignature getSignature()
Present when result = OK
.kin.agora.common.v4.TransactionSignature signature = 2;getSignature in interface TransactionService.SignTransactionResponseOrBuilderpublic java.util.List<Model.InvoiceError> getInvoiceErrorsList()
Present when result = INVOICE_ERROR.
repeated .kin.agora.common.v3.InvoiceError invoice_errors = 4;getInvoiceErrorsList in interface TransactionService.SignTransactionResponseOrBuilderpublic 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.SignTransactionResponseOrBuilderpublic Model.InvoiceError getInvoiceErrors(int index)
Present when result = INVOICE_ERROR.
repeated .kin.agora.common.v3.InvoiceError invoice_errors = 4;getInvoiceErrors in interface TransactionService.SignTransactionResponseOrBuilderpublic Model.InvoiceErrorOrBuilder getInvoiceErrorsOrBuilder(int index)
Present when result = INVOICE_ERROR.
repeated .kin.agora.common.v3.InvoiceError invoice_errors = 4;public static TransactionService.SignTransactionResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SignTransactionResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SignTransactionResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SignTransactionResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SignTransactionResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SignTransactionResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionService.SignTransactionResponse parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SignTransactionResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SignTransactionResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SignTransactionResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SignTransactionResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SignTransactionResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static TransactionService.SignTransactionResponse.Builder newBuilder()
public static TransactionService.SignTransactionResponse.Builder newBuilder(TransactionService.SignTransactionResponse 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.SignTransactionResponse,TransactionService.SignTransactionResponse.Builder>public static TransactionService.SignTransactionResponse getDefaultInstance()
public static com.google.protobuf.Parser<TransactionService.SignTransactionResponse> parser()