Package model

Class ListPaymentInstrumentUpdatesQueryParams

java.lang.Object
model.ListPaymentInstrumentUpdatesQueryParams

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-06-23T13:37:23.846763-07:00[America/Los_Angeles]") public class ListPaymentInstrumentUpdatesQueryParams extends Object
ListPaymentInstrumentUpdatesQueryParams
  • Field Details

  • Constructor Details

    • ListPaymentInstrumentUpdatesQueryParams

      public ListPaymentInstrumentUpdatesQueryParams()
  • Method Details

    • limit

    • getLimit

      @Nullable public Long getLimit()
      The number of entries to return.
      Returns:
      limit
    • setLimit

      public void setLimit(Long limit)
    • offset

    • getOffset

      @Nullable public Long getOffset()
      The number of items to skip before starting to collect the result set.
      Returns:
      offset
    • setOffset

      public void setOffset(Long offset)
    • pageNumber

      public ListPaymentInstrumentUpdatesQueryParams pageNumber(Long pageNumber)
    • getPageNumber

      @Nullable public Long getPageNumber()
      The page number to list.
      Returns:
      pageNumber
    • setPageNumber

      public void setPageNumber(Long pageNumber)
    • pageSize

      public ListPaymentInstrumentUpdatesQueryParams pageSize(Long pageSize)
    • getPageSize

      @Nullable public Long getPageSize()
      The size of the page.
      Returns:
      pageSize
    • setPageSize

      public void setPageSize(Long pageSize)
    • 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
    • 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 ListPaymentInstrumentUpdatesQueryParams
    • fromJson

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

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