Class PostTradingConfigurationBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostTradingConfigurationBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-16T10:44:21.408547Z[Etc/UTC]") public class PostTradingConfigurationBankModel extends Object
PostTradingConfigurationBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ASSETstatic StringJSON_PROPERTY_FEES
-
Constructor Summary
Constructors Constructor Description PostTradingConfigurationBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostTradingConfigurationBankModeladdFeesItem(PostFeeBankModel feesItem)PostTradingConfigurationBankModelasset(String asset)booleanequals(Object o)PostTradingConfigurationBankModelfees(List<PostFeeBankModel> fees)StringgetAsset()The asset code.List<PostFeeBankModel>getFees()The fees associated with the configurationinthashCode()voidsetAsset(String asset)voidsetFees(List<PostFeeBankModel> fees)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ASSET
public static final String JSON_PROPERTY_ASSET
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FEES
public static final String JSON_PROPERTY_FEES
- See Also:
- Constant Field Values
-
-
Method Detail
-
asset
public PostTradingConfigurationBankModel asset(String asset)
-
setAsset
public void setAsset(String asset)
-
fees
public PostTradingConfigurationBankModel fees(List<PostFeeBankModel> fees)
-
addFeesItem
public PostTradingConfigurationBankModel addFeesItem(PostFeeBankModel feesItem)
-
getFees
@Nonnull public List<PostFeeBankModel> getFees()
The fees associated with the configuration- Returns:
- fees
-
setFees
public void setFees(List<PostFeeBankModel> fees)
-
-