public interface AlertRuleAction
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
AlertRuleAction.ActionType
Gets the type of the action, with a readable form. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AlertRuleAction.ActionType | 
getActionType()
Get the ActionType, which has both an official and a readable version available. 
 | 
java.lang.String | 
getDescription()
Get the Deescription 
 | 
boolean | 
isEnabled()  | 
void | 
setDescription(java.lang.String description)
Set the Description text 
 | 
void | 
setEnabled(boolean isEnabled)
Set the enabled state for this action. 
 | 
AlertRuleAction.ActionType getActionType()
java.lang.String getDescription()
void setDescription(java.lang.String description)
description - boolean isEnabled()
void setEnabled(boolean isEnabled)
isEnabled -