@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentAttachmentPostmortemAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTACHMENT |
static String |
JSON_PROPERTY_ATTACHMENT_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentAttachmentPostmortemAttributes() |
IncidentAttachmentPostmortemAttributes(IncidentAttachmentsPostmortemAttributesAttachmentObject attachment,
IncidentAttachmentPostmortemAttachmentType attachmentType) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTACHMENT
public static final String JSON_PROPERTY_ATTACHMENT_TYPE
public IncidentAttachmentPostmortemAttributes()
public IncidentAttachmentPostmortemAttributes(IncidentAttachmentsPostmortemAttributesAttachmentObject attachment, IncidentAttachmentPostmortemAttachmentType attachmentType)
public IncidentAttachmentPostmortemAttributes attachment(IncidentAttachmentsPostmortemAttributesAttachmentObject attachment)
public IncidentAttachmentsPostmortemAttributesAttachmentObject getAttachment()
public void setAttachment(IncidentAttachmentsPostmortemAttributesAttachmentObject attachment)
public IncidentAttachmentPostmortemAttributes attachmentType(IncidentAttachmentPostmortemAttachmentType attachmentType)
public IncidentAttachmentPostmortemAttachmentType getAttachmentType()
public void setAttachmentType(IncidentAttachmentPostmortemAttachmentType attachmentType)
public IncidentAttachmentPostmortemAttributes 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.