public static final class AccountService.GetEventsRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<AccountService.GetEventsRequest,AccountService.GetEventsRequest.Builder> implements AccountService.GetEventsRequestOrBuilder
kin.agora.account.v3.GetEventsRequest| Modifier and Type | Method and Description |
|---|---|
AccountService.GetEventsRequest.Builder |
clearAccountId()
The id of the account to stream events for
|
Model.StellarAccountId |
getAccountId()
The id of the account to stream events for
|
boolean |
hasAccountId()
The id of the account to stream events for
|
AccountService.GetEventsRequest.Builder |
mergeAccountId(Model.StellarAccountId value)
The id of the account to stream events for
|
AccountService.GetEventsRequest.Builder |
setAccountId(Model.StellarAccountId.Builder builderForValue)
The id of the account to stream events for
|
AccountService.GetEventsRequest.Builder |
setAccountId(Model.StellarAccountId value)
The id of the account to stream events for
|
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()
The id of the account to stream events for
.kin.agora.common.v3.StellarAccountId account_id = 1;hasAccountId in interface AccountService.GetEventsRequestOrBuilderpublic Model.StellarAccountId getAccountId()
The id of the account to stream events for
.kin.agora.common.v3.StellarAccountId account_id = 1;getAccountId in interface AccountService.GetEventsRequestOrBuilderpublic AccountService.GetEventsRequest.Builder setAccountId(Model.StellarAccountId value)
The id of the account to stream events for
.kin.agora.common.v3.StellarAccountId account_id = 1;public AccountService.GetEventsRequest.Builder setAccountId(Model.StellarAccountId.Builder builderForValue)
The id of the account to stream events for
.kin.agora.common.v3.StellarAccountId account_id = 1;public AccountService.GetEventsRequest.Builder mergeAccountId(Model.StellarAccountId value)
The id of the account to stream events for
.kin.agora.common.v3.StellarAccountId account_id = 1;public AccountService.GetEventsRequest.Builder clearAccountId()
The id of the account to stream events for
.kin.agora.common.v3.StellarAccountId account_id = 1;