@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentImportResponseAttributes extends Object
| Constructor and Description |
|---|
IncidentImportResponseAttributes() |
IncidentImportResponseAttributes(String title) |
| Modifier and Type | Method and Description |
|---|---|
IncidentImportResponseAttributes |
addNotificationHandlesItem(IncidentNotificationHandle notificationHandlesItem) |
IncidentImportResponseAttributes |
caseId(Long caseId) |
IncidentImportResponseAttributes |
createdByUuid(String createdByUuid) |
IncidentImportResponseAttributes |
creationIdempotencyKey(String creationIdempotencyKey) |
IncidentImportResponseAttributes |
customerImpactEnd(OffsetDateTime customerImpactEnd) |
IncidentImportResponseAttributes |
customerImpactScope(String customerImpactScope) |
IncidentImportResponseAttributes |
customerImpactStart(OffsetDateTime customerImpactStart) |
IncidentImportResponseAttributes |
declared(OffsetDateTime declared) |
IncidentImportResponseAttributes |
declaredByUuid(String declaredByUuid) |
IncidentImportResponseAttributes |
detected(OffsetDateTime detected) |
boolean |
equals(Object o)
Return true if this IncidentImportResponseAttributes object is equal to o.
|
IncidentImportResponseAttributes |
fields(Map<String,IncidentFieldAttributes> fields) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getArchived_JsonNullable() |
OffsetDateTime |
getArchived()
Timestamp when the incident was archived.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getCaseId_JsonNullable() |
Long |
getCaseId()
The incident case ID.
|
OffsetDateTime |
getCreated()
Timestamp when the incident was created.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getCreatedByUuid_JsonNullable() |
String |
getCreatedByUuid()
UUID of the user who created the incident.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getCreationIdempotencyKey_JsonNullable() |
String |
getCreationIdempotencyKey()
A unique key used to ensure idempotent incident creation.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getCustomerImpactEnd_JsonNullable() |
OffsetDateTime |
getCustomerImpactEnd()
Timestamp when customers were no longer impacted by the incident.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getCustomerImpactScope_JsonNullable() |
String |
getCustomerImpactScope()
A summary of the impact customers experienced during the incident.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getCustomerImpactStart_JsonNullable() |
OffsetDateTime |
getCustomerImpactStart()
Timestamp when customers began to be impacted by the incident.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getDeclared_JsonNullable() |
OffsetDateTime |
getDeclared()
Timestamp when the incident was declared.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getDeclaredByUuid_JsonNullable() |
String |
getDeclaredByUuid()
UUID of the user who declared the incident.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getDetected_JsonNullable() |
OffsetDateTime |
getDetected()
Timestamp when the incident was detected.
|
Map<String,IncidentFieldAttributes> |
getFields()
A condensed view of the user-defined fields attached to incidents.
|
String |
getIncidentTypeUuid()
A unique identifier that represents an incident type.
|
Boolean |
getIsTest()
A flag indicating whether the incident is a test incident.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getLastModifiedByUuid_JsonNullable() |
String |
getLastModifiedByUuid()
UUID of the user who last modified the incident.
|
OffsetDateTime |
getModified()
Timestamp when the incident was last modified.
|
org.openapitools.jackson.nullable.JsonNullable<IncidentNonDatadogCreator> |
getNonDatadogCreator_JsonNullable() |
IncidentNonDatadogCreator |
getNonDatadogCreator()
Incident's non Datadog creator.
|
org.openapitools.jackson.nullable.JsonNullable<List<IncidentNotificationHandle>> |
getNotificationHandles_JsonNullable() |
List<IncidentNotificationHandle> |
getNotificationHandles()
Notification handles that are notified of the incident during update.
|
Long |
getPublicId()
The monotonically increasing integer ID for the incident.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getResolved_JsonNullable() |
OffsetDateTime |
getResolved()
Timestamp when the incident's state was last changed from active or stable to resolved or
completed.
|
IncidentSeverity |
getSeverity()
The incident severity.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getState_JsonNullable() |
String |
getState()
The state of the incident.
|
String |
getTitle()
The title of the incident that summarizes what happened.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getVisibility_JsonNullable() |
String |
getVisibility()
The incident visibility status.
|
int |
hashCode() |
IncidentImportResponseAttributes |
incidentTypeUuid(String incidentTypeUuid) |
IncidentImportResponseAttributes |
isTest(Boolean isTest) |
IncidentImportResponseAttributes |
lastModifiedByUuid(String lastModifiedByUuid) |
IncidentImportResponseAttributes |
nonDatadogCreator(IncidentNonDatadogCreator nonDatadogCreator) |
IncidentImportResponseAttributes |
notificationHandles(List<IncidentNotificationHandle> notificationHandles) |
IncidentImportResponseAttributes |
publicId(Long publicId) |
IncidentImportResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IncidentImportResponseAttributes |
putFieldsItem(String key,
IncidentFieldAttributes fieldsItem) |
IncidentImportResponseAttributes |
resolved(OffsetDateTime resolved) |
void |
setCaseId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> caseId) |
void |
setCaseId(Long caseId) |
void |
setCreatedByUuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> createdByUuid) |
void |
setCreatedByUuid(String createdByUuid) |
void |
setCreationIdempotencyKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> creationIdempotencyKey) |
void |
setCreationIdempotencyKey(String creationIdempotencyKey) |
void |
setCustomerImpactEnd_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> customerImpactEnd) |
void |
setCustomerImpactEnd(OffsetDateTime customerImpactEnd) |
void |
setCustomerImpactScope_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> customerImpactScope) |
void |
setCustomerImpactScope(String customerImpactScope) |
void |
setCustomerImpactStart_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> customerImpactStart) |
void |
setCustomerImpactStart(OffsetDateTime customerImpactStart) |
void |
setDeclared_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> declared) |
void |
setDeclared(OffsetDateTime declared) |
void |
setDeclaredByUuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> declaredByUuid) |
void |
setDeclaredByUuid(String declaredByUuid) |
void |
setDetected_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> detected) |
void |
setDetected(OffsetDateTime detected) |
void |
setFields(Map<String,IncidentFieldAttributes> fields) |
void |
setIncidentTypeUuid(String incidentTypeUuid) |
void |
setIsTest(Boolean isTest) |
void |
setLastModifiedByUuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> lastModifiedByUuid) |
void |
setLastModifiedByUuid(String lastModifiedByUuid) |
void |
setNonDatadogCreator_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<IncidentNonDatadogCreator> nonDatadogCreator) |
void |
setNonDatadogCreator(IncidentNonDatadogCreator nonDatadogCreator) |
void |
setNotificationHandles_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<IncidentNotificationHandle>> notificationHandles) |
void |
setNotificationHandles(List<IncidentNotificationHandle> notificationHandles) |
void |
setPublicId(Long publicId) |
void |
setResolved_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> resolved) |
void |
setResolved(OffsetDateTime resolved) |
void |
setSeverity(IncidentSeverity severity) |
void |
setState_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> state) |
void |
setState(String state) |
void |
setTitle(String title) |
void |
setVisibility_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> visibility) |
void |
setVisibility(String visibility) |
IncidentImportResponseAttributes |
severity(IncidentSeverity severity) |
IncidentImportResponseAttributes |
state(String state) |
IncidentImportResponseAttributes |
title(String title) |
String |
toString() |
IncidentImportResponseAttributes |
visibility(String visibility) |
public boolean unparsed
public static final String JSON_PROPERTY_ARCHIVED
public static final String JSON_PROPERTY_CASE_ID
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_CREATED_BY_UUID
public static final String JSON_PROPERTY_CREATION_IDEMPOTENCY_KEY
public static final String JSON_PROPERTY_CUSTOMER_IMPACT_END
public static final String JSON_PROPERTY_CUSTOMER_IMPACT_SCOPE
public static final String JSON_PROPERTY_CUSTOMER_IMPACT_START
public static final String JSON_PROPERTY_DECLARED
public static final String JSON_PROPERTY_DECLARED_BY_UUID
public static final String JSON_PROPERTY_DETECTED
public static final String JSON_PROPERTY_FIELDS
public static final String JSON_PROPERTY_INCIDENT_TYPE_UUID
public static final String JSON_PROPERTY_IS_TEST
public static final String JSON_PROPERTY_LAST_MODIFIED_BY_UUID
public static final String JSON_PROPERTY_MODIFIED
public static final String JSON_PROPERTY_NON_DATADOG_CREATOR
public static final String JSON_PROPERTY_NOTIFICATION_HANDLES
public static final String JSON_PROPERTY_PUBLIC_ID
public static final String JSON_PROPERTY_RESOLVED
public static final String JSON_PROPERTY_SEVERITY
public static final String JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_VISIBILITY
public IncidentImportResponseAttributes()
public IncidentImportResponseAttributes(String title)
@Nullable public OffsetDateTime getArchived()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getArchived_JsonNullable()
public IncidentImportResponseAttributes caseId(Long caseId)
@Nullable public Long getCaseId()
public org.openapitools.jackson.nullable.JsonNullable<Long> getCaseId_JsonNullable()
public void setCaseId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> caseId)
public void setCaseId(Long caseId)
@Nullable public OffsetDateTime getCreated()
public IncidentImportResponseAttributes createdByUuid(String createdByUuid)
@Nullable public String getCreatedByUuid()
public org.openapitools.jackson.nullable.JsonNullable<String> getCreatedByUuid_JsonNullable()
public void setCreatedByUuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> createdByUuid)
public void setCreatedByUuid(String createdByUuid)
public IncidentImportResponseAttributes creationIdempotencyKey(String creationIdempotencyKey)
@Nullable public String getCreationIdempotencyKey()
public org.openapitools.jackson.nullable.JsonNullable<String> getCreationIdempotencyKey_JsonNullable()
public void setCreationIdempotencyKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> creationIdempotencyKey)
public void setCreationIdempotencyKey(String creationIdempotencyKey)
public IncidentImportResponseAttributes customerImpactEnd(OffsetDateTime customerImpactEnd)
@Nullable public OffsetDateTime getCustomerImpactEnd()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getCustomerImpactEnd_JsonNullable()
public void setCustomerImpactEnd_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> customerImpactEnd)
public void setCustomerImpactEnd(OffsetDateTime customerImpactEnd)
public IncidentImportResponseAttributes customerImpactScope(String customerImpactScope)
@Nullable public String getCustomerImpactScope()
public org.openapitools.jackson.nullable.JsonNullable<String> getCustomerImpactScope_JsonNullable()
public void setCustomerImpactScope_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> customerImpactScope)
public void setCustomerImpactScope(String customerImpactScope)
public IncidentImportResponseAttributes customerImpactStart(OffsetDateTime customerImpactStart)
@Nullable public OffsetDateTime getCustomerImpactStart()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getCustomerImpactStart_JsonNullable()
public void setCustomerImpactStart_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> customerImpactStart)
public void setCustomerImpactStart(OffsetDateTime customerImpactStart)
public IncidentImportResponseAttributes declared(OffsetDateTime declared)
@Nullable public OffsetDateTime getDeclared()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getDeclared_JsonNullable()
public void setDeclared_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> declared)
public void setDeclared(OffsetDateTime declared)
public IncidentImportResponseAttributes declaredByUuid(String declaredByUuid)
@Nullable public String getDeclaredByUuid()
public org.openapitools.jackson.nullable.JsonNullable<String> getDeclaredByUuid_JsonNullable()
public void setDeclaredByUuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> declaredByUuid)
public void setDeclaredByUuid(String declaredByUuid)
public IncidentImportResponseAttributes detected(OffsetDateTime detected)
@Nullable public OffsetDateTime getDetected()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getDetected_JsonNullable()
public void setDetected_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> detected)
public void setDetected(OffsetDateTime detected)
public IncidentImportResponseAttributes fields(Map<String,IncidentFieldAttributes> fields)
public IncidentImportResponseAttributes putFieldsItem(String key, IncidentFieldAttributes fieldsItem)
@Nullable public Map<String,IncidentFieldAttributes> getFields()
public void setFields(Map<String,IncidentFieldAttributes> fields)
public IncidentImportResponseAttributes incidentTypeUuid(String incidentTypeUuid)
@Nullable public String getIncidentTypeUuid()
public void setIncidentTypeUuid(String incidentTypeUuid)
public IncidentImportResponseAttributes isTest(Boolean isTest)
@Nullable public Boolean getIsTest()
public void setIsTest(Boolean isTest)
public IncidentImportResponseAttributes lastModifiedByUuid(String lastModifiedByUuid)
@Nullable public String getLastModifiedByUuid()
public org.openapitools.jackson.nullable.JsonNullable<String> getLastModifiedByUuid_JsonNullable()
public void setLastModifiedByUuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> lastModifiedByUuid)
public void setLastModifiedByUuid(String lastModifiedByUuid)
@Nullable public OffsetDateTime getModified()
public IncidentImportResponseAttributes nonDatadogCreator(IncidentNonDatadogCreator nonDatadogCreator)
@Nullable public IncidentNonDatadogCreator getNonDatadogCreator()
public org.openapitools.jackson.nullable.JsonNullable<IncidentNonDatadogCreator> getNonDatadogCreator_JsonNullable()
public void setNonDatadogCreator_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<IncidentNonDatadogCreator> nonDatadogCreator)
public void setNonDatadogCreator(IncidentNonDatadogCreator nonDatadogCreator)
public IncidentImportResponseAttributes notificationHandles(List<IncidentNotificationHandle> notificationHandles)
public IncidentImportResponseAttributes addNotificationHandlesItem(IncidentNotificationHandle notificationHandlesItem)
@Nullable public List<IncidentNotificationHandle> getNotificationHandles()
public org.openapitools.jackson.nullable.JsonNullable<List<IncidentNotificationHandle>> getNotificationHandles_JsonNullable()
public void setNotificationHandles_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<IncidentNotificationHandle>> notificationHandles)
public void setNotificationHandles(List<IncidentNotificationHandle> notificationHandles)
public IncidentImportResponseAttributes publicId(Long publicId)
@Nullable public Long getPublicId()
public void setPublicId(Long publicId)
public IncidentImportResponseAttributes resolved(OffsetDateTime resolved)
@Nullable public OffsetDateTime getResolved()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getResolved_JsonNullable()
public void setResolved_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> resolved)
public void setResolved(OffsetDateTime resolved)
public IncidentImportResponseAttributes severity(IncidentSeverity severity)
@Nullable public IncidentSeverity getSeverity()
public void setSeverity(IncidentSeverity severity)
public IncidentImportResponseAttributes state(String state)
@Nullable public String getState()
public org.openapitools.jackson.nullable.JsonNullable<String> getState_JsonNullable()
public void setState_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> state)
public void setState(String state)
public IncidentImportResponseAttributes title(String title)
public String getTitle()
public void setTitle(String title)
public IncidentImportResponseAttributes visibility(String visibility)
@Nullable public String getVisibility()
public org.openapitools.jackson.nullable.JsonNullable<String> getVisibility_JsonNullable()
public void setVisibility_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> visibility)
public void setVisibility(String visibility)
public IncidentImportResponseAttributes 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.