Class AlertUpdate
java.lang.Object
com.aeontronix.enhancedmule.tools.anypoint.AnypointObject
com.aeontronix.enhancedmule.tools.alert.AlertUpdate
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Alert
public class AlertUpdate extends AnypointObject
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class com.aeontronix.enhancedmule.tools.anypoint.AnypointObject
client, httpHelper, json, jsonHelper, parent -
Constructor Summary
Constructors Constructor Description AlertUpdate() -
Method Summary
Modifier and Type Method Description List<AlertAction>getActions()AlertConditiongetCondition()StringgetName()AlertSeveritygetSeverity()voidsetActions(List<AlertAction> actions)voidsetCondition(AlertCondition condition)voidsetName(String name)voidsetSeverity(AlertSeverity severity)
-
Constructor Details
-
AlertUpdate
public AlertUpdate()
-
-
Method Details