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.SpringCodegen",
date="2023-12-24T09:03:16.651030963Z[Etc/UTC]")
public class CryptoWallet
extends DestinationResource
Cryptocurrency wallet details
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.vality.swag.wallets.webhook.events.model.DestinationResource
DestinationResource.TypeEnum -
Constructor Summary
Constructors Constructor Description CryptoWallet() -
Method Summary
Modifier and Type Method Description CryptoWalletcryptoWalletId(String cryptoWalletId)CryptoWalletcurrency(CryptoCurrency currency)booleanequals(Object o)@NotNull @Size(min=16,max=256) StringgetCryptoWalletId()Identifier (aka address) of a cryptocurrency wallet@NotNull @Valid 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
-
Constructor Details
-
CryptoWallet
public CryptoWallet()
-
-
Method Details
-
cryptoWalletId
-
getCryptoWalletId
Identifier (aka address) of a cryptocurrency wallet- 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
-