@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PostmortemAttachmentRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CELLS |
static String |
JSON_PROPERTY_CONTENT |
static String |
JSON_PROPERTY_POSTMORTEM_TEMPLATE_ID |
static String |
JSON_PROPERTY_TITLE |
boolean |
unparsed |
| Constructor and Description |
|---|
PostmortemAttachmentRequestAttributes() |
| Modifier and Type | Method and Description |
|---|---|
PostmortemAttachmentRequestAttributes |
addCellsItem(PostmortemCell cellsItem) |
PostmortemAttachmentRequestAttributes |
cells(List<PostmortemCell> cells) |
PostmortemAttachmentRequestAttributes |
content(String content) |
boolean |
equals(Object o)
Return true if this PostmortemAttachmentRequestAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<PostmortemCell> |
getCells()
The cells of the postmortem
|
String |
getContent()
The content of the postmortem
|
String |
getPostmortemTemplateId()
The ID of the postmortem template
|
String |
getTitle()
The title of the postmortem
|
int |
hashCode() |
PostmortemAttachmentRequestAttributes |
postmortemTemplateId(String postmortemTemplateId) |
PostmortemAttachmentRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCells(List<PostmortemCell> cells) |
void |
setContent(String content) |
void |
setPostmortemTemplateId(String postmortemTemplateId) |
void |
setTitle(String title) |
PostmortemAttachmentRequestAttributes |
title(String title) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CELLS
public static final String JSON_PROPERTY_CONTENT
public static final String JSON_PROPERTY_POSTMORTEM_TEMPLATE_ID
public static final String JSON_PROPERTY_TITLE
public PostmortemAttachmentRequestAttributes()
public PostmortemAttachmentRequestAttributes cells(List<PostmortemCell> cells)
public PostmortemAttachmentRequestAttributes addCellsItem(PostmortemCell cellsItem)
@Nullable public List<PostmortemCell> getCells()
public void setCells(List<PostmortemCell> cells)
public PostmortemAttachmentRequestAttributes content(String content)
@Nullable public String getContent()
public void setContent(String content)
public PostmortemAttachmentRequestAttributes postmortemTemplateId(String postmortemTemplateId)
@Nullable public String getPostmortemTemplateId()
public void setPostmortemTemplateId(String postmortemTemplateId)
public PostmortemAttachmentRequestAttributes title(String title)
@Nullable public String getTitle()
public void setTitle(String title)
public PostmortemAttachmentRequestAttributes 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.