Class CryptoWallet
java.lang.Object
dev.vality.swag.wallets.webhook.events.model.DestinationResource
dev.vality.swag.wallets.webhook.events.model.CryptoWallet
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-12T19:05:48.700078970Z[Etc/UTC]")
public class CryptoWallet
extends DestinationResource
Данные криптовалютного кошелька
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.vality.swag.wallets.webhook.events.model.DestinationResource
DestinationResource.TypeEnum -
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CRYPTO_WALLET_IDstatic StringJSON_PROPERTY_CURRENCYFields inherited from class dev.vality.swag.wallets.webhook.events.model.DestinationResource
JSON_PROPERTY_TYPE, type -
Constructor Summary
Constructors Constructor Description CryptoWallet() -
Method Summary
Modifier and Type Method Description CryptoWalletcryptoWalletId(String cryptoWalletId)CryptoWalletcurrency(CryptoCurrency currency)booleanequals(Object o)StringgetCryptoWalletId()Идентификатор (он же адрес) криптовалютного кошелькаCryptoCurrencygetCurrency()Get currencyinthashCode()voidsetCryptoWalletId(String cryptoWalletId)voidsetCurrency(CryptoCurrency currency)StringtoString()Methods inherited from class dev.vality.swag.wallets.webhook.events.model.DestinationResource
getType, setType, type
-
Field Details
-
JSON_PROPERTY_CRYPTO_WALLET_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CURRENCY
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CryptoWallet
public CryptoWallet()
-
-
Method Details
-
cryptoWalletId
-
getCryptoWalletId
Идентификатор (он же адрес) криптовалютного кошелька- Returns:
- cryptoWalletId
-
setCryptoWalletId
-
currency
-
getCurrency
Get currency- Returns:
- currency
-
setCurrency
-
equals
- Overrides:
equalsin classDestinationResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classDestinationResource
-
toString
- Overrides:
toStringin classDestinationResource
-