Class ExternalWalletBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.ExternalWalletBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-05-09T22:35:02.121084Z[Etc/UTC]") public class ExternalWalletBankModel extends Object
ExternalWalletBankModel
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ADDRESSstatic StringJSON_PROPERTY_ASSETstatic StringJSON_PROPERTY_BANK_GUIDstatic StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_CUSTOMER_GUIDstatic StringJSON_PROPERTY_ENVIRONMENTstatic StringJSON_PROPERTY_FAILURE_CODEstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_STATEstatic StringJSON_PROPERTY_TAGstatic StringJSON_PROPERTY_UPDATED_AT
-
Constructor Summary
Constructors Constructor Description ExternalWalletBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalWalletBankModeladdress(String address)ExternalWalletBankModelasset(String asset)ExternalWalletBankModelbankGuid(String bankGuid)ExternalWalletBankModelcreatedAt(OffsetDateTime createdAt)ExternalWalletBankModelcustomerGuid(String customerGuid)ExternalWalletBankModelenvironment(String environment)booleanequals(Object o)ExternalWalletBankModelfailureCode(String failureCode)StringgetAddress()The blockchain wallet address for the wallet.StringgetAsset()The asset code.StringgetBankGuid()The bank identifier.OffsetDateTimegetCreatedAt()ISO8601 datetime the record was created at.StringgetCustomerGuid()The customer identifier.org.openapitools.jackson.nullable.JsonNullable<String>getCustomerGuid_JsonNullable()StringgetEnvironment()The environment that the wallet is configured for; one of sandbox or production.StringgetFailureCode()The failure code of an external wallet (if any)org.openapitools.jackson.nullable.JsonNullable<String>getFailureCode_JsonNullable()StringgetGuid()Auto-generated unique identifier for the wallet.StringgetName()The name of the wallet.StringgetState()The state of the external wallet; one of storing, pending, failed, completed, deleting, or deleted.StringgetTag()The blockchain tag to use when transferring crypto to the wallet.org.openapitools.jackson.nullable.JsonNullable<String>getTag_JsonNullable()OffsetDateTimegetUpdatedAt()ISO8601 datetime the record was last updated at.ExternalWalletBankModelguid(String guid)inthashCode()ExternalWalletBankModelname(String name)voidsetAddress(String address)voidsetAsset(String asset)voidsetBankGuid(String bankGuid)voidsetCreatedAt(OffsetDateTime createdAt)voidsetCustomerGuid(String customerGuid)voidsetCustomerGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> customerGuid)voidsetEnvironment(String environment)voidsetFailureCode(String failureCode)voidsetFailureCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> failureCode)voidsetGuid(String guid)voidsetName(String name)voidsetState(String state)voidsetTag(String tag)voidsetTag_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tag)voidsetUpdatedAt(OffsetDateTime updatedAt)ExternalWalletBankModelstate(String state)ExternalWalletBankModeltag(String tag)StringtoString()ExternalWalletBankModelupdatedAt(OffsetDateTime updatedAt)
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ASSET
public static final String JSON_PROPERTY_ASSET
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ENVIRONMENT
public static final String JSON_PROPERTY_ENVIRONMENT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_BANK_GUID
public static final String JSON_PROPERTY_BANK_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_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
-
JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UPDATED_AT
public static final String JSON_PROPERTY_UPDATED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FAILURE_CODE
public static final String JSON_PROPERTY_FAILURE_CODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
guid
public ExternalWalletBankModel guid(String guid)
-
getGuid
@Nullable public String getGuid()
Auto-generated unique identifier for the wallet.- Returns:
- guid
-
setGuid
public void setGuid(String guid)
-
name
public ExternalWalletBankModel name(String name)
-
setName
public void setName(String name)
-
asset
public ExternalWalletBankModel asset(String asset)
-
setAsset
public void setAsset(String asset)
-
environment
public ExternalWalletBankModel environment(String environment)
-
getEnvironment
@Nullable public String getEnvironment()
The environment that the wallet is configured for; one of sandbox or production.- Returns:
- environment
-
setEnvironment
public void setEnvironment(String environment)
-
bankGuid
public ExternalWalletBankModel bankGuid(String bankGuid)
-
setBankGuid
public void setBankGuid(String bankGuid)
-
customerGuid
public ExternalWalletBankModel 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)
-
address
public ExternalWalletBankModel address(String address)
-
getAddress
@Nullable public String getAddress()
The blockchain wallet address for the wallet.- Returns:
- address
-
setAddress
public void setAddress(String address)
-
tag
public ExternalWalletBankModel 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)
-
createdAt
public ExternalWalletBankModel createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
ISO8601 datetime the record was created at.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
updatedAt
public ExternalWalletBankModel updatedAt(OffsetDateTime updatedAt)
-
getUpdatedAt
@Nullable public OffsetDateTime getUpdatedAt()
ISO8601 datetime the record was last updated at.- Returns:
- updatedAt
-
setUpdatedAt
public void setUpdatedAt(OffsetDateTime updatedAt)
-
state
public ExternalWalletBankModel state(String state)
-
getState
@Nullable public String getState()
The state of the external wallet; one of storing, pending, failed, completed, deleting, or deleted.- Returns:
- state
-
setState
public void setState(String state)
-
failureCode
public ExternalWalletBankModel failureCode(String failureCode)
-
getFailureCode
@Nullable public String getFailureCode()
The failure code of an external wallet (if any)- Returns:
- failureCode
-
getFailureCode_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getFailureCode_JsonNullable()
-
setFailureCode_JsonNullable
public void setFailureCode_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> failureCode)
-
setFailureCode
public void setFailureCode(String failureCode)
-
-