public class RuleWebhookAction extends RuleAction
| Constructor and Description |
|---|
RuleWebhookAction() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
properties()
Get the dictionary of custom properties to include with the post operation.
|
String |
serviceUri()
Get the service uri to Post the notification when the alert activates or resolves.
|
RuleWebhookAction |
withProperties(Map<String,String> properties)
Set the dictionary of custom properties to include with the post operation.
|
RuleWebhookAction |
withServiceUri(String serviceUri)
Set the service uri to Post the notification when the alert activates or resolves.
|
public String serviceUri()
public RuleWebhookAction withServiceUri(String serviceUri)
serviceUri - the serviceUri value to setpublic Map<String,String> properties()
public RuleWebhookAction withProperties(Map<String,String> properties)
properties - the properties value to setCopyright © 2019. All rights reserved.