public class PaginationCook extends AlipayObject
Constructor and Description |
---|
PaginationCook() |
Modifier and Type | Method and Description |
---|---|
List<KbdishCookInfo> |
getList()
Gets list.
|
String |
getPageNo()
Gets page no.
|
String |
getPageSize()
Gets page size.
|
String |
getTotalCount()
Gets total count.
|
String |
getTotalPage()
Gets total page.
|
void |
setList(List<KbdishCookInfo> list)
Sets list.
|
void |
setPageNo(String pageNo)
Sets page no.
|
void |
setPageSize(String pageSize)
Sets page size.
|
void |
setTotalCount(String totalCount)
Sets total count.
|
void |
setTotalPage(String totalPage)
Sets total page.
|
public List<KbdishCookInfo> getList()
public void setList(List<KbdishCookInfo> list)
list
- the listpublic String getPageNo()
public void setPageNo(String pageNo)
pageNo
- the page nopublic String getPageSize()
public void setPageSize(String pageSize)
pageSize
- the page sizepublic String getTotalCount()
public void setTotalCount(String totalCount)
totalCount
- the total countpublic String getTotalPage()
public void setTotalPage(String totalPage)
totalPage
- the total pageCopyright © 2018. All rights reserved.