Class UpdateWalletRequest
- java.lang.Object
-
- org.hyperledger.aries.api.multitenancy.UpdateWalletRequest
-
public class UpdateWalletRequest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateWalletRequest.UpdateWalletRequestBuilder
-
Constructor Summary
Constructors Constructor Description UpdateWalletRequest()UpdateWalletRequest(String imageUrl, String label, WalletDispatchType walletDispatchType, List<String> walletWebhookUrls)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateWalletRequest.UpdateWalletRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetImageUrl()StringgetLabel()WalletDispatchTypegetWalletDispatchType()List<String>getWalletWebhookUrls()inthashCode()voidsetImageUrl(String imageUrl)voidsetLabel(String label)voidsetWalletDispatchType(WalletDispatchType walletDispatchType)voidsetWalletWebhookUrls(List<String> walletWebhookUrls)StringtoString()
-
-
-
Constructor Detail
-
UpdateWalletRequest
public UpdateWalletRequest()
-
UpdateWalletRequest
public UpdateWalletRequest(String imageUrl, String label, WalletDispatchType walletDispatchType, List<String> walletWebhookUrls)
-
-
Method Detail
-
builder
public static UpdateWalletRequest.UpdateWalletRequestBuilder builder()
-
getImageUrl
public String getImageUrl()
-
getLabel
public String getLabel()
-
getWalletDispatchType
public WalletDispatchType getWalletDispatchType()
-
setImageUrl
public void setImageUrl(String imageUrl)
-
setLabel
public void setLabel(String label)
-
setWalletDispatchType
public void setWalletDispatchType(WalletDispatchType walletDispatchType)
-
canEqual
protected boolean canEqual(Object other)
-
-