@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentHandleDataRequest 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 |
|---|
IncidentHandleDataRequest() |
IncidentHandleDataRequest(IncidentHandleAttributesRequest attributes,
IncidentHandleType type) |
| Modifier and Type | Method and Description |
|---|---|
IncidentHandleDataRequest |
attributes(IncidentHandleAttributesRequest attributes) |
boolean |
equals(Object o)
Return true if this IncidentHandleDataRequest 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.
|
IncidentHandleAttributesRequest |
getAttributes()
Incident handle attributes for requests
|
String |
getId()
The ID of the incident handle (required for PUT requests)
|
org.openapitools.jackson.nullable.JsonNullable<IncidentHandleRelationshipsRequest> |
getRelationships_JsonNullable() |
IncidentHandleRelationshipsRequest |
getRelationships()
Relationships to associate with an incident handle in a create or update request.
|
IncidentHandleType |
getType()
Incident handle resource type
|
int |
hashCode() |
IncidentHandleDataRequest |
id(String id) |
IncidentHandleDataRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IncidentHandleDataRequest |
relationships(IncidentHandleRelationshipsRequest relationships) |
void |
setAttributes(IncidentHandleAttributesRequest attributes) |
void |
setId(String id) |
void |
setRelationships_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<IncidentHandleRelationshipsRequest> relationships) |
void |
setRelationships(IncidentHandleRelationshipsRequest relationships) |
void |
setType(IncidentHandleType type) |
String |
toString() |
IncidentHandleDataRequest |
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 IncidentHandleDataRequest()
public IncidentHandleDataRequest(IncidentHandleAttributesRequest attributes, IncidentHandleType type)
public IncidentHandleDataRequest attributes(IncidentHandleAttributesRequest attributes)
public IncidentHandleAttributesRequest getAttributes()
public void setAttributes(IncidentHandleAttributesRequest attributes)
public IncidentHandleDataRequest id(String id)
@Nullable public String getId()
public void setId(String id)
public IncidentHandleDataRequest relationships(IncidentHandleRelationshipsRequest relationships)
@Nullable public IncidentHandleRelationshipsRequest getRelationships()
public org.openapitools.jackson.nullable.JsonNullable<IncidentHandleRelationshipsRequest> getRelationships_JsonNullable()
public void setRelationships_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<IncidentHandleRelationshipsRequest> relationships)
public void setRelationships(IncidentHandleRelationshipsRequest relationships)
public IncidentHandleDataRequest type(IncidentHandleType type)
public IncidentHandleType getType()
public void setType(IncidentHandleType type)
public IncidentHandleDataRequest 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.