public class PageResultType extends Object implements Serializable
| Constructor and Description |
|---|
PageResultType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCurrentPage()
Gets current page.
|
List<ScholixType> |
getResult()
Gets result.
|
Integer |
getTotalLinks()
Gets total links.
|
Integer |
getTotalPages()
Gets total pages.
|
void |
setCurrentPage(Integer currentPage)
Sets current page.
|
void |
setResult(List<ScholixType> result)
Sets result.
|
void |
setTotalLinks(Integer totalLinks)
Sets total links.
|
void |
setTotalPages(Integer totalPages)
Sets total pages.
|
public Integer getCurrentPage()
public void setCurrentPage(Integer currentPage)
currentPage - the current pagepublic Integer getTotalLinks()
public void setTotalLinks(Integer totalLinks)
totalLinks - the total linkspublic Integer getTotalPages()
public void setTotalPages(Integer totalPages)
totalPages - the total pagespublic List<ScholixType> getResult()
public void setResult(List<ScholixType> result)
result - the resultCopyright © 2025. All rights reserved.