public static final class AccountService.GetAccountInfoRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<AccountService.GetAccountInfoRequest,AccountService.GetAccountInfoRequest.Builder> implements AccountService.GetAccountInfoRequestOrBuilder
kin.agora.account.v4.GetAccountInfoRequest| Modifier and Type | Method and Description |
|---|---|
AccountService.GetAccountInfoRequest.Builder |
clearAccountId()
.kin.agora.common.v4.SolanaAccountId account_id = 1; |
AccountService.GetAccountInfoRequest.Builder |
clearCommitment()
.kin.agora.common.v4.Commitment commitment = 2; |
Model.SolanaAccountId |
getAccountId()
.kin.agora.common.v4.SolanaAccountId account_id = 1; |
Model.Commitment |
getCommitment()
.kin.agora.common.v4.Commitment commitment = 2; |
int |
getCommitmentValue()
.kin.agora.common.v4.Commitment commitment = 2; |
boolean |
hasAccountId()
.kin.agora.common.v4.SolanaAccountId account_id = 1; |
AccountService.GetAccountInfoRequest.Builder |
mergeAccountId(Model.SolanaAccountId value)
.kin.agora.common.v4.SolanaAccountId account_id = 1; |
AccountService.GetAccountInfoRequest.Builder |
setAccountId(Model.SolanaAccountId.Builder builderForValue)
.kin.agora.common.v4.SolanaAccountId account_id = 1; |
AccountService.GetAccountInfoRequest.Builder |
setAccountId(Model.SolanaAccountId value)
.kin.agora.common.v4.SolanaAccountId account_id = 1; |
AccountService.GetAccountInfoRequest.Builder |
setCommitment(Model.Commitment value)
.kin.agora.common.v4.Commitment commitment = 2; |
AccountService.GetAccountInfoRequest.Builder |
setCommitmentValue(int value)
.kin.agora.common.v4.Commitment commitment = 2; |
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.v4.SolanaAccountId account_id = 1;hasAccountId in interface AccountService.GetAccountInfoRequestOrBuilderpublic Model.SolanaAccountId getAccountId()
.kin.agora.common.v4.SolanaAccountId account_id = 1;getAccountId in interface AccountService.GetAccountInfoRequestOrBuilderpublic AccountService.GetAccountInfoRequest.Builder setAccountId(Model.SolanaAccountId value)
.kin.agora.common.v4.SolanaAccountId account_id = 1;public AccountService.GetAccountInfoRequest.Builder setAccountId(Model.SolanaAccountId.Builder builderForValue)
.kin.agora.common.v4.SolanaAccountId account_id = 1;public AccountService.GetAccountInfoRequest.Builder mergeAccountId(Model.SolanaAccountId value)
.kin.agora.common.v4.SolanaAccountId account_id = 1;public AccountService.GetAccountInfoRequest.Builder clearAccountId()
.kin.agora.common.v4.SolanaAccountId account_id = 1;public int getCommitmentValue()
.kin.agora.common.v4.Commitment commitment = 2;getCommitmentValue in interface AccountService.GetAccountInfoRequestOrBuilderpublic AccountService.GetAccountInfoRequest.Builder setCommitmentValue(int value)
.kin.agora.common.v4.Commitment commitment = 2;value - The commitment to set.public Model.Commitment getCommitment()
.kin.agora.common.v4.Commitment commitment = 2;getCommitment in interface AccountService.GetAccountInfoRequestOrBuilderpublic AccountService.GetAccountInfoRequest.Builder setCommitment(Model.Commitment value)
.kin.agora.common.v4.Commitment commitment = 2;value - The enum numeric value on the wire for commitment to set.public AccountService.GetAccountInfoRequest.Builder clearCommitment()
.kin.agora.common.v4.Commitment commitment = 2;