public class AnttechDataServiceBlockchainAccountQueryModel extends AlipayObject
| 构造器和说明 |
|---|
AnttechDataServiceBlockchainAccountQueryModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccountHash() |
String |
getAccountStatus() |
String |
getAtTenantName() |
String |
getBlockChainId() |
String |
getBlockHash() |
Long |
getEndTimestamp() |
Long |
getPageNo() |
Long |
getPageSize() |
Long |
getStartTimestamp() |
void |
setAccountHash(String accountHash) |
void |
setAccountStatus(String accountStatus) |
void |
setAtTenantName(String atTenantName) |
void |
setBlockChainId(String blockChainId) |
void |
setBlockHash(String blockHash) |
void |
setEndTimestamp(Long endTimestamp) |
void |
setPageNo(Long pageNo) |
void |
setPageSize(Long pageSize) |
void |
setStartTimestamp(Long startTimestamp) |
public AnttechDataServiceBlockchainAccountQueryModel()
public String getAccountHash()
public void setAccountHash(String accountHash)
public String getAccountStatus()
public void setAccountStatus(String accountStatus)
public String getAtTenantName()
public void setAtTenantName(String atTenantName)
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 Long getPageNo()
public void setPageNo(Long pageNo)
public Long getPageSize()
public void setPageSize(Long pageSize)
public Long getStartTimestamp()
public void setStartTimestamp(Long startTimestamp)
Copyright © 2023. All rights reserved.