@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentImpactCreateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_END_AT |
static String |
JSON_PROPERTY_FIELDS |
static String |
JSON_PROPERTY_START_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentImpactCreateAttributes() |
IncidentImpactCreateAttributes(String description,
OffsetDateTime startAt) |
| Modifier and Type | Method and Description |
|---|---|
IncidentImpactCreateAttributes |
description(String description) |
IncidentImpactCreateAttributes |
endAt(OffsetDateTime endAt) |
boolean |
equals(Object o)
Return true if this IncidentImpactCreateAttributes object is equal to o.
|
IncidentImpactCreateAttributes |
fields(Map<String,Object> fields) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getDescription()
Description of the impact.
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getEndAt_JsonNullable() |
OffsetDateTime |
getEndAt()
Timestamp when the impact ended.
|
org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> |
getFields_JsonNullable() |
Map<String,Object> |
getFields()
An object mapping impact field names to field values.
|
OffsetDateTime |
getStartAt()
Timestamp when the impact started.
|
int |
hashCode() |
IncidentImpactCreateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IncidentImpactCreateAttributes |
putFieldsItem(String key,
Object fieldsItem) |
void |
setDescription(String description) |
void |
setEndAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> endAt) |
void |
setEndAt(OffsetDateTime endAt) |
void |
setFields_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> fields) |
void |
setFields(Map<String,Object> fields) |
void |
setStartAt(OffsetDateTime startAt) |
IncidentImpactCreateAttributes |
startAt(OffsetDateTime startAt) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_END_AT
public static final String JSON_PROPERTY_FIELDS
public static final String JSON_PROPERTY_START_AT
public IncidentImpactCreateAttributes()
public IncidentImpactCreateAttributes(String description, OffsetDateTime startAt)
public IncidentImpactCreateAttributes description(String description)
public String getDescription()
public void setDescription(String description)
public IncidentImpactCreateAttributes endAt(OffsetDateTime endAt)
@Nullable public OffsetDateTime getEndAt()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getEndAt_JsonNullable()
public void setEndAt_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> endAt)
public void setEndAt(OffsetDateTime endAt)
public IncidentImpactCreateAttributes fields(Map<String,Object> fields)
public IncidentImpactCreateAttributes putFieldsItem(String key, Object fieldsItem)
@Nullable public Map<String,Object> getFields()
public org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> getFields_JsonNullable()
public void setFields_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,Object>> fields)
public IncidentImpactCreateAttributes startAt(OffsetDateTime startAt)
public OffsetDateTime getStartAt()
public void setStartAt(OffsetDateTime startAt)
public IncidentImpactCreateAttributes 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.