Class CustomerListBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.CustomerListBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-08-01T17:08:04.315991Z[Etc/UTC]") public class CustomerListBankModel extends Object
CustomerListBankModel
-
-
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 CustomerListBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerListBankModeladdObjectsItem(CustomerBankModel objectsItem)booleanequals(Object o)List<CustomerBankModel>getObjects()Get objectsBigIntegergetPage()The page index to retrieve.BigIntegergetPerPage()The number of entities per page to return.BigIntegergetTotal()The total number of records available.inthashCode()CustomerListBankModelobjects(List<CustomerBankModel> objects)CustomerListBankModelpage(BigInteger page)CustomerListBankModelperPage(BigInteger perPage)voidsetObjects(List<CustomerBankModel> objects)voidsetPage(BigInteger page)voidsetPerPage(BigInteger perPage)voidsetTotal(BigInteger total)StringtoString()CustomerListBankModeltotal(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 CustomerListBankModel 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 CustomerListBankModel 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 CustomerListBankModel 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 CustomerListBankModel objects(List<CustomerBankModel> objects)
-
addObjectsItem
public CustomerListBankModel addObjectsItem(CustomerBankModel objectsItem)
-
getObjects
@Nonnull public List<CustomerBankModel> getObjects()
Get objects- Returns:
- objects
-
setObjects
public void setObjects(List<CustomerBankModel> objects)
-
-