Class CryptoCurrencyTransferInfo
java.lang.Object
dev.vality.swag_webhook_events.model.CryptoCurrencyTransferInfo
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-02-26T07:25:16.040246332Z[Etc/UTC]")
public class CryptoCurrencyTransferInfo
extends Object
Crypto currency transfer request
-
Constructor Summary
Constructors Constructor Description CryptoCurrencyTransferInfo() -
Method Summary
Modifier and Type Method Description CryptoCurrencyTransferInfocryptoAddress(String cryptoAddress)CryptoCurrencyTransferInfocryptoCash(String cryptoCash)booleanequals(Object o)@NotNull StringgetCryptoAddress()Crypto address@NotNull StringgetCryptoCash()Cryptocurrency typeinthashCode()voidsetCryptoAddress(String cryptoAddress)voidsetCryptoCash(String cryptoCash)StringtoString()
-
Constructor Details
-
CryptoCurrencyTransferInfo
public CryptoCurrencyTransferInfo()
-
-
Method Details
-
cryptoAddress
-
getCryptoAddress
Crypto address- Returns:
- cryptoAddress
-
setCryptoAddress
-
cryptoCash
-
getCryptoCash
Cryptocurrency type- Returns:
- cryptoCash
-
setCryptoCash
-
equals
-
hashCode
public int hashCode() -
toString
-