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