@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentImpactUpdatedTrigger extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EXECUTION_LIMIT |
static String |
JSON_PROPERTY_INCIDENT_TYPE |
static String |
JSON_PROPERTY_TAG_CONDITION |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentImpactUpdatedTrigger() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this IncidentImpactUpdatedTrigger object is equal to o.
|
IncidentImpactUpdatedTrigger |
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.
|
IncidentCondition |
getTagCondition()
Conditions that determine which incidents trigger the workflow.
|
int |
hashCode() |
IncidentImpactUpdatedTrigger |
incidentType(String incidentType) |
IncidentImpactUpdatedTrigger |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setExecutionLimit(ExecutionLimit executionLimit) |
void |
setIncidentType(String incidentType) |
void |
setTagCondition(IncidentCondition tagCondition) |
IncidentImpactUpdatedTrigger |
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_TAG_CONDITION
public IncidentImpactUpdatedTrigger executionLimit(ExecutionLimit executionLimit)
@Nullable public ExecutionLimit getExecutionLimit()
public void setExecutionLimit(ExecutionLimit executionLimit)
public IncidentImpactUpdatedTrigger incidentType(String incidentType)
@Nullable public String getIncidentType()
public void setIncidentType(String incidentType)
public IncidentImpactUpdatedTrigger tagCondition(IncidentCondition tagCondition)
@Nullable public IncidentCondition getTagCondition()
public void setTagCondition(IncidentCondition tagCondition)
public IncidentImpactUpdatedTrigger 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.