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