public static final class AccountService.AccountInfo.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<AccountService.AccountInfo,AccountService.AccountInfo.Builder> implements AccountService.AccountInfoOrBuilder
kin.agora.account.v3.AccountInfo| Modifier and Type | Method and Description |
|---|---|
AccountService.AccountInfo.Builder |
clearAccountId()
.kin.agora.common.v3.StellarAccountId account_id = 1; |
AccountService.AccountInfo.Builder |
clearBalance()
The last known balance, in quarks, of the account.
|
AccountService.AccountInfo.Builder |
clearSequenceNumber()
The last known sequence number of the account.
|
Model.StellarAccountId |
getAccountId()
.kin.agora.common.v3.StellarAccountId account_id = 1; |
long |
getBalance()
The last known balance, in quarks, of the account.
|
long |
getSequenceNumber()
The last known sequence number of the account.
|
boolean |
hasAccountId()
.kin.agora.common.v3.StellarAccountId account_id = 1; |
AccountService.AccountInfo.Builder |
mergeAccountId(Model.StellarAccountId value)
.kin.agora.common.v3.StellarAccountId account_id = 1; |
AccountService.AccountInfo.Builder |
setAccountId(Model.StellarAccountId.Builder builderForValue)
.kin.agora.common.v3.StellarAccountId account_id = 1; |
AccountService.AccountInfo.Builder |
setAccountId(Model.StellarAccountId value)
.kin.agora.common.v3.StellarAccountId account_id = 1; |
AccountService.AccountInfo.Builder |
setBalance(long value)
The last known balance, in quarks, of the account.
|
AccountService.AccountInfo.Builder |
setSequenceNumber(long value)
The last known sequence number of the account.
|
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic boolean hasAccountId()
.kin.agora.common.v3.StellarAccountId account_id = 1;hasAccountId in interface AccountService.AccountInfoOrBuilderpublic Model.StellarAccountId getAccountId()
.kin.agora.common.v3.StellarAccountId account_id = 1;getAccountId in interface AccountService.AccountInfoOrBuilderpublic AccountService.AccountInfo.Builder setAccountId(Model.StellarAccountId value)
.kin.agora.common.v3.StellarAccountId account_id = 1;public AccountService.AccountInfo.Builder setAccountId(Model.StellarAccountId.Builder builderForValue)
.kin.agora.common.v3.StellarAccountId account_id = 1;public AccountService.AccountInfo.Builder mergeAccountId(Model.StellarAccountId value)
.kin.agora.common.v3.StellarAccountId account_id = 1;public AccountService.AccountInfo.Builder clearAccountId()
.kin.agora.common.v3.StellarAccountId account_id = 1;public long getSequenceNumber()
The last known sequence number of the account.
int64 sequence_number = 2 [jstype = JS_STRING];getSequenceNumber in interface AccountService.AccountInfoOrBuilderpublic AccountService.AccountInfo.Builder setSequenceNumber(long value)
The last known sequence number of the account.
int64 sequence_number = 2 [jstype = JS_STRING];value - The sequenceNumber to set.public AccountService.AccountInfo.Builder clearSequenceNumber()
The last known sequence number of the account.
int64 sequence_number = 2 [jstype = JS_STRING];public long getBalance()
The last known balance, in quarks, of the account.
int64 balance = 3 [jstype = JS_STRING];getBalance in interface AccountService.AccountInfoOrBuilderpublic AccountService.AccountInfo.Builder setBalance(long value)
The last known balance, in quarks, of the account.
int64 balance = 3 [jstype = JS_STRING];value - The balance to set.public AccountService.AccountInfo.Builder clearBalance()
The last known balance, in quarks, of the account.
int64 balance = 3 [jstype = JS_STRING];