@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TimelineCell extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTHOR |
static String |
JSON_PROPERTY_CELL_CONTENT |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DELETED_AT |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
TimelineCell() |
| Modifier and Type | Method and Description |
|---|---|
TimelineCell |
author(TimelineCellAuthor author) |
TimelineCell |
cellContent(TimelineCellContent cellContent) |
boolean |
equals(Object o)
Return true if this TimelineCell 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.
|
TimelineCellAuthor |
getAuthor()
The author of the timeline cell.
|
TimelineCellContent |
getCellContent()
The content payload of a timeline cell, varying by cell type.
|
OffsetDateTime |
getCreatedAt()
Timestamp of when the cell was created
|
OffsetDateTime |
getDeletedAt()
Timestamp of when the cell was deleted
|
OffsetDateTime |
getModifiedAt()
Timestamp of when the cell was last modified
|
TimelineCellType |
getType()
The type of content in the timeline cell.
|
int |
hashCode() |
TimelineCell |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAuthor(TimelineCellAuthor author) |
void |
setCellContent(TimelineCellContent cellContent) |
void |
setType(TimelineCellType type) |
String |
toString() |
TimelineCell |
type(TimelineCellType type) |
public boolean unparsed
public static final String JSON_PROPERTY_AUTHOR
public static final String JSON_PROPERTY_CELL_CONTENT
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DELETED_AT
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_TYPE
public TimelineCell author(TimelineCellAuthor author)
@Nullable public TimelineCellAuthor getAuthor()
public void setAuthor(TimelineCellAuthor author)
public TimelineCell cellContent(TimelineCellContent cellContent)
@Nullable public TimelineCellContent getCellContent()
public void setCellContent(TimelineCellContent cellContent)
@Nullable public OffsetDateTime getCreatedAt()
@Nullable public OffsetDateTime getDeletedAt()
@Nullable public OffsetDateTime getModifiedAt()
public TimelineCell type(TimelineCellType type)
@Nullable public TimelineCellType getType()
COMMENT is supported in
this endpoint.public void setType(TimelineCellType type)
public TimelineCell 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.