public interface InvokeHTTPAction extends AlertRuleAction
AlertRuleAction.ActionType| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
Gets the value of the body property.
|
Map<String,String> |
getHeaders()
Gets the map of headers.
|
String |
getMethod()
Gets the value of the method property.
|
Map<String,String> |
getQueryParameters()
Gets the map of query parameters.
|
String |
getURL()
Gets the value of the URL property.
|
void |
setBody(String value)
Sets the value of the body property.
|
void |
setHeaders(Map<String,String> value)
Sets the map of headers.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setQueryParameters(Map<String,String> value)
Sets the map of query parameters.
|
void |
setURL(String value)
Sets the value of the URL property.
|
getActionType, getDescription, isEnabled, setDescription, setEnabledString getMethod()
Stringvoid setMethod(String value)
value - allowed object is
Stringvoid setURL(String value)
value - allowed object is
Stringvoid setBody(String value)
value - allowed object is
Stringvoid setHeaders(Map<String,String> value)
value - allowed object is
MapMap<String,String> getQueryParameters()
MapCopyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.