@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentImportRequestData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentImportRequestData() |
IncidentImportRequestData(IncidentImportRequestAttributes attributes,
IncidentType type) |
| Modifier and Type | Method and Description |
|---|---|
IncidentImportRequestData |
attributes(IncidentImportRequestAttributes attributes) |
boolean |
equals(Object o)
Return true if this IncidentImportRequestData 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.
|
IncidentImportRequestAttributes |
getAttributes()
The incident's attributes for an import request.
|
IncidentImportRelationships |
getRelationships()
The relationships for an incident import request.
|
IncidentType |
getType()
Incident resource type.
|
int |
hashCode() |
IncidentImportRequestData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IncidentImportRequestData |
relationships(IncidentImportRelationships relationships) |
void |
setAttributes(IncidentImportRequestAttributes attributes) |
void |
setRelationships(IncidentImportRelationships relationships) |
void |
setType(IncidentType type) |
String |
toString() |
IncidentImportRequestData |
type(IncidentType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public IncidentImportRequestData()
public IncidentImportRequestData(IncidentImportRequestAttributes attributes, IncidentType type)
public IncidentImportRequestData attributes(IncidentImportRequestAttributes attributes)
public IncidentImportRequestAttributes getAttributes()
public void setAttributes(IncidentImportRequestAttributes attributes)
public IncidentImportRequestData relationships(IncidentImportRelationships relationships)
@Nullable public IncidentImportRelationships getRelationships()
public void setRelationships(IncidentImportRelationships relationships)
public IncidentImportRequestData type(IncidentType type)
public IncidentType getType()
public void setType(IncidentType type)
public IncidentImportRequestData 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.