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)
    • putAdditionalProperty

      public PaginationModel putAdditionalProperty(String key, Object value)
      Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
      Parameters:
      key - name of the property
      value - value of the property
      Returns:
      the PaginationModel instance itself
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Return the additional (undeclared) property.
      Returns:
      a map of objects
    • getAdditionalProperty

      public Object getAdditionalProperty(String key)
      Return the additional (undeclared) property with the specified name.
      Parameters:
      key - name of the property
      Returns:
      an object
    • 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