com.cumulocity.rest.representation
Class PageStatisticsRepresentation
java.lang.Object
com.cumulocity.rest.representation.PageStatisticsRepresentation
public class PageStatisticsRepresentation
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageStatisticsRepresentation
public PageStatisticsRepresentation()
PageStatisticsRepresentation
public PageStatisticsRepresentation(int pageSize)
setTotalPages
public void setTotalPages(Integer totalPages)
getTotalPages
@JSONProperty(ignoreIfNull=true)
public Integer getTotalPages()
setPageSize
public void setPageSize(int pageSize)
getPageSize
@JSONProperty(ignoreIfNull=true)
public int getPageSize()
setCurrentPage
public void setCurrentPage(int currentPage)
getCurrentPage
@JSONProperty(ignoreIfNull=true)
public int getCurrentPage()
Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.