public class BlockChainTransactionApiDO extends AlipayObject
| 构造器和说明 |
|---|
BlockChainTransactionApiDO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBlockChainId() |
String |
getBlockHash() |
Long |
getBlockHeight() |
String |
getCid() |
String |
getFromAccount() |
Long |
getGasUsed() |
String |
getToAccount() |
String |
getTransactionHash() |
Long |
getTransactionTimestamp() |
Long |
getTransactionType() |
Long |
getValue() |
void |
setBlockChainId(String blockChainId) |
void |
setBlockHash(String blockHash) |
void |
setBlockHeight(Long blockHeight) |
void |
setCid(String cid) |
void |
setFromAccount(String fromAccount) |
void |
setGasUsed(Long gasUsed) |
void |
setToAccount(String toAccount) |
void |
setTransactionHash(String transactionHash) |
void |
setTransactionTimestamp(Long transactionTimestamp) |
void |
setTransactionType(Long transactionType) |
void |
setValue(Long value) |
public String getBlockChainId()
public void setBlockChainId(String blockChainId)
public String getBlockHash()
public void setBlockHash(String blockHash)
public Long getBlockHeight()
public void setBlockHeight(Long blockHeight)
public String getCid()
public void setCid(String cid)
public String getFromAccount()
public void setFromAccount(String fromAccount)
public Long getGasUsed()
public void setGasUsed(Long gasUsed)
public String getToAccount()
public void setToAccount(String toAccount)
public String getTransactionHash()
public void setTransactionHash(String transactionHash)
public Long getTransactionTimestamp()
public void setTransactionTimestamp(Long transactionTimestamp)
public Long getTransactionType()
public void setTransactionType(Long transactionType)
public Long getValue()
public void setValue(Long value)
Copyright © 2020. All rights reserved.