Class PostDepositBankAccountBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostDepositBankAccountBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-12-12T18:15:35.266876Z[Etc/UTC]") public class PostDepositBankAccountBankModel extends Object
PostDepositBankAccountBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ACCOUNT_GUIDstatic StringJSON_PROPERTY_CUSTOMER_GUIDstatic StringJSON_PROPERTY_LABELS
-
Constructor Summary
Constructors Constructor Description PostDepositBankAccountBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostDepositBankAccountBankModelaccountGuid(String accountGuid)PostDepositBankAccountBankModeladdLabelsItem(String labelsItem)PostDepositBankAccountBankModelcustomerGuid(String customerGuid)booleanequals(Object o)StringgetAccountGuid()The trading account guid.StringgetCustomerGuid()The unique identifier for the customer.List<String>getLabels()The labels associated with the address.inthashCode()PostDepositBankAccountBankModellabels(List<String> labels)voidsetAccountGuid(String accountGuid)voidsetCustomerGuid(String customerGuid)voidsetLabels(List<String> labels)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ACCOUNT_GUID
public static final String JSON_PROPERTY_ACCOUNT_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CUSTOMER_GUID
public static final String JSON_PROPERTY_CUSTOMER_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LABELS
public static final String JSON_PROPERTY_LABELS
- See Also:
- Constant Field Values
-
-
Method Detail
-
accountGuid
public PostDepositBankAccountBankModel accountGuid(String accountGuid)
-
getAccountGuid
@Nonnull public String getAccountGuid()
The trading account guid.- Returns:
- accountGuid
-
setAccountGuid
public void setAccountGuid(String accountGuid)
-
customerGuid
public PostDepositBankAccountBankModel customerGuid(String customerGuid)
-
getCustomerGuid
@Nullable public String getCustomerGuid()
The unique identifier for the customer.- Returns:
- customerGuid
-
setCustomerGuid
public void setCustomerGuid(String customerGuid)
-
labels
public PostDepositBankAccountBankModel labels(List<String> labels)
-
addLabelsItem
public PostDepositBankAccountBankModel addLabelsItem(String labelsItem)
-
getLabels
@Nullable public List<String> getLabels()
The labels associated with the address.- Returns:
- labels
-
-