Class PostExternalWalletBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostExternalWalletBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-08T02:14:45.137664Z[Etc/UTC]") public class PostExternalWalletBankModel extends Object
PostExternalWalletBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ADDRESSstatic StringJSON_PROPERTY_ASSETstatic 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)PostExternalWalletBankModelcustomerGuid(String customerGuid)booleanequals(Object o)StringgetAddress()The blockchain wallet address for the wallet.StringgetAsset()The asset code.StringgetCustomerGuid()The customer identifier.StringgetName()The name of the account.StringgetTag()The blockchain tag to use when transferring crypto to the wallet.inthashCode()PostExternalWalletBankModelname(String name)voidsetAddress(String address)voidsetAsset(String asset)voidsetCustomerGuid(String customerGuid)voidsetName(String name)voidsetTag(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_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
-
setCustomerGuid
public void setCustomerGuid(String customerGuid)
-
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
-
setTag
public void setTag(String tag)
-
-