Interface InvokeHTTPAction
-
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
-
setMethod
-
getURL
-
setURL
-
getBody
-
setBody
-
getHeaders
-
setHeaders
-
getQueryParameters
-
setQueryParameters
-