Class ShortCodeRequest
- java.lang.Object
-
- io.jans.ca.plugin.adminui.model.webhook.ShortCodeRequest
-
- All Implemented Interfaces:
Serializable
public class ShortCodeRequest extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShortCodeRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getShortcodeValueMap()
String
getWebhookId()
void
setShortcodeValueMap(Map<String,Object> shortcodeValueMap)
void
setWebhookId(String webhookId)
String
toString()
-