@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) |
| Modifier and Type | Method and Description |
|---|---|
IncidentAttachmentPostmortemAttributes |
attachment(IncidentAttachmentsPostmortemAttributesAttachmentObject attachment) |
IncidentAttachmentPostmortemAttributes |
attachmentType(IncidentAttachmentPostmortemAttachmentType attachmentType) |
boolean |
equals(Object o)
Return true if this IncidentAttachmentPostmortemAttributes object is equal to o.
|
IncidentAttachmentsPostmortemAttributesAttachmentObject |
getAttachment()
The postmortem attachment.
|
IncidentAttachmentPostmortemAttachmentType |
getAttachmentType()
The type of postmortem attachment attributes.
|
int |
hashCode() |
void |
setAttachment(IncidentAttachmentsPostmortemAttributesAttachmentObject attachment) |
void |
setAttachmentType(IncidentAttachmentPostmortemAttachmentType attachmentType) |
String |
toString() |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.