public static final class AccountService.GetAccountInfoResponse.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<AccountService.GetAccountInfoResponse,AccountService.GetAccountInfoResponse.Builder> implements AccountService.GetAccountInfoResponseOrBuilder
kin.agora.account.v4.GetAccountInfoResponsebuild, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic int getResultValue()
.kin.agora.account.v4.GetAccountInfoResponse.Result result = 1;getResultValue in interface AccountService.GetAccountInfoResponseOrBuilderpublic AccountService.GetAccountInfoResponse.Builder setResultValue(int value)
.kin.agora.account.v4.GetAccountInfoResponse.Result result = 1;value - The result to set.public AccountService.GetAccountInfoResponse.Result getResult()
.kin.agora.account.v4.GetAccountInfoResponse.Result result = 1;getResult in interface AccountService.GetAccountInfoResponseOrBuilderpublic AccountService.GetAccountInfoResponse.Builder setResult(AccountService.GetAccountInfoResponse.Result value)
.kin.agora.account.v4.GetAccountInfoResponse.Result result = 1;value - The enum numeric value on the wire for result to set.public AccountService.GetAccountInfoResponse.Builder clearResult()
.kin.agora.account.v4.GetAccountInfoResponse.Result result = 1;public boolean hasAccountInfo()
Present iff result == Result::OK
.kin.agora.account.v4.AccountInfo account_info = 2;hasAccountInfo in interface AccountService.GetAccountInfoResponseOrBuilderpublic AccountService.AccountInfo getAccountInfo()
Present iff result == Result::OK
.kin.agora.account.v4.AccountInfo account_info = 2;getAccountInfo in interface AccountService.GetAccountInfoResponseOrBuilderpublic AccountService.GetAccountInfoResponse.Builder setAccountInfo(AccountService.AccountInfo value)
Present iff result == Result::OK
.kin.agora.account.v4.AccountInfo account_info = 2;public AccountService.GetAccountInfoResponse.Builder setAccountInfo(AccountService.AccountInfo.Builder builderForValue)
Present iff result == Result::OK
.kin.agora.account.v4.AccountInfo account_info = 2;public AccountService.GetAccountInfoResponse.Builder mergeAccountInfo(AccountService.AccountInfo value)
Present iff result == Result::OK
.kin.agora.account.v4.AccountInfo account_info = 2;public AccountService.GetAccountInfoResponse.Builder clearAccountInfo()
Present iff result == Result::OK
.kin.agora.account.v4.AccountInfo account_info = 2;