public static final class AccountService.CreateAccountRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<AccountService.CreateAccountRequest,AccountService.CreateAccountRequest.Builder> implements AccountService.CreateAccountRequestOrBuilder
kin.agora.account.v3.CreateAccountRequest| Modifier and Type | Method and Description |
|---|---|
AccountService.CreateAccountRequest.Builder |
clearAccountId()
Account to be created
|
Model.StellarAccountId |
getAccountId()
Account to be created
|
boolean |
hasAccountId()
Account to be created
|
AccountService.CreateAccountRequest.Builder |
mergeAccountId(Model.StellarAccountId value)
Account to be created
|
AccountService.CreateAccountRequest.Builder |
setAccountId(Model.StellarAccountId.Builder builderForValue)
Account to be created
|
AccountService.CreateAccountRequest.Builder |
setAccountId(Model.StellarAccountId value)
Account to be created
|
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()
Account to be created
.kin.agora.common.v3.StellarAccountId account_id = 1;hasAccountId in interface AccountService.CreateAccountRequestOrBuilderpublic Model.StellarAccountId getAccountId()
Account to be created
.kin.agora.common.v3.StellarAccountId account_id = 1;getAccountId in interface AccountService.CreateAccountRequestOrBuilderpublic AccountService.CreateAccountRequest.Builder setAccountId(Model.StellarAccountId value)
Account to be created
.kin.agora.common.v3.StellarAccountId account_id = 1;public AccountService.CreateAccountRequest.Builder setAccountId(Model.StellarAccountId.Builder builderForValue)
Account to be created
.kin.agora.common.v3.StellarAccountId account_id = 1;public AccountService.CreateAccountRequest.Builder mergeAccountId(Model.StellarAccountId value)
Account to be created
.kin.agora.common.v3.StellarAccountId account_id = 1;public AccountService.CreateAccountRequest.Builder clearAccountId()
Account to be created
.kin.agora.common.v3.StellarAccountId account_id = 1;