@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AttachmentDataAttributes 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 |
|---|
AttachmentDataAttributes() |
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 AttachmentDataAttributes attachment(AttachmentDataAttributesAttachment attachment)
@Nullable public AttachmentDataAttributesAttachment getAttachment()
public void setAttachment(AttachmentDataAttributesAttachment attachment)
public AttachmentDataAttributes attachmentType(AttachmentDataAttributesAttachmentType attachmentType)
@Nullable public AttachmentDataAttributesAttachmentType getAttachmentType()
public void setAttachmentType(AttachmentDataAttributesAttachmentType attachmentType)
public AttachmentDataAttributes modified(OffsetDateTime modified)
@Nullable public OffsetDateTime getModified()
public void setModified(OffsetDateTime modified)
public AttachmentDataAttributes 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.