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