public static final class AirdropService.RequestAirdropResponse extends com.google.protobuf.GeneratedMessageLite<AirdropService.RequestAirdropResponse,AirdropService.RequestAirdropResponse.Builder> implements AirdropService.RequestAirdropResponseOrBuilder
kin.agora.airdrop.v4.RequestAirdropResponse| Modifier and Type | Class and Description |
|---|---|
static class |
AirdropService.RequestAirdropResponse.Builder
Protobuf type
kin.agora.airdrop.v4.RequestAirdropResponse |
static class |
AirdropService.RequestAirdropResponse.Result
Protobuf enum
kin.agora.airdrop.v4.RequestAirdropResponse.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 |
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 AirdropService.RequestAirdropResponse |
getDefaultInstance() |
AirdropService.RequestAirdropResponse.Result |
getResult()
.kin.agora.airdrop.v4.RequestAirdropResponse.Result result = 1; |
int |
getResultValue()
.kin.agora.airdrop.v4.RequestAirdropResponse.Result result = 1; |
Model.TransactionSignature |
getSignature()
The signature of the transaction, if result == Result::OK.
|
boolean |
hasSignature()
The signature of the transaction, if result == Result::OK.
|
static AirdropService.RequestAirdropResponse.Builder |
newBuilder() |
static AirdropService.RequestAirdropResponse.Builder |
newBuilder(AirdropService.RequestAirdropResponse prototype) |
static AirdropService.RequestAirdropResponse |
parseDelimitedFrom(java.io.InputStream input) |
static AirdropService.RequestAirdropResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AirdropService.RequestAirdropResponse |
parseFrom(byte[] data) |
static AirdropService.RequestAirdropResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AirdropService.RequestAirdropResponse |
parseFrom(java.nio.ByteBuffer data) |
static AirdropService.RequestAirdropResponse |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AirdropService.RequestAirdropResponse |
parseFrom(com.google.protobuf.ByteString data) |
static AirdropService.RequestAirdropResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AirdropService.RequestAirdropResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AirdropService.RequestAirdropResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AirdropService.RequestAirdropResponse |
parseFrom(java.io.InputStream input) |
static AirdropService.RequestAirdropResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AirdropService.RequestAirdropResponse> |
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 int getResultValue()
.kin.agora.airdrop.v4.RequestAirdropResponse.Result result = 1;getResultValue in interface AirdropService.RequestAirdropResponseOrBuilderpublic AirdropService.RequestAirdropResponse.Result getResult()
.kin.agora.airdrop.v4.RequestAirdropResponse.Result result = 1;getResult in interface AirdropService.RequestAirdropResponseOrBuilderpublic boolean hasSignature()
The signature of the transaction, if result == Result::OK.
.kin.agora.common.v4.TransactionSignature signature = 2;hasSignature in interface AirdropService.RequestAirdropResponseOrBuilderpublic Model.TransactionSignature getSignature()
The signature of the transaction, if result == Result::OK.
.kin.agora.common.v4.TransactionSignature signature = 2;getSignature in interface AirdropService.RequestAirdropResponseOrBuilderpublic static AirdropService.RequestAirdropResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AirdropService.RequestAirdropResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AirdropService.RequestAirdropResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AirdropService.RequestAirdropResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AirdropService.RequestAirdropResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AirdropService.RequestAirdropResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AirdropService.RequestAirdropResponse parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AirdropService.RequestAirdropResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AirdropService.RequestAirdropResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AirdropService.RequestAirdropResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AirdropService.RequestAirdropResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AirdropService.RequestAirdropResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AirdropService.RequestAirdropResponse.Builder newBuilder()
public static AirdropService.RequestAirdropResponse.Builder newBuilder(AirdropService.RequestAirdropResponse 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<AirdropService.RequestAirdropResponse,AirdropService.RequestAirdropResponse.Builder>public static AirdropService.RequestAirdropResponse getDefaultInstance()
public static com.google.protobuf.Parser<AirdropService.RequestAirdropResponse> parser()