Class PlatformFileListBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PlatformFileListBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-06T19:38:46.584769Z[Etc/UTC]") public class PlatformFileListBankModel extends Object
PlatformFileListBankModel
-
-
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 PlatformFileListBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformFileListBankModeladdObjectsItem(PlatformFileBankModel objectsItem)booleanequals(Object o)List<PlatformFileBankModel>getObjects()Array of file entitiesBigIntegergetPage()The page index to retrieve.BigIntegergetPerPage()The number of entities per page to return.BigIntegergetTotal()The total number of records available.inthashCode()PlatformFileListBankModelobjects(List<PlatformFileBankModel> objects)PlatformFileListBankModelpage(BigInteger page)PlatformFileListBankModelperPage(BigInteger perPage)voidsetObjects(List<PlatformFileBankModel> objects)voidsetPage(BigInteger page)voidsetPerPage(BigInteger perPage)voidsetTotal(BigInteger total)StringtoString()PlatformFileListBankModeltotal(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 PlatformFileListBankModel 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 PlatformFileListBankModel 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 PlatformFileListBankModel 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 PlatformFileListBankModel objects(List<PlatformFileBankModel> objects)
-
addObjectsItem
public PlatformFileListBankModel addObjectsItem(PlatformFileBankModel objectsItem)
-
getObjects
@Nonnull public List<PlatformFileBankModel> getObjects()
Array of file entities- Returns:
- objects
-
setObjects
public void setObjects(List<PlatformFileBankModel> objects)
-
-