Class CryptoWalletAllOf
java.lang.Object
dev.vality.swag.wallets.webhook.events.model.CryptoWalletAllOf
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-31T03:52:57.575432417Z[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()Идентификатор (он же адрес) криптовалютного кошелькаCryptoCurrencygetCurrency()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
Идентификатор (он же адрес) криптовалютного кошелька- Returns:
- cryptoWalletId
-
setCryptoWalletId
-
currency
-
getCurrency
Get currency- Returns:
- currency
-
setCurrency
-
equals
-
hashCode
public int hashCode() -
toString
-