Class AlertAction
java.lang.Object
com.aeontronix.enhancedmule.tools.anypoint.alert.AlertAction
public class AlertAction extends Object
-
Constructor Summary
Constructors Constructor Description AlertAction() -
Method Summary
Modifier and Type Method Description StringgetContent()List<String>getEmails()StringgetSubject()StringgetType()List<String>getUserIds()voidsetContent(String content)voidsetEmails(List<String> emails)voidsetSubject(String subject)voidsetType(String type)voidsetUserIds(List<String> userIds)
-
Constructor Details
-
AlertAction
public AlertAction()
-
-
Method Details