Class CryptoWalletDetails
java.lang.Object
dev.vality.swag_webhook_events.model.CryptoWalletDetails
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-05-04T13:06:45.139911129Z[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()Тип криптовалютыinthashCode()voidsetCryptoCurrency(CryptoCurrency cryptoCurrency)voidsetCryptoCurrencyType(String cryptoCurrencyType)StringtoString()
-
Constructor Details
-
CryptoWalletDetails
public CryptoWalletDetails()
-
-
Method Details
-
cryptoCurrency
-
getCryptoCurrency
Get cryptoCurrency- Returns:
- cryptoCurrency
-
setCryptoCurrency
-
cryptoCurrencyType
-
getCryptoCurrencyType
Тип криптовалюты- Returns:
- cryptoCurrencyType
-
setCryptoCurrencyType
-
equals
-
hashCode
public int hashCode() -
toString
-