Interface InvokeHTTPAction
- All Superinterfaces:
AlertRuleAction
Causes a rest request to be sent when this alert is triggered.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.streambase.liveview.client.alert.AlertRuleAction
AlertRuleAction.ActionType
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()
Gets the value of the body property.Gets the map of headers.Gets the value of the method property.Gets the map of query parameters.getURL()
Gets the value of the URL property.void
Sets the value of the body property.void
setHeaders
(Map<String, String> value) Sets the map of headers.void
Sets the value of the method property.void
setQueryParameters
(Map<String, String> value) Sets the map of query parameters.void
Sets the value of the URL property.Methods inherited from interface com.streambase.liveview.client.alert.AlertRuleAction
getActionType, getDescription, isEnabled, setDescription, setEnabled
-
Method Details
-
getMethod
String getMethod()Gets the value of the method property.- Returns:
- possible object is
String
-
setMethod
Sets the value of the method property.- Parameters:
value
- allowed object isString
-
getURL
String getURL()Gets the value of the URL property.- Returns:
- possible object is
String
-
setURL
Sets the value of the URL property.- Parameters:
value
- allowed object isString
-
getBody
String getBody()Gets the value of the body property.- Returns:
- possible object is
String
-
setBody
Sets the value of the body property.- Parameters:
value
- allowed object isString
-
getHeaders
Gets the map of headers.- Returns:
- possible object is
Map
-
setHeaders
Sets the map of headers.- Parameters:
value
- allowed object isMap
-
getQueryParameters
Gets the map of query parameters.- Returns:
- possible object is
Map
-
setQueryParameters
Sets the map of query parameters.- Parameters:
value
- allowed object isMap
-