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 Details

    • CryptoCurrencyTransferInfo

      public CryptoCurrencyTransferInfo()
  • Method Details

    • cryptoAddress

      public CryptoCurrencyTransferInfo cryptoAddress​(String cryptoAddress)
    • getCryptoAddress

      @NotNull public @NotNull String getCryptoAddress()
      Crypto address
      Returns:
      cryptoAddress
    • setCryptoAddress

      public void setCryptoAddress​(String cryptoAddress)
    • cryptoCash

      public CryptoCurrencyTransferInfo cryptoCash​(String cryptoCash)
    • getCryptoCash

      @NotNull public @NotNull String getCryptoCash()
      Cryptocurrency type
      Returns:
      cryptoCash
    • setCryptoCash

      public void setCryptoCash​(String cryptoCash)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object