Class Pagination


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2023-07-29T09:46:38.528060Z[Etc/UTC]")
    public class Pagination
    extends Object
    Pagination
    • Constructor Detail

      • Pagination

        public Pagination()
    • Method Detail

      • getLastPage

        @Nullable
        public String getLastPage()
        ID of the last page available. Can be null if the current page is the last one.
        Returns:
        lastPage
      • setLastPage

        public void setLastPage​(String lastPage)
      • getNextPage

        @Nullable
        public String getNextPage()
        ID of the next page. Can be null if the current page is the last one.
        Returns:
        nextPage
      • setNextPage

        public void setNextPage​(String nextPage)
      • getPage

        @Nullable
        public String getPage()
        Current page number.
        Returns:
        page
      • setPage

        public void setPage​(String page)
      • getPerPage

        @Nullable
        public String getPerPage()
        Maximum number of items shown per page in the response
        Returns:
        perPage
      • setPerPage

        public void setPerPage​(String perPage)
      • getPreviousPage

        @Nullable
        public String getPreviousPage()
        ID of the previous page. Can be null if the current page is the first one.
        Returns:
        previousPage
      • setPreviousPage

        public void setPreviousPage​(String previousPage)
      • getTotalEntries

        @Nullable
        public String getTotalEntries()
        The total number of entries that exist in the database for this query. Nullable if unknown.
        Returns:
        totalEntries
      • setTotalEntries

        public void setTotalEntries​(String totalEntries)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object