Class CryptoWalletDetails
java.lang.Object
dev.vality.swag_webhook_events.model.CryptoWalletDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-08-08T11:08:44.744020346Z[Etc/UTC]")
public class CryptoWalletDetails
extends Object
CryptoWalletDetails
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CRYPTO_CURRENCYstatic StringJSON_PROPERTY_CRYPTO_CURRENCY_TYPE -
Constructor Summary
Constructors Constructor Description CryptoWalletDetails() -
Method Summary
Modifier and Type Method Description CryptoWalletDetailscryptoCurrency(CryptoCurrency cryptoCurrency)CryptoWalletDetailscryptoCurrencyType(String cryptoCurrencyType)booleanequals(Object o)CryptoCurrencygetCryptoCurrency()Deprecated.StringgetCryptoCurrencyType()Cryptocurrency typeinthashCode()voidsetCryptoCurrency(CryptoCurrency cryptoCurrency)voidsetCryptoCurrencyType(String cryptoCurrencyType)StringtoString()
-
Field Details
-
JSON_PROPERTY_CRYPTO_CURRENCY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CRYPTO_CURRENCY_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CryptoWalletDetails
public CryptoWalletDetails()
-
-
Method Details
-
cryptoCurrency
-
getCryptoCurrency
Deprecated.Get cryptoCurrency- Returns:
- cryptoCurrency
-
setCryptoCurrency
-
cryptoCurrencyType
-
getCryptoCurrencyType
Cryptocurrency type- Returns:
- cryptoCurrencyType
-
setCryptoCurrencyType
-
equals
-
hashCode
public int hashCode() -
toString
-