public static final class AccountService.AccountInfo extends com.google.protobuf.GeneratedMessageLite<AccountService.AccountInfo,AccountService.AccountInfo.Builder> implements AccountService.AccountInfoOrBuilder
kin.agora.account.v4.AccountInfo| Modifier and Type | Class and Description |
|---|---|
static class |
AccountService.AccountInfo.Builder
Protobuf type
kin.agora.account.v4.AccountInfo |
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 |
ACCOUNT_ID_FIELD_NUMBER |
static int |
BALANCE_FIELD_NUMBER |
static int |
CLOSE_AUTHORITY_FIELD_NUMBER |
static int |
OWNER_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) |
Model.SolanaAccountId |
getAccountId()
.kin.agora.common.v4.SolanaAccountId account_id = 1; |
long |
getBalance()
The last known balance, in quarks, of the account.
|
Model.SolanaAccountId |
getCloseAuthority()
.kin.agora.common.v4.SolanaAccountId close_authority = 4; |
static AccountService.AccountInfo |
getDefaultInstance() |
Model.SolanaAccountId |
getOwner()
.kin.agora.common.v4.SolanaAccountId owner = 3; |
boolean |
hasAccountId()
.kin.agora.common.v4.SolanaAccountId account_id = 1; |
boolean |
hasCloseAuthority()
.kin.agora.common.v4.SolanaAccountId close_authority = 4; |
boolean |
hasOwner()
.kin.agora.common.v4.SolanaAccountId owner = 3; |
static AccountService.AccountInfo.Builder |
newBuilder() |
static AccountService.AccountInfo.Builder |
newBuilder(AccountService.AccountInfo prototype) |
static AccountService.AccountInfo |
parseDelimitedFrom(java.io.InputStream input) |
static AccountService.AccountInfo |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.AccountInfo |
parseFrom(byte[] data) |
static AccountService.AccountInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.AccountInfo |
parseFrom(java.nio.ByteBuffer data) |
static AccountService.AccountInfo |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.AccountInfo |
parseFrom(com.google.protobuf.ByteString data) |
static AccountService.AccountInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.AccountInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AccountService.AccountInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AccountService.AccountInfo |
parseFrom(java.io.InputStream input) |
static AccountService.AccountInfo |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AccountService.AccountInfo> |
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 ACCOUNT_ID_FIELD_NUMBER
public static final int BALANCE_FIELD_NUMBER
public static final int OWNER_FIELD_NUMBER
public static final int CLOSE_AUTHORITY_FIELD_NUMBER
public boolean hasAccountId()
.kin.agora.common.v4.SolanaAccountId account_id = 1;hasAccountId in interface AccountService.AccountInfoOrBuilderpublic Model.SolanaAccountId getAccountId()
.kin.agora.common.v4.SolanaAccountId account_id = 1;getAccountId in interface AccountService.AccountInfoOrBuilderpublic long getBalance()
The last known balance, in quarks, of the account.
int64 balance = 2 [jstype = JS_STRING];getBalance in interface AccountService.AccountInfoOrBuilderpublic boolean hasOwner()
.kin.agora.common.v4.SolanaAccountId owner = 3;hasOwner in interface AccountService.AccountInfoOrBuilderpublic Model.SolanaAccountId getOwner()
.kin.agora.common.v4.SolanaAccountId owner = 3;getOwner in interface AccountService.AccountInfoOrBuilderpublic boolean hasCloseAuthority()
.kin.agora.common.v4.SolanaAccountId close_authority = 4;hasCloseAuthority in interface AccountService.AccountInfoOrBuilderpublic Model.SolanaAccountId getCloseAuthority()
.kin.agora.common.v4.SolanaAccountId close_authority = 4;getCloseAuthority in interface AccountService.AccountInfoOrBuilderpublic static AccountService.AccountInfo parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.AccountInfo parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.AccountInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.AccountInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.AccountInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.AccountInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AccountService.AccountInfo parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.AccountInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.AccountInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.AccountInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.AccountInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.AccountInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AccountService.AccountInfo.Builder newBuilder()
public static AccountService.AccountInfo.Builder newBuilder(AccountService.AccountInfo 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<AccountService.AccountInfo,AccountService.AccountInfo.Builder>public static AccountService.AccountInfo getDefaultInstance()
public static com.google.protobuf.Parser<AccountService.AccountInfo> parser()