Class PaginationModel

java.lang.Object
ai.reveng.model.PaginationModel

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class PaginationModel extends Object
PaginationModel
  • Field Details

  • Constructor Details

    • PaginationModel

      public PaginationModel()
  • Method Details

    • pageSize

      public PaginationModel pageSize(@Nonnull Integer pageSize)
    • getPageSize

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

      public void setPageSize(@Nonnull Integer pageSize)
    • pageNumber

      public PaginationModel pageNumber(@Nonnull Integer pageNumber)
    • getPageNumber

      @Nonnull public Integer getPageNumber()
      Get pageNumber
      Returns:
      pageNumber
    • setPageNumber

      public void setPageNumber(@Nonnull Integer pageNumber)
    • hasNextPage

      public PaginationModel hasNextPage(@Nonnull Boolean hasNextPage)
    • getHasNextPage

      @Nonnull public Boolean getHasNextPage()
      Get hasNextPage
      Returns:
      hasNextPage
    • setHasNextPage

      public void setHasNextPage(@Nonnull Boolean hasNextPage)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to PaginationModel
    • fromJson

      public static PaginationModel fromJson(String jsonString) throws IOException
      Create an instance of PaginationModel given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of PaginationModel
      Throws:
      IOException - if the JSON string is invalid with respect to PaginationModel
    • toJson

      public String toJson()
      Convert an instance of PaginationModel to an JSON string
      Returns:
      JSON string