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