@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class WatcherData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
WatcherData() |
WatcherData(WatcherDataType type) |
| Modifier and Type | Method and Description |
|---|---|
WatcherData |
attributes(WatcherDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this WatcherData 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.
|
WatcherDataAttributes |
getAttributes()
Attributes of a user who has watched a RUM replay session, including contact information and
watch statistics.
|
String |
getId()
Unique identifier of the watcher user.
|
WatcherDataType |
getType()
Rum replay watcher resource type.
|
int |
hashCode() |
WatcherData |
id(String id) |
WatcherData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(WatcherDataAttributes attributes) |
void |
setId(String id) |
void |
setType(WatcherDataType type) |
String |
toString() |
WatcherData |
type(WatcherDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public WatcherData()
public WatcherData(WatcherDataType type)
public WatcherData attributes(WatcherDataAttributes attributes)
@Nullable public WatcherDataAttributes getAttributes()
public void setAttributes(WatcherDataAttributes attributes)
public WatcherData id(String id)
@Nullable public String getId()
public void setId(String id)
public WatcherData type(WatcherDataType type)
public WatcherDataType getType()
public void setType(WatcherDataType type)
public WatcherData 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.