Package com.skava.model.responses
Class PageableInfo
java.lang.Object
com.skava.model.responses.PageableInfo
- All Implemented Interfaces:
Serializable
The class PageableInfo contains the information such as page, size, count and totalCount.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PageableInfo
public PageableInfo(int page, int size, long count, long totalCount) - Parameters:
page
- the pagesize
- the sizecount
- the counttotalCount
- the totalCount
-