public class PageStatisticsRepresentation extends Object
Constructor and Description |
---|
PageStatisticsRepresentation() |
PageStatisticsRepresentation(int pageSize) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentPage() |
int |
getPageSize() |
Integer |
getTotalPages() |
void |
setCurrentPage(int currentPage) |
void |
setPageSize(int pageSize) |
void |
setTotalPages(Integer totalPages) |
public PageStatisticsRepresentation()
public PageStatisticsRepresentation(int pageSize)
public void setTotalPages(Integer totalPages)
@JSONProperty(ignoreIfNull=true) public Integer getTotalPages()
public void setPageSize(int pageSize)
@JSONProperty(ignoreIfNull=true) public int getPageSize()
public void setCurrentPage(int currentPage)
@JSONProperty(ignoreIfNull=true) public int getCurrentPage()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.