| 限定符和类型 | 类和说明 |
|---|---|
static class |
Account.AddressBuilder.Items |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accountAlias |
String |
accountId |
| 构造器和说明 |
|---|
AddressBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
Account.AddressBuilder.Items |
list(Client client) |
Account.AddressBuilder |
setAccountAlias(String alias)
Specifies the account under which the receiver is created.
|
Account.AddressBuilder |
setAccountId(String id)
Specifies the account under which the receiver is created.
|
Address |
validate(Client client,
String address)
check whether the address is vaild or not.
|
@SerializedName(value="account_alias") public String accountAlias
@SerializedName(value="account_id") public String accountId
public Account.AddressBuilder.Items list(Client client) throws BytomException
BytomExceptionpublic Address validate(Client client, String address) throws BytomException
client - clientaddress - addressBytomException - Exceptionpublic Account.AddressBuilder setAccountAlias(String alias)
alias - the unique alias of the accountpublic Account.AddressBuilder setAccountId(String id)
id - the unique alias of the accountCopyright © 2018. All rights reserved.