Package model
Class ListPaymentInstrumentVerificationsQueryParams
- java.lang.Object
-
- model.ListPaymentInstrumentVerificationsQueryParams
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ListPaymentInstrumentVerificationsQueryParams extends Object
ListPaymentInstrumentVerificationsQueryParams
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListPaymentInstrumentVerificationsQueryParams.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_NUMBERstatic StringSERIALIZED_NAME_PAGE_SIZE
-
Constructor Summary
Constructors Constructor Description ListPaymentInstrumentVerificationsQueryParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static ListPaymentInstrumentVerificationsQueryParamsfromJson(String jsonString)Create an instance of ListPaymentInstrumentVerificationsQueryParams given an JSON stringLonggetLimit()The number of entries to return.LonggetOffset()The number of items to skip before starting to collect the result set.LonggetPageNumber()The page number to list.LonggetPageSize()The size of the page.inthashCode()ListPaymentInstrumentVerificationsQueryParamslimit(Long limit)ListPaymentInstrumentVerificationsQueryParamsoffset(Long offset)ListPaymentInstrumentVerificationsQueryParamspageNumber(Long pageNumber)ListPaymentInstrumentVerificationsQueryParamspageSize(Long pageSize)voidsetLimit(Long limit)voidsetOffset(Long offset)voidsetPageNumber(Long pageNumber)voidsetPageSize(Long pageSize)StringtoJson()Convert an instance of ListPaymentInstrumentVerificationsQueryParams 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_NUMBER
public static final String SERIALIZED_NAME_PAGE_NUMBER
- 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 ListPaymentInstrumentVerificationsQueryParams limit(Long limit)
-
setLimit
public void setLimit(Long limit)
-
offset
public ListPaymentInstrumentVerificationsQueryParams 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)
-
pageNumber
public ListPaymentInstrumentVerificationsQueryParams pageNumber(Long pageNumber)
-
setPageNumber
public void setPageNumber(Long pageNumber)
-
pageSize
public ListPaymentInstrumentVerificationsQueryParams 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 ListPaymentInstrumentVerificationsQueryParams
-
fromJson
public static ListPaymentInstrumentVerificationsQueryParams fromJson(String jsonString) throws IOException
Create an instance of ListPaymentInstrumentVerificationsQueryParams given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ListPaymentInstrumentVerificationsQueryParams
- Throws:
IOException- if the JSON string is invalid with respect to ListPaymentInstrumentVerificationsQueryParams
-
toJson
public String toJson()
Convert an instance of ListPaymentInstrumentVerificationsQueryParams to an JSON string- Returns:
- JSON string
-
-