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, setEnabled
java.lang.String getMessageTemplate()
String
void setMessageTemplate(java.lang.String value)
value
- allowed object is
String
java.util.Map<java.lang.String,java.lang.String> getFieldSubstitutions()
Map
java.lang.String getAlertKey()
String
void setAlertKey(java.lang.String value)
value
- allowed object is
String
java.lang.String getAlertRecipient()
String
void setAlertRecipient(java.lang.String value)
value
- allowed object is
String