@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentImpactUpdatedTriggerWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_INCIDENT_IMPACT_UPDATED_TRIGGER |
static String |
JSON_PROPERTY_START_STEP_NAMES |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentImpactUpdatedTriggerWrapper() |
IncidentImpactUpdatedTriggerWrapper(IncidentImpactUpdatedTrigger incidentImpactUpdatedTrigger) |
| Modifier and Type | Method and Description |
|---|---|
IncidentImpactUpdatedTriggerWrapper |
addStartStepNamesItem(String startStepNamesItem) |
boolean |
equals(Object o)
Return true if this IncidentImpactUpdatedTriggerWrapper object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
IncidentImpactUpdatedTrigger |
getIncidentImpactUpdatedTrigger()
Trigger a workflow when an impact is updated for an incident.
|
List<String> |
getStartStepNames()
Names of existing workflow steps that run first after a trigger fires.
|
int |
hashCode() |
IncidentImpactUpdatedTriggerWrapper |
incidentImpactUpdatedTrigger(IncidentImpactUpdatedTrigger incidentImpactUpdatedTrigger) |
IncidentImpactUpdatedTriggerWrapper |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setIncidentImpactUpdatedTrigger(IncidentImpactUpdatedTrigger incidentImpactUpdatedTrigger) |
void |
setStartStepNames(List<String> startStepNames) |
IncidentImpactUpdatedTriggerWrapper |
startStepNames(List<String> startStepNames) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_INCIDENT_IMPACT_UPDATED_TRIGGER
public static final String JSON_PROPERTY_START_STEP_NAMES
public IncidentImpactUpdatedTriggerWrapper()
public IncidentImpactUpdatedTriggerWrapper(IncidentImpactUpdatedTrigger incidentImpactUpdatedTrigger)
public IncidentImpactUpdatedTriggerWrapper incidentImpactUpdatedTrigger(IncidentImpactUpdatedTrigger incidentImpactUpdatedTrigger)
public IncidentImpactUpdatedTrigger getIncidentImpactUpdatedTrigger()
public void setIncidentImpactUpdatedTrigger(IncidentImpactUpdatedTrigger incidentImpactUpdatedTrigger)
public IncidentImpactUpdatedTriggerWrapper startStepNames(List<String> startStepNames)
public IncidentImpactUpdatedTriggerWrapper addStartStepNamesItem(String startStepNamesItem)
@Nullable public List<String> getStartStepNames()
public IncidentImpactUpdatedTriggerWrapper 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.