public class AnttechDataServiceBlockchainTransactionQueryModel extends AlipayObject
| 构造器和说明 |
|---|
AnttechDataServiceBlockchainTransactionQueryModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBlockChainId() |
String |
getBlockHash() |
Long |
getEndTimestamp() |
String |
getFromAccount() |
Long |
getPageNo() |
Long |
getPageSize() |
Long |
getStartTimestamp() |
String |
getToAccount() |
String |
getTransactionHash() |
Long |
getTransactionType() |
void |
setBlockChainId(String blockChainId) |
void |
setBlockHash(String blockHash) |
void |
setEndTimestamp(Long endTimestamp) |
void |
setFromAccount(String fromAccount) |
void |
setPageNo(Long pageNo) |
void |
setPageSize(Long pageSize) |
void |
setStartTimestamp(Long startTimestamp) |
void |
setToAccount(String toAccount) |
void |
setTransactionHash(String transactionHash) |
void |
setTransactionType(Long transactionType) |
public AnttechDataServiceBlockchainTransactionQueryModel()
public String getBlockChainId()
public void setBlockChainId(String blockChainId)
public String getBlockHash()
public void setBlockHash(String blockHash)
public Long getEndTimestamp()
public void setEndTimestamp(Long endTimestamp)
public String getFromAccount()
public void setFromAccount(String fromAccount)
public Long getPageNo()
public void setPageNo(Long pageNo)
public Long getPageSize()
public void setPageSize(Long pageSize)
public Long getStartTimestamp()
public void setStartTimestamp(Long startTimestamp)
public String getToAccount()
public void setToAccount(String toAccount)
public String getTransactionHash()
public void setTransactionHash(String transactionHash)
public Long getTransactionType()
public void setTransactionType(Long transactionType)
Copyright © 2020. All rights reserved.