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, setEnabled
String getMethod()
String
void setMethod(String value)
value
- allowed object is
String
void setURL(String value)
value
- allowed object is
String
void setBody(String value)
value
- allowed object is
String
void setHeaders(Map<String,String> value)
value
- allowed object is
Map
Map<String,String> getQueryParameters()
Map
Copyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.