public class InsCertificatePaginationList extends AlipayObject
| Constructor and Description | 
|---|
InsCertificatePaginationList()  | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getCurrentPage()
Gets current page. 
 | 
List<InsCertificateApiDTO> | 
getList()
Gets list. 
 | 
Long | 
getPageSize()
Gets page size. 
 | 
Long | 
getTotalCount()
Gets total count. 
 | 
Long | 
getTotalPageNum()
Gets total page num. 
 | 
void | 
setCurrentPage(Long currentPage)
Sets current page. 
 | 
void | 
setList(List<InsCertificateApiDTO> list)
Sets list. 
 | 
void | 
setPageSize(Long pageSize)
Sets page size. 
 | 
void | 
setTotalCount(Long totalCount)
Sets total count. 
 | 
void | 
setTotalPageNum(Long totalPageNum)
Sets total page num. 
 | 
public Long getCurrentPage()
public void setCurrentPage(Long currentPage)
currentPage - the current pagepublic List<InsCertificateApiDTO> getList()
public void setList(List<InsCertificateApiDTO> list)
list - the listpublic Long getPageSize()
public void setPageSize(Long pageSize)
pageSize - the page sizepublic Long getTotalCount()
public void setTotalCount(Long totalCount)
totalCount - the total countpublic Long getTotalPageNum()
public void setTotalPageNum(Long totalPageNum)
totalPageNum - the total page numCopyright © 2018. All rights reserved.