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