@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentAIPostmortemDataAttributesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACTION_ITEMS |
static String |
JSON_PROPERTY_CUSTOMER_IMPACT |
static String |
JSON_PROPERTY_EXECUTIVE_SUMMARY |
static String |
JSON_PROPERTY_KEY_TIMELINE |
static String |
JSON_PROPERTY_LESSONS_LEARNED |
static String |
JSON_PROPERTY_SYSTEM_OVERVIEW |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentAIPostmortemDataAttributesResponse() |
| Modifier and Type | Method and Description |
|---|---|
IncidentAIPostmortemDataAttributesResponse |
actionItems(String actionItems) |
IncidentAIPostmortemDataAttributesResponse |
customerImpact(String customerImpact) |
boolean |
equals(Object o)
Return true if this IncidentAIPostmortemDataAttributesResponse object is equal to o.
|
IncidentAIPostmortemDataAttributesResponse |
executiveSummary(String executiveSummary) |
String |
getActionItems()
Action items to prevent recurrence.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getCustomerImpact()
The impact of the incident on customers.
|
String |
getExecutiveSummary()
An executive summary of the incident.
|
String |
getKeyTimeline()
Key timeline events during the incident.
|
String |
getLessonsLearned()
Lessons learned from the incident.
|
String |
getSystemOverview()
An overview of the affected systems.
|
int |
hashCode() |
IncidentAIPostmortemDataAttributesResponse |
keyTimeline(String keyTimeline) |
IncidentAIPostmortemDataAttributesResponse |
lessonsLearned(String lessonsLearned) |
IncidentAIPostmortemDataAttributesResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setActionItems(String actionItems) |
void |
setCustomerImpact(String customerImpact) |
void |
setExecutiveSummary(String executiveSummary) |
void |
setKeyTimeline(String keyTimeline) |
void |
setLessonsLearned(String lessonsLearned) |
void |
setSystemOverview(String systemOverview) |
IncidentAIPostmortemDataAttributesResponse |
systemOverview(String systemOverview) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACTION_ITEMS
public static final String JSON_PROPERTY_CUSTOMER_IMPACT
public static final String JSON_PROPERTY_EXECUTIVE_SUMMARY
public static final String JSON_PROPERTY_KEY_TIMELINE
public static final String JSON_PROPERTY_LESSONS_LEARNED
public static final String JSON_PROPERTY_SYSTEM_OVERVIEW
public IncidentAIPostmortemDataAttributesResponse()
public IncidentAIPostmortemDataAttributesResponse actionItems(String actionItems)
@Nullable public String getActionItems()
public void setActionItems(String actionItems)
public IncidentAIPostmortemDataAttributesResponse customerImpact(String customerImpact)
@Nullable public String getCustomerImpact()
public void setCustomerImpact(String customerImpact)
public IncidentAIPostmortemDataAttributesResponse executiveSummary(String executiveSummary)
@Nullable public String getExecutiveSummary()
public void setExecutiveSummary(String executiveSummary)
public IncidentAIPostmortemDataAttributesResponse keyTimeline(String keyTimeline)
@Nullable public String getKeyTimeline()
public void setKeyTimeline(String keyTimeline)
public IncidentAIPostmortemDataAttributesResponse lessonsLearned(String lessonsLearned)
@Nullable public String getLessonsLearned()
public void setLessonsLearned(String lessonsLearned)
public IncidentAIPostmortemDataAttributesResponse systemOverview(String systemOverview)
@Nullable public String getSystemOverview()
public void setSystemOverview(String systemOverview)
public IncidentAIPostmortemDataAttributesResponse 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.