@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 |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentAttachmentLinkAttributes() |
IncidentAttachmentLinkAttributes(IncidentAttachmentLinkAttributesAttachmentObject attachment,
IncidentAttachmentLinkAttachmentType attachmentType) |
| Modifier and Type | Method and Description |
|---|---|
IncidentAttachmentLinkAttributes |
attachment(IncidentAttachmentLinkAttributesAttachmentObject attachment) |
IncidentAttachmentLinkAttributes |
attachmentType(IncidentAttachmentLinkAttachmentType attachmentType) |
boolean |
equals(Object o)
Return true if this IncidentAttachmentLinkAttributes object is equal to o.
|
IncidentAttachmentLinkAttributesAttachmentObject |
getAttachment()
The link attachment.
|
IncidentAttachmentLinkAttachmentType |
getAttachmentType()
The type of link attachment attributes.
|
int |
hashCode() |
void |
setAttachment(IncidentAttachmentLinkAttributesAttachmentObject attachment) |
void |
setAttachmentType(IncidentAttachmentLinkAttachmentType attachmentType) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ATTACHMENT
public static final String JSON_PROPERTY_ATTACHMENT_TYPE
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)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.