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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate an instance of ListPaymentInstrumentUpdatesQueryParams given an JSON stringgetLimit()The number of entries to return.The number of items to skip before starting to collect the result set.The page number to list.The size of the page.inthashCode()pageNumber(Long pageNumber) voidvoidvoidsetPageNumber(Long pageNumber) voidsetPageSize(Long pageSize) toJson()Convert an instance of ListPaymentInstrumentUpdatesQueryParams to an JSON stringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_LIMIT
- See Also:
-
SERIALIZED_NAME_OFFSET
- See Also:
-
SERIALIZED_NAME_PAGE_NUMBER
- See Also:
-
SERIALIZED_NAME_PAGE_SIZE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ListPaymentInstrumentUpdatesQueryParams
public ListPaymentInstrumentUpdatesQueryParams()
-
-
Method Details
-
limit
-
getLimit
The number of entries to return.- Returns:
- limit
-
setLimit
-
offset
-
getOffset
The number of items to skip before starting to collect the result set.- Returns:
- offset
-
setOffset
-
pageNumber
-
getPageNumber
The page number to list.- Returns:
- pageNumber
-
setPageNumber
-
pageSize
-
getPageSize
The size of the page.- Returns:
- pageSize
-
setPageSize
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
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
Convert an instance of ListPaymentInstrumentUpdatesQueryParams to an JSON string- Returns:
- JSON string
-