Class VerificationKeyListBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.VerificationKeyListBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-02-21T13:05:42.133051Z[Etc/UTC]") public class VerificationKeyListBankModel extends Object
VerificationKeyListBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_OBJECTSstatic StringJSON_PROPERTY_PAGEstatic StringJSON_PROPERTY_PER_PAGEstatic StringJSON_PROPERTY_TOTAL
-
Constructor Summary
Constructors Constructor Description VerificationKeyListBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VerificationKeyListBankModeladdObjectsItem(VerificationKeyBankModel objectsItem)booleanequals(Object o)List<VerificationKeyBankModel>getObjects()Array of VerificationKey entitiesBigIntegergetPage()The page index to retrieve.BigIntegergetPerPage()The number of entities per page to return.BigIntegergetTotal()The total number of records available.inthashCode()VerificationKeyListBankModelobjects(List<VerificationKeyBankModel> objects)VerificationKeyListBankModelpage(BigInteger page)VerificationKeyListBankModelperPage(BigInteger perPage)voidsetObjects(List<VerificationKeyBankModel> objects)voidsetPage(BigInteger page)voidsetPerPage(BigInteger perPage)voidsetTotal(BigInteger total)StringtoString()VerificationKeyListBankModeltotal(BigInteger total)
-
-
-
Field Detail
-
JSON_PROPERTY_TOTAL
public static final String JSON_PROPERTY_TOTAL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PAGE
public static final String JSON_PROPERTY_PAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PER_PAGE
public static final String JSON_PROPERTY_PER_PAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OBJECTS
public static final String JSON_PROPERTY_OBJECTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
total
public VerificationKeyListBankModel total(BigInteger total)
-
getTotal
@Nonnull public BigInteger getTotal()
The total number of records available. minimum: 0- Returns:
- total
-
setTotal
public void setTotal(BigInteger total)
-
page
public VerificationKeyListBankModel page(BigInteger page)
-
getPage
@Nonnull public BigInteger getPage()
The page index to retrieve. minimum: 0- Returns:
- page
-
setPage
public void setPage(BigInteger page)
-
perPage
public VerificationKeyListBankModel perPage(BigInteger perPage)
-
getPerPage
@Nonnull public BigInteger getPerPage()
The number of entities per page to return. minimum: 0- Returns:
- perPage
-
setPerPage
public void setPerPage(BigInteger perPage)
-
objects
public VerificationKeyListBankModel objects(List<VerificationKeyBankModel> objects)
-
addObjectsItem
public VerificationKeyListBankModel addObjectsItem(VerificationKeyBankModel objectsItem)
-
getObjects
@Nonnull public List<VerificationKeyBankModel> getObjects()
Array of VerificationKey entities- Returns:
- objects
-
setObjects
public void setObjects(List<VerificationKeyBankModel> objects)
-
-