Class CryptoWalletDetails
java.lang.Object
dev.vality.swag_webhook_events.model.CryptoWalletDetails
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class CryptoWalletDetails
extends Object
CryptoWalletDetails
-
Constructor Summary
Constructors Constructor Description CryptoWalletDetails() -
Method Summary
Modifier and Type Method Description CryptoWalletDetailscryptoCurrency(CryptoCurrency cryptoCurrency)CryptoWalletDetailscryptoCurrencyType(String cryptoCurrencyType)booleanequals(Object o)@NotNull @Valid CryptoCurrencygetCryptoCurrency()Get cryptoCurrencyStringgetCryptoCurrencyType()Cryptocurrency typeinthashCode()voidsetCryptoCurrency(CryptoCurrency cryptoCurrency)voidsetCryptoCurrencyType(String cryptoCurrencyType)StringtoString()
-
Constructor Details
-
CryptoWalletDetails
public CryptoWalletDetails()
-
-
Method Details
-
cryptoCurrency
-
getCryptoCurrency
Get cryptoCurrency- Returns:
- cryptoCurrency
-
setCryptoCurrency
-
cryptoCurrencyType
-
getCryptoCurrencyType
Cryptocurrency type- Returns:
- cryptoCurrencyType
-
setCryptoCurrencyType
-
equals
-
hashCode
public int hashCode() -
toString
-