Class CryptoWalletAllOf
java.lang.Object
dev.vality.swag.wallets.webhook.events.model.CryptoWalletAllOf
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-09-21T13:44:22.979521869Z[Etc/UTC]")
public class CryptoWalletAllOf
extends Object
CryptoWalletAllOf
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CRYPTO_WALLET_IDstatic StringJSON_PROPERTY_CURRENCY -
Constructor Summary
Constructors Constructor Description CryptoWalletAllOf() -
Method Summary
Modifier and Type Method Description CryptoWalletAllOfcryptoWalletId(String cryptoWalletId)CryptoWalletAllOfcurrency(CryptoCurrency currency)booleanequals(Object o)StringgetCryptoWalletId()Identifier (aka address) of a cryptocurrency walletCryptoCurrencygetCurrency()Get currencyinthashCode()voidsetCryptoWalletId(String cryptoWalletId)voidsetCurrency(CryptoCurrency currency)StringtoString()
-
Field Details
-
JSON_PROPERTY_CRYPTO_WALLET_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CURRENCY
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CryptoWalletAllOf
public CryptoWalletAllOf()
-
-
Method Details
-
cryptoWalletId
-
getCryptoWalletId
Identifier (aka address) of a cryptocurrency wallet- Returns:
- cryptoWalletId
-
setCryptoWalletId
-
currency
-
getCurrency
Get currency- Returns:
- currency
-
setCurrency
-
equals
-
hashCode
public int hashCode() -
toString
-