Package codes.thischwa.cf.model
Class ResultInfo
java.lang.Object
codes.thischwa.cf.model.ResultInfo
Represents metadata for paginated results.
This class contains information about the current page, page size, total pages, and result counts, which can be utilized in managing and navigating through paginated data.
- page: The current page number.
- perPage: The number of results per page.
- totalPages: The total number of pages available.
- count: The number of results on the current page.
- totalCount: The total number of results across all pages.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResultInfo
public ResultInfo()
-