Class CryptoWallet

java.lang.Object
dev.vality.swag.wallets.webhook.events.model.DestinationResource
dev.vality.swag.wallets.webhook.events.model.CryptoWallet

@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
           date="2023-03-12T19:05:30.960265880Z[Etc/UTC]")
public class CryptoWallet
extends DestinationResource
Данные криптовалютного кошелька
  • Constructor Details

    • CryptoWallet

      public CryptoWallet()
  • Method Details

    • cryptoWalletId

      public CryptoWallet cryptoWalletId​(String cryptoWalletId)
    • getCryptoWalletId

      @NotNull @Size(min=16, max=256) public @NotNull @Size(min=16,max=256) String getCryptoWalletId()
      Идентификатор (он же адрес) криптовалютного кошелька
      Returns:
      cryptoWalletId
    • setCryptoWalletId

      public void setCryptoWalletId​(String cryptoWalletId)
    • currency

      public CryptoWallet currency​(CryptoCurrency currency)
    • getCurrency

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

      public void setCurrency​(CryptoCurrency currency)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class DestinationResource