@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentHandleDataResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentHandleDataResponse() |
IncidentHandleDataResponse(IncidentHandleAttributesResponse attributes,
String id,
IncidentHandleType type) |
| Modifier and Type | Method and Description |
|---|---|
IncidentHandleDataResponse |
attributes(IncidentHandleAttributesResponse attributes) |
boolean |
equals(Object o)
Return true if this IncidentHandleDataResponse 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.
|
IncidentHandleAttributesResponse |
getAttributes()
Incident handle attributes for responses
|
String |
getId()
The ID of the incident handle
|
org.openapitools.jackson.nullable.JsonNullable<IncidentHandleRelationships> |
getRelationships_JsonNullable() |
IncidentHandleRelationships |
getRelationships()
Relationships associated with an incident handle response, including linked users and incident
type.
|
IncidentHandleType |
getType()
Incident handle resource type
|
int |
hashCode() |
IncidentHandleDataResponse |
id(String id) |
IncidentHandleDataResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IncidentHandleDataResponse |
relationships(IncidentHandleRelationships relationships) |
void |
setAttributes(IncidentHandleAttributesResponse attributes) |
void |
setId(String id) |
void |
setRelationships_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<IncidentHandleRelationships> relationships) |
void |
setRelationships(IncidentHandleRelationships relationships) |
void |
setType(IncidentHandleType type) |
String |
toString() |
IncidentHandleDataResponse |
type(IncidentHandleType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public IncidentHandleDataResponse()
public IncidentHandleDataResponse(IncidentHandleAttributesResponse attributes, String id, IncidentHandleType type)
public IncidentHandleDataResponse attributes(IncidentHandleAttributesResponse attributes)
public IncidentHandleAttributesResponse getAttributes()
public void setAttributes(IncidentHandleAttributesResponse attributes)
public IncidentHandleDataResponse id(String id)
public String getId()
public void setId(String id)
public IncidentHandleDataResponse relationships(IncidentHandleRelationships relationships)
@Nullable public IncidentHandleRelationships getRelationships()
public org.openapitools.jackson.nullable.JsonNullable<IncidentHandleRelationships> getRelationships_JsonNullable()
public void setRelationships_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<IncidentHandleRelationships> relationships)
public void setRelationships(IncidentHandleRelationships relationships)
public IncidentHandleDataResponse type(IncidentHandleType type)
public IncidentHandleType getType()
public void setType(IncidentHandleType type)
public IncidentHandleDataResponse 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.