@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-03T18:48:57.986-05:00") public class PaginationInfo extends Object
| Constructor and Description |
|---|
PaginationInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCurrentPage()
[read-only]
|
String |
getPageNavigationToken()
If there are more than 1 pages of items available, you can use this token in more calls (combined with pageNumber) to navigate the results.
|
Integer |
getTotalItems()
[read-only]
|
Integer |
getTotalPages()
[read-only]
|
void |
setCurrentPage(Integer currentPage) |
void |
setPageNavigationToken(String pageNavigationToken) |
void |
setTotalItems(Integer totalItems) |
void |
setTotalPages(Integer totalPages) |
String |
toString() |
public Integer getTotalItems()
public void setTotalItems(Integer totalItems)
public Integer getTotalPages()
public void setTotalPages(Integer totalPages)
public Integer getCurrentPage()
public void setCurrentPage(Integer currentPage)
public String getPageNavigationToken()
public void setPageNavigationToken(String pageNavigationToken)
Copyright © 2015. All rights reserved.