@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TimelineCellAuthorUser extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONTENT |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
TimelineCellAuthorUser() |
| Modifier and Type | Method and Description |
|---|---|
TimelineCellAuthorUser |
content(TimelineCellAuthorUserContent content) |
boolean |
equals(Object o)
Return true if this TimelineCellAuthorUser 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.
|
TimelineCellAuthorUserContent |
getContent()
Profile information for the user who authored the timeline cell.
|
TimelineCellAuthorUserType |
getType()
The type of timeline cell author.
|
int |
hashCode() |
TimelineCellAuthorUser |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setContent(TimelineCellAuthorUserContent content) |
void |
setType(TimelineCellAuthorUserType type) |
String |
toString() |
TimelineCellAuthorUser |
type(TimelineCellAuthorUserType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CONTENT
public static final String JSON_PROPERTY_TYPE
public TimelineCellAuthorUser content(TimelineCellAuthorUserContent content)
@Nullable public TimelineCellAuthorUserContent getContent()
public void setContent(TimelineCellAuthorUserContent content)
public TimelineCellAuthorUser type(TimelineCellAuthorUserType type)
@Nullable public TimelineCellAuthorUserType getType()
USER is supported.public void setType(TimelineCellAuthorUserType type)
public TimelineCellAuthorUser 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.