public interface PublishAlertAction extends AlertRuleAction
AlertRuleAction.ActionType| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getAlertKey()
Gets the value of the alertKey property. 
 | 
java.lang.String | 
getAlertRecipient()
Gets the value of the alertRecipient property. 
 | 
java.util.Map<java.lang.String,java.lang.String> | 
getFieldSubstitutions()
Gets the map of fieldSubstitutions. 
 | 
java.lang.String | 
getMessageTemplate()
Gets the value of the messageTemplate property. 
 | 
void | 
setAlertKey(java.lang.String value)
Sets the value of the alertKey property. 
 | 
void | 
setAlertRecipient(java.lang.String value)
Sets the value of the alertRecipient property. 
 | 
void | 
setMessageTemplate(java.lang.String value)
Sets the value of the messageTemplate property. 
 | 
getActionType, getDescription, isEnabled, setDescription, setEnabledjava.lang.String getMessageTemplate()
Stringvoid setMessageTemplate(java.lang.String value)
value - allowed object is
     Stringjava.util.Map<java.lang.String,java.lang.String> getFieldSubstitutions()
Mapjava.lang.String getAlertKey()
Stringvoid setAlertKey(java.lang.String value)
value - allowed object is
     Stringjava.lang.String getAlertRecipient()
Stringvoid setAlertRecipient(java.lang.String value)
value - allowed object is
     String