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 Details

    • CryptoWalletDetails

      public CryptoWalletDetails()
  • Method Details

    • cryptoCurrency

      public CryptoWalletDetails cryptoCurrency​(CryptoCurrency cryptoCurrency)
    • getCryptoCurrency

      @NotNull @Valid public @NotNull @Valid CryptoCurrency getCryptoCurrency()
      Get cryptoCurrency
      Returns:
      cryptoCurrency
    • setCryptoCurrency

      public void setCryptoCurrency​(CryptoCurrency cryptoCurrency)
    • cryptoCurrencyType

      public CryptoWalletDetails cryptoCurrencyType​(String cryptoCurrencyType)
    • getCryptoCurrencyType

      public String getCryptoCurrencyType()
      Тип криптовалюты
      Returns:
      cryptoCurrencyType
    • setCryptoCurrencyType

      public void setCryptoCurrencyType​(String cryptoCurrencyType)
    • 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