Class PostExternalWalletBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostExternalWalletBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-02-05T18:42:28.491107Z[Etc/UTC]") public class PostExternalWalletBankModel extends Object
Request body for external wallet creation.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ADDRESSstatic StringJSON_PROPERTY_ASSETstatic StringJSON_PROPERTY_COUNTERPARTY_GUIDstatic StringJSON_PROPERTY_CUSTOMER_GUIDstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_TAG
-
Constructor Summary
Constructors Constructor Description PostExternalWalletBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostExternalWalletBankModeladdress(String address)PostExternalWalletBankModelasset(String asset)PostExternalWalletBankModelcounterpartyGuid(String counterpartyGuid)PostExternalWalletBankModelcustomerGuid(String customerGuid)booleanequals(Object o)StringgetAddress()The blockchain wallet address for the wallet.StringgetAsset()The asset code.StringgetCounterpartyGuid()The counterparty identifier.org.openapitools.jackson.nullable.JsonNullable<String>getCounterpartyGuid_JsonNullable()StringgetCustomerGuid()The customer identifier.org.openapitools.jackson.nullable.JsonNullable<String>getCustomerGuid_JsonNullable()StringgetName()Name of the external wallet.StringgetTag()The blockchain tag to use when transferring crypto to the wallet.org.openapitools.jackson.nullable.JsonNullable<String>getTag_JsonNullable()inthashCode()PostExternalWalletBankModelname(String name)voidsetAddress(String address)voidsetAsset(String asset)voidsetCounterpartyGuid(String counterpartyGuid)voidsetCounterpartyGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> counterpartyGuid)voidsetCustomerGuid(String customerGuid)voidsetCustomerGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> customerGuid)voidsetName(String name)voidsetTag(String tag)voidsetTag_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tag)PostExternalWalletBankModeltag(String tag)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CUSTOMER_GUID
public static final String JSON_PROPERTY_CUSTOMER_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COUNTERPARTY_GUID
public static final String JSON_PROPERTY_COUNTERPARTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ASSET
public static final String JSON_PROPERTY_ASSET
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ADDRESS
public static final String JSON_PROPERTY_ADDRESS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TAG
public static final String JSON_PROPERTY_TAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public PostExternalWalletBankModel name(String name)
-
setName
public void setName(String name)
-
customerGuid
public PostExternalWalletBankModel customerGuid(String customerGuid)
-
getCustomerGuid
@Nullable public String getCustomerGuid()
The customer identifier.- Returns:
- customerGuid
-
getCustomerGuid_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCustomerGuid_JsonNullable()
-
setCustomerGuid_JsonNullable
public void setCustomerGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> customerGuid)
-
setCustomerGuid
public void setCustomerGuid(String customerGuid)
-
counterpartyGuid
public PostExternalWalletBankModel counterpartyGuid(String counterpartyGuid)
-
getCounterpartyGuid
@Nullable public String getCounterpartyGuid()
The counterparty identifier.- Returns:
- counterpartyGuid
-
getCounterpartyGuid_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getCounterpartyGuid_JsonNullable()
-
setCounterpartyGuid_JsonNullable
public void setCounterpartyGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> counterpartyGuid)
-
setCounterpartyGuid
public void setCounterpartyGuid(String counterpartyGuid)
-
asset
public PostExternalWalletBankModel asset(String asset)
-
setAsset
public void setAsset(String asset)
-
address
public PostExternalWalletBankModel address(String address)
-
getAddress
@Nonnull public String getAddress()
The blockchain wallet address for the wallet.- Returns:
- address
-
setAddress
public void setAddress(String address)
-
tag
public PostExternalWalletBankModel tag(String tag)
-
getTag
@Nullable public String getTag()
The blockchain tag to use when transferring crypto to the wallet.- Returns:
- tag
-
getTag_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getTag_JsonNullable()
-
setTag_JsonNullable
public void setTag_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tag)
-
setTag
public void setTag(String tag)
-
-