Class UpdateWalletRequest
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.UpdateWalletRequest
-
public class UpdateWalletRequest extends Object
UpdateWalletRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateWalletRequest.UpdateWalletRequestBuilderstatic classUpdateWalletRequest.WalletDispatchTypeEnumWebhook target dispatch type for this wallet.
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IMAGE_URLstatic StringSERIALIZED_NAME_LABELstatic StringSERIALIZED_NAME_WALLET_DISPATCH_TYPEstatic StringSERIALIZED_NAME_WALLET_WEBHOOK_URLS
-
Constructor Summary
Constructors Constructor Description UpdateWalletRequest()UpdateWalletRequest(String imageUrl, String label, UpdateWalletRequest.WalletDispatchTypeEnum 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()UpdateWalletRequest.WalletDispatchTypeEnumgetWalletDispatchType()List<String>getWalletWebhookUrls()inthashCode()voidsetImageUrl(String imageUrl)voidsetLabel(String label)voidsetWalletDispatchType(UpdateWalletRequest.WalletDispatchTypeEnum walletDispatchType)voidsetWalletWebhookUrls(List<String> walletWebhookUrls)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_IMAGE_URL
public static final String SERIALIZED_NAME_IMAGE_URL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LABEL
public static final String SERIALIZED_NAME_LABEL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WALLET_DISPATCH_TYPE
public static final String SERIALIZED_NAME_WALLET_DISPATCH_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WALLET_WEBHOOK_URLS
public static final String SERIALIZED_NAME_WALLET_WEBHOOK_URLS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateWalletRequest
public UpdateWalletRequest(String imageUrl, String label, UpdateWalletRequest.WalletDispatchTypeEnum walletDispatchType, List<String> walletWebhookUrls)
-
UpdateWalletRequest
public UpdateWalletRequest()
-
-
Method Detail
-
builder
public static UpdateWalletRequest.UpdateWalletRequestBuilder builder()
-
getImageUrl
public String getImageUrl()
-
getLabel
public String getLabel()
-
getWalletDispatchType
public UpdateWalletRequest.WalletDispatchTypeEnum getWalletDispatchType()
-
setImageUrl
public void setImageUrl(String imageUrl)
-
setLabel
public void setLabel(String label)
-
setWalletDispatchType
public void setWalletDispatchType(UpdateWalletRequest.WalletDispatchTypeEnum walletDispatchType)
-
canEqual
protected boolean canEqual(Object other)
-
-