public static class SearchRetcodeAppByPageResponse.PageBean extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SearchRetcodeAppByPageResponse.PageBean.RetcodeApp |
| 构造器和说明 |
|---|
PageBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getPageNumber() |
Integer |
getPageSize() |
List<SearchRetcodeAppByPageResponse.PageBean.RetcodeApp> |
getRetcodeApps() |
Integer |
getTotalCount() |
void |
setPageNumber(Integer pageNumber) |
void |
setPageSize(Integer pageSize) |
void |
setRetcodeApps(List<SearchRetcodeAppByPageResponse.PageBean.RetcodeApp> retcodeApps) |
void |
setTotalCount(Integer totalCount) |
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public List<SearchRetcodeAppByPageResponse.PageBean.RetcodeApp> getRetcodeApps()
public void setRetcodeApps(List<SearchRetcodeAppByPageResponse.PageBean.RetcodeApp> retcodeApps)
Copyright © 2021. All rights reserved.