Class PaginationSummary


  • @Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
               date="2024-02-27T11:17:53.164838525Z[GMT]")
    public class PaginationSummary
    extends Object
    PaginationSummary
    • Constructor Detail

      • PaginationSummary

        public PaginationSummary()
    • Method Detail

      • getPageSize

        @Nullable
        public Integer getPageSize()
        Get pageSize
        Returns:
        pageSize
      • setPageSize

        public void setPageSize​(Integer pageSize)
      • getCurrentPage

        @Nullable
        public Integer getCurrentPage()
        Get currentPage
        Returns:
        currentPage
      • setCurrentPage

        public void setCurrentPage​(Integer currentPage)
      • getTotalCerts

        @Nullable
        public Long getTotalCerts()
        Get totalCerts
        Returns:
        totalCerts
      • setTotalCerts

        public void setTotalCerts​(Long totalCerts)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonObject

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to PaginationSummary