public class PromoPageResult extends AlipayObject
| Constructor and Description |
|---|
PromoPageResult() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getPageNum()
Gets page num.
|
Long |
getPageSize()
Gets page size.
|
Long |
getTotalCount()
Gets total count.
|
Long |
getTotalPages()
Gets total pages.
|
void |
setPageNum(Long pageNum)
Sets page num.
|
void |
setPageSize(Long pageSize)
Sets page size.
|
void |
setTotalCount(Long totalCount)
Sets total count.
|
void |
setTotalPages(Long totalPages)
Sets total pages.
|
public Long getPageNum()
public void setPageNum(Long pageNum)
pageNum - the page numpublic Long getPageSize()
public void setPageSize(Long pageSize)
pageSize - the page sizepublic Long getTotalCount()
public void setTotalCount(Long totalCount)
totalCount - the total countpublic Long getTotalPages()
public void setTotalPages(Long totalPages)
totalPages - the total pagesCopyright © 2018. All rights reserved.