public class ListTransactionCorrectionsResponse extends cn.com.antcloud.api.product.provider.AntCloudProdProviderResponse<ListTransactionCorrectionsResponse>
| 构造器和说明 |
|---|
ListTransactionCorrectionsResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCurrentPage()
1
|
List<Correction> |
getData()
a
|
Long |
getPageSize()
1
|
Boolean |
getSuccess()
true
|
Long |
getTotal()
总数
|
void |
setCurrentPage(Long currentPage)
1
|
void |
setData(List<Correction> data)
a
|
void |
setPageSize(Long pageSize)
1
|
void |
setSuccess(Boolean success)
true
|
void |
setTotal(Long total)
总数
|
public Long getCurrentPage()
public void setCurrentPage(Long currentPage)
public List<Correction> getData()
public void setData(List<Correction> 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.