@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentAttachmentData 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 |
|---|
IncidentAttachmentData() |
IncidentAttachmentData(IncidentAttachmentAttributes attributes,
String id,
IncidentAttachmentRelationships relationships,
IncidentAttachmentType type) |
| Modifier and Type | Method and Description |
|---|---|
IncidentAttachmentData |
attributes(IncidentAttachmentAttributes attributes) |
boolean |
equals(Object o)
Return true if this IncidentAttachmentData 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.
|
IncidentAttachmentAttributes |
getAttributes()
The attributes object for an attachment.
|
String |
getId()
A unique identifier that represents the incident attachment.
|
IncidentAttachmentRelationships |
getRelationships()
The incident attachment's relationships.
|
IncidentAttachmentType |
getType()
The incident attachment resource type.
|
int |
hashCode() |
IncidentAttachmentData |
id(String id) |
IncidentAttachmentData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IncidentAttachmentData |
relationships(IncidentAttachmentRelationships relationships) |
void |
setAttributes(IncidentAttachmentAttributes attributes) |
void |
setId(String id) |
void |
setRelationships(IncidentAttachmentRelationships relationships) |
void |
setType(IncidentAttachmentType type) |
String |
toString() |
IncidentAttachmentData |
type(IncidentAttachmentType 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 IncidentAttachmentData()
public IncidentAttachmentData(IncidentAttachmentAttributes attributes, String id, IncidentAttachmentRelationships relationships, IncidentAttachmentType type)
public IncidentAttachmentData attributes(IncidentAttachmentAttributes attributes)
public IncidentAttachmentAttributes getAttributes()
public void setAttributes(IncidentAttachmentAttributes attributes)
public IncidentAttachmentData id(String id)
public String getId()
public void setId(String id)
public IncidentAttachmentData relationships(IncidentAttachmentRelationships relationships)
public IncidentAttachmentRelationships getRelationships()
public void setRelationships(IncidentAttachmentRelationships relationships)
public IncidentAttachmentData type(IncidentAttachmentType type)
public IncidentAttachmentType getType()
public void setType(IncidentAttachmentType type)
public IncidentAttachmentData 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 © 2024. All rights reserved.