public class PaginationDish extends AlipayObject
| Constructor and Description |
|---|
PaginationDish() |
| Modifier and Type | Method and Description |
|---|---|
List<KbdishInfo> |
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<KbdishInfo> 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<KbdishInfo> getList()
public void setList(List<KbdishInfo> 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.