Class CryptoWalletAllOf

java.lang.Object
dev.vality.swag.wallets.webhook.events.model.CryptoWalletAllOf

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-05-31T03:52:57.575432417Z[Etc/UTC]")
public class CryptoWalletAllOf
extends Object
CryptoWalletAllOf
  • Field Details

  • Constructor Details

    • CryptoWalletAllOf

      public CryptoWalletAllOf()
  • Method Details

    • cryptoWalletId

      public CryptoWalletAllOf cryptoWalletId​(String cryptoWalletId)
    • getCryptoWalletId

      @Nonnull public String getCryptoWalletId()
      Идентификатор (он же адрес) криптовалютного кошелька
      Returns:
      cryptoWalletId
    • setCryptoWalletId

      public void setCryptoWalletId​(String cryptoWalletId)
    • currency

      public CryptoWalletAllOf currency​(CryptoCurrency currency)
    • getCurrency

      @Nonnull public CryptoCurrency getCurrency()
      Get currency
      Returns:
      currency
    • setCurrency

      public void setCurrency​(CryptoCurrency currency)
    • 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