Package model
Class ListPaymentInstrumentUpdatesQueryParams
- java.lang.Object
-
- model.ListPaymentInstrumentUpdatesQueryParams
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ListPaymentInstrumentUpdatesQueryParams extends Object
ListPaymentInstrumentUpdatesQueryParams
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListPaymentInstrumentUpdatesQueryParams.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_LIMITstatic StringSERIALIZED_NAME_OFFSETstatic StringSERIALIZED_NAME_PAGE_SIZE
-
Constructor Summary
Constructors Constructor Description ListPaymentInstrumentUpdatesQueryParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static ListPaymentInstrumentUpdatesQueryParamsfromJson(String jsonString)Create an instance of ListPaymentInstrumentUpdatesQueryParams given an JSON stringLonggetLimit()The number of entries to return.LonggetOffset()The number of items to skip before starting to collect the result set.LonggetPageSize()The size of the page.inthashCode()ListPaymentInstrumentUpdatesQueryParamslimit(Long limit)ListPaymentInstrumentUpdatesQueryParamsoffset(Long offset)ListPaymentInstrumentUpdatesQueryParamspageSize(Long pageSize)voidsetLimit(Long limit)voidsetOffset(Long offset)voidsetPageSize(Long pageSize)StringtoJson()Convert an instance of ListPaymentInstrumentUpdatesQueryParams to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_LIMIT
public static final String SERIALIZED_NAME_LIMIT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OFFSET
public static final String SERIALIZED_NAME_OFFSET
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PAGE_SIZE
public static final String SERIALIZED_NAME_PAGE_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
limit
public ListPaymentInstrumentUpdatesQueryParams limit(Long limit)
-
setLimit
public void setLimit(Long limit)
-
offset
public ListPaymentInstrumentUpdatesQueryParams offset(Long 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)
-
pageSize
public ListPaymentInstrumentUpdatesQueryParams pageSize(Long pageSize)
-
setPageSize
public void setPageSize(Long pageSize)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates 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
-
-