Class ResultInfo

java.lang.Object
codes.thischwa.cf.model.ResultInfo

public class ResultInfo extends Object
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 Details

    • ResultInfo

      public ResultInfo()