@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentTimelineCellMarkdownCreateAttributesContent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONTENT |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentTimelineCellMarkdownCreateAttributesContent() |
| Modifier and Type | Method and Description |
|---|---|
IncidentTimelineCellMarkdownCreateAttributesContent |
content(String content) |
boolean |
equals(Object o)
Return true if this IncidentTimelineCellMarkdownCreateAttributesContent object is equal to o.
|
String |
getContent()
The Markdown content of the cell.
|
int |
hashCode() |
void |
setContent(String content) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CONTENT
public IncidentTimelineCellMarkdownCreateAttributesContent()
public IncidentTimelineCellMarkdownCreateAttributesContent content(String content)
@Nullable public String getContent()
public void setContent(String content)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.