Class Pagination

    • Constructor Detail

      • Pagination

        public Pagination()
    • Method Detail

      • getItemsTotal

        @Nullable
        public Integer getItemsTotal()
        Total number of items that exist.
        Returns:
        itemsTotal
      • getPagesTotal

        @Nullable
        public Integer getPagesTotal()
        Number of items listed in the current page.
        Returns:
        pagesTotal
      • getPageSize

        @Nullable
        public Integer getPageSize()
        Maximum number of item per page.
        Returns:
        pageSize
      • getCurrentPage

        @Nullable
        public Integer getCurrentPage()
        The current page index.
        Returns:
        currentPage
      • getCurrentPageItems

        @Nullable
        public Integer getCurrentPageItems()
        The number of items on the current page.
        Returns:
        currentPageItems
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object