Class WalletRecord.WalletSettings
- java.lang.Object
-
- org.hyperledger.aries.api.multitenancy.WalletRecord.WalletSettings
-
- Enclosing class:
- WalletRecord
public static final class WalletRecord.WalletSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description WalletSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDefaultLabel()StringgetImageUrl()WalletDispatchTypegetWalletDispatchType()StringgetWalletId()StringgetWalletName()WalletTypegetWalletType()List<String>getWalletWebhookUrls()inthashCode()voidsetDefaultLabel(String defaultLabel)voidsetImageUrl(String imageUrl)voidsetWalletDispatchType(WalletDispatchType walletDispatchType)voidsetWalletId(String walletId)voidsetWalletName(String walletName)voidsetWalletType(WalletType walletType)voidsetWalletWebhookUrls(List<String> walletWebhookUrls)StringtoString()
-
-
-
Method Detail
-
getWalletType
public WalletType getWalletType()
-
getWalletName
public String getWalletName()
-
getWalletDispatchType
public WalletDispatchType getWalletDispatchType()
-
getDefaultLabel
public String getDefaultLabel()
-
getImageUrl
public String getImageUrl()
-
getWalletId
public String getWalletId()
-
setWalletType
public void setWalletType(WalletType walletType)
-
setWalletName
public void setWalletName(String walletName)
-
setWalletDispatchType
public void setWalletDispatchType(WalletDispatchType walletDispatchType)
-
setDefaultLabel
public void setDefaultLabel(String defaultLabel)
-
setImageUrl
public void setImageUrl(String imageUrl)
-
setWalletId
public void setWalletId(String walletId)
-
-