Class CryptoWalletDetails
java.lang.Object
dev.vality.swag_webhook_events.model.CryptoWalletDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-02-21T10:48:08.381944838Z[Etc/UTC]")
public class CryptoWalletDetails
extends Object
CryptoWalletDetails
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CRYPTO_CURRENCY -
Constructor Summary
Constructors Constructor Description CryptoWalletDetails() -
Method Summary
Modifier and Type Method Description CryptoWalletDetailscryptoCurrency(CryptoCurrency cryptoCurrency)booleanequals(Object o)CryptoCurrencygetCryptoCurrency()Get cryptoCurrencyinthashCode()voidsetCryptoCurrency(CryptoCurrency cryptoCurrency)StringtoString()
-
Field Details
-
JSON_PROPERTY_CRYPTO_CURRENCY
- See Also:
- Constant Field Values
-
-
Constructor Details
-
CryptoWalletDetails
public CryptoWalletDetails()
-
-
Method Details