Class AssetBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.AssetBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-17T15:09:27.283676Z[Etc/UTC]") public class AssetBankModel extends Object
AssetBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CODEstatic StringJSON_PROPERTY_DECIMALSstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_SYMBOLstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description AssetBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssetBankModelcode(String code)AssetBankModeldecimals(BigInteger decimals)booleanequals(Object o)StringgetCode()The unique code for the asset.BigIntegergetDecimals()The number of decimals for the default unit of the asset.StringgetName()The name of the asset.StringgetSymbol()The currency symbol for the asset.StringgetType()The asset type; one of fiat or crypto.inthashCode()AssetBankModelname(String name)voidsetCode(String code)voidsetDecimals(BigInteger decimals)voidsetName(String name)voidsetSymbol(String symbol)voidsetType(String type)AssetBankModelsymbol(String symbol)StringtoString()AssetBankModeltype(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CODE
public static final String JSON_PROPERTY_CODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SYMBOL
public static final String JSON_PROPERTY_SYMBOL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DECIMALS
public static final String JSON_PROPERTY_DECIMALS
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public AssetBankModel type(String type)
-
setType
public void setType(String type)
-
code
public AssetBankModel code(String code)
-
setCode
public void setCode(String code)
-
name
public AssetBankModel name(String name)
-
setName
public void setName(String name)
-
symbol
public AssetBankModel symbol(String symbol)
-
setSymbol
public void setSymbol(String symbol)
-
decimals
public AssetBankModel decimals(BigInteger decimals)
-
getDecimals
@Nonnull public BigInteger getDecimals()
The number of decimals for the default unit of the asset. minimum: 0- Returns:
- decimals
-
setDecimals
public void setDecimals(BigInteger decimals)
-
-