| 限定符和类型 | 字段和说明 |
|---|---|
String |
accountAlias |
String |
accountId |
| 构造器和说明 |
|---|
ReceiverBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
Receiver |
create(Client client) |
Account.ReceiverBuilder |
setAccountAlias(String alias)
Specifies the account under which the receiver is created.
|
Account.ReceiverBuilder |
setAccountId(String id)
Specifies the account under which the receiver is created.
|
@SerializedName(value="account_alias") public String accountAlias
@SerializedName(value="account_id") public String accountId
public Receiver create(Client client) throws BytomException
client - the client object providing access to an instance of Bytom CoreBytomException - Exceptionpublic Account.ReceiverBuilder setAccountAlias(String alias)
alias - the unique alias of the accountpublic Account.ReceiverBuilder setAccountId(String id)
id - the unique ID of the accountCopyright © 2018. All rights reserved.