public class CollectReceiptOpenApiPageDTO extends AlipayObject
| 构造器和说明 |
|---|
CollectReceiptOpenApiPageDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCurrentPage() |
CollectReceiptOpenApiDTO |
getDatas() |
Long |
getPageSize() |
Long |
getTotalCount() |
void |
setCurrentPage(Long currentPage) |
void |
setDatas(CollectReceiptOpenApiDTO datas) |
void |
setPageSize(Long pageSize) |
void |
setTotalCount(Long totalCount) |
public Long getCurrentPage()
public void setCurrentPage(Long currentPage)
public CollectReceiptOpenApiDTO getDatas()
public void setDatas(CollectReceiptOpenApiDTO datas)
public Long getPageSize()
public void setPageSize(Long pageSize)
public Long getTotalCount()
public void setTotalCount(Long totalCount)
Copyright © 2023. All rights reserved.