public class QueryTransactionsResponse extends cn.com.antcloud.api.product.provider.AntCloudProdProviderResponse<QueryTransactionsResponse>
| 构造器和说明 |
|---|
QueryTransactionsResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCurrentPage()
当前页
|
List<TransactionInfo> |
getData()
事务列表
|
Long |
getPageSize()
分页大小
|
Boolean |
getSuccess()
接口返回码
|
Long |
getTotal()
总数
|
void |
setCurrentPage(Long currentPage)
当前页
|
void |
setData(List<TransactionInfo> data)
事务列表
|
void |
setPageSize(Long pageSize)
分页大小
|
void |
setSuccess(Boolean success)
接口返回码
|
void |
setTotal(Long total)
总数
|
public Long getCurrentPage()
public void setCurrentPage(Long currentPage)
public List<TransactionInfo> getData()
public void setData(List<TransactionInfo> data)
public Long getPageSize()
public void setPageSize(Long pageSize)
public Boolean getSuccess()
public void setSuccess(Boolean success)
public Long getTotal()
public void setTotal(Long total)
Copyright © 2023. All Rights Reserved.