@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class WatchDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APPLICATION_ID |
static String |
JSON_PROPERTY_DATA_SOURCE |
static String |
JSON_PROPERTY_EVENT_ID |
static String |
JSON_PROPERTY_TIMESTAMP |
boolean |
unparsed |
| Constructor and Description |
|---|
WatchDataAttributes() |
WatchDataAttributes(String applicationId,
String eventId,
OffsetDateTime timestamp) |
| Modifier and Type | Method and Description |
|---|---|
WatchDataAttributes |
applicationId(String applicationId) |
WatchDataAttributes |
dataSource(String dataSource) |
boolean |
equals(Object o)
Return true if this WatchDataAttributes object is equal to o.
|
WatchDataAttributes |
eventId(String eventId) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getApplicationId()
Unique identifier of the RUM application containing the session.
|
String |
getDataSource()
Data source type indicating the origin of the session data (e.g., rum or product_analytics).
|
String |
getEventId()
Unique identifier of the RUM event that was watched.
|
OffsetDateTime |
getTimestamp()
Timestamp when the session was watched.
|
int |
hashCode() |
WatchDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setApplicationId(String applicationId) |
void |
setDataSource(String dataSource) |
void |
setEventId(String eventId) |
void |
setTimestamp(OffsetDateTime timestamp) |
WatchDataAttributes |
timestamp(OffsetDateTime timestamp) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_APPLICATION_ID
public static final String JSON_PROPERTY_DATA_SOURCE
public static final String JSON_PROPERTY_EVENT_ID
public static final String JSON_PROPERTY_TIMESTAMP
public WatchDataAttributes()
public WatchDataAttributes(String applicationId, String eventId, OffsetDateTime timestamp)
public WatchDataAttributes applicationId(String applicationId)
public String getApplicationId()
public void setApplicationId(String applicationId)
public WatchDataAttributes dataSource(String dataSource)
@Nullable public String getDataSource()
public void setDataSource(String dataSource)
public WatchDataAttributes eventId(String eventId)
public String getEventId()
public void setEventId(String eventId)
public WatchDataAttributes timestamp(OffsetDateTime timestamp)
public OffsetDateTime getTimestamp()
public void setTimestamp(OffsetDateTime timestamp)
public WatchDataAttributes 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.