Class WalletRecord.WalletSettings

  • Enclosing class:
    WalletRecord

    public static final class WalletRecord.WalletSettings
    extends Object
    • Constructor Detail

      • WalletSettings

        public WalletSettings()
    • Method Detail

      • getWalletType

        public WalletType getWalletType()
      • getWalletName

        public String getWalletName()
      • getWalletWebhookUrls

        public List<String> getWalletWebhookUrls()
      • getDefaultLabel

        public String getDefaultLabel()
      • getImageUrl

        public String getImageUrl()
      • getWalletId

        public String getWalletId()
      • setWalletType

        public void setWalletType​(WalletType walletType)
      • setWalletName

        public void setWalletName​(String walletName)
      • setWalletWebhookUrls

        public void setWalletWebhookUrls​(List<String> walletWebhookUrls)
      • setWalletDispatchType

        public void setWalletDispatchType​(WalletDispatchType walletDispatchType)
      • setDefaultLabel

        public void setDefaultLabel​(String defaultLabel)
      • setImageUrl

        public void setImageUrl​(String imageUrl)
      • setWalletId

        public void setWalletId​(String walletId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object