public class BlockChainAccountApiDO extends AlipayObject
| 构造器和说明 |
|---|
BlockChainAccountApiDO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccountHash() |
Long |
getAccountIndex() |
String |
getAccountName() |
Long |
getAccountStatus() |
Long |
getBalance() |
String |
getBlockChainId() |
String |
getBlockHash() |
String |
getCid() |
Long |
getCreateTime() |
String |
getParentHash() |
String |
getTransactionHash() |
void |
setAccountHash(String accountHash) |
void |
setAccountIndex(Long accountIndex) |
void |
setAccountName(String accountName) |
void |
setAccountStatus(Long accountStatus) |
void |
setBalance(Long balance) |
void |
setBlockChainId(String blockChainId) |
void |
setBlockHash(String blockHash) |
void |
setCid(String cid) |
void |
setCreateTime(Long createTime) |
void |
setParentHash(String parentHash) |
void |
setTransactionHash(String transactionHash) |
public String getAccountHash()
public void setAccountHash(String accountHash)
public Long getAccountIndex()
public void setAccountIndex(Long accountIndex)
public String getAccountName()
public void setAccountName(String accountName)
public Long getAccountStatus()
public void setAccountStatus(Long accountStatus)
public Long getBalance()
public void setBalance(Long balance)
public String getBlockChainId()
public void setBlockChainId(String blockChainId)
public String getBlockHash()
public void setBlockHash(String blockHash)
public String getCid()
public void setCid(String cid)
public Long getCreateTime()
public void setCreateTime(Long createTime)
public String getParentHash()
public void setParentHash(String parentHash)
public String getTransactionHash()
public void setTransactionHash(String transactionHash)
Copyright © 2023. All rights reserved.