Class CryptoWalletAllOf
java.lang.Object
dev.vality.swag.wallets.webhook.events.model.CryptoWalletAllOf
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2022-03-03T13:21:56.718207632Z[Etc/UTC]")
public class CryptoWalletAllOf
extends Object
CryptoWalletAllOf
-
Constructor Summary
Constructors Constructor Description CryptoWalletAllOf() -
Method Summary
Modifier and Type Method Description CryptoWalletAllOfcryptoWalletId(String cryptoWalletId)CryptoWalletAllOfcurrency(CryptoCurrency currency)booleanequals(Object o)@NotNull @Size(min=16,max=256) StringgetCryptoWalletId()Идентификатор (он же адрес) криптовалютного кошелька@NotNull @Valid CryptoCurrencygetCurrency()Get currencyinthashCode()voidsetCryptoWalletId(String cryptoWalletId)voidsetCurrency(CryptoCurrency currency)StringtoString()
-
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
-