@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentSavedTrigger extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EXECUTION_LIMIT |
static String |
JSON_PROPERTY_INCIDENT_TYPE |
static String |
JSON_PROPERTY_SERIAL_EXECUTION |
static String |
JSON_PROPERTY_TAG_CONDITION |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentSavedTrigger() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this IncidentSavedTrigger object is equal to o.
|
IncidentSavedTrigger |
executionLimit(ExecutionLimit executionLimit) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
ExecutionLimit |
getExecutionLimit()
The maximum number of times to execute a workflow for an incident.
|
String |
getIncidentType()
The type of incident that triggers the workflow.
|
SerialExecution |
getSerialExecution()
Whether to execute the workflow serially for an incident.
|
IncidentCondition |
getTagCondition()
Conditions that determine which incidents trigger the workflow.
|
int |
hashCode() |
IncidentSavedTrigger |
incidentType(String incidentType) |
IncidentSavedTrigger |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IncidentSavedTrigger |
serialExecution(SerialExecution serialExecution) |
void |
setExecutionLimit(ExecutionLimit executionLimit) |
void |
setIncidentType(String incidentType) |
void |
setSerialExecution(SerialExecution serialExecution) |
void |
setTagCondition(IncidentCondition tagCondition) |
IncidentSavedTrigger |
tagCondition(IncidentCondition tagCondition) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_EXECUTION_LIMIT
public static final String JSON_PROPERTY_INCIDENT_TYPE
public static final String JSON_PROPERTY_SERIAL_EXECUTION
public static final String JSON_PROPERTY_TAG_CONDITION
public IncidentSavedTrigger executionLimit(ExecutionLimit executionLimit)
@Nullable public ExecutionLimit getExecutionLimit()
public void setExecutionLimit(ExecutionLimit executionLimit)
public IncidentSavedTrigger incidentType(String incidentType)
@Nullable public String getIncidentType()
public void setIncidentType(String incidentType)
public IncidentSavedTrigger serialExecution(SerialExecution serialExecution)
@Nullable public SerialExecution getSerialExecution()
public void setSerialExecution(SerialExecution serialExecution)
public IncidentSavedTrigger tagCondition(IncidentCondition tagCondition)
@Nullable public IncidentCondition getTagCondition()
public void setTagCondition(IncidentCondition tagCondition)
public IncidentSavedTrigger putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.