@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SnapshotUpdateRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EVENT_ID |
static String |
JSON_PROPERTY_IS_DEVICE_TYPE_SELECTED_BY_USER |
static String |
JSON_PROPERTY_SESSION_ID |
static String |
JSON_PROPERTY_START |
static String |
JSON_PROPERTY_VIEW_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
SnapshotUpdateRequestDataAttributes() |
SnapshotUpdateRequestDataAttributes(String eventId,
Boolean isDeviceTypeSelectedByUser,
Long start) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SnapshotUpdateRequestDataAttributes object is equal to o.
|
SnapshotUpdateRequestDataAttributes |
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 |
getEventId()
Unique identifier of the RUM event associated with the snapshot.
|
Boolean |
getIsDeviceTypeSelectedByUser()
Indicates whether the device type was explicitly selected by the user rather than
auto-detected.
|
String |
getSessionId()
Unique identifier of the RUM session associated with the snapshot.
|
Long |
getStart()
Offset in milliseconds from the start of the session at which the snapshot was captured.
|
String |
getViewId()
Unique identifier of the RUM view associated with the snapshot.
|
int |
hashCode() |
SnapshotUpdateRequestDataAttributes |
isDeviceTypeSelectedByUser(Boolean isDeviceTypeSelectedByUser) |
SnapshotUpdateRequestDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SnapshotUpdateRequestDataAttributes |
sessionId(String sessionId) |
void |
setEventId(String eventId) |
void |
setIsDeviceTypeSelectedByUser(Boolean isDeviceTypeSelectedByUser) |
void |
setSessionId(String sessionId) |
void |
setStart(Long start) |
void |
setViewId(String viewId) |
SnapshotUpdateRequestDataAttributes |
start(Long start) |
String |
toString() |
SnapshotUpdateRequestDataAttributes |
viewId(String viewId) |
public boolean unparsed
public static final String JSON_PROPERTY_EVENT_ID
public static final String JSON_PROPERTY_IS_DEVICE_TYPE_SELECTED_BY_USER
public static final String JSON_PROPERTY_SESSION_ID
public static final String JSON_PROPERTY_START
public static final String JSON_PROPERTY_VIEW_ID
public SnapshotUpdateRequestDataAttributes eventId(String eventId)
public String getEventId()
public void setEventId(String eventId)
public SnapshotUpdateRequestDataAttributes isDeviceTypeSelectedByUser(Boolean isDeviceTypeSelectedByUser)
public Boolean getIsDeviceTypeSelectedByUser()
public void setIsDeviceTypeSelectedByUser(Boolean isDeviceTypeSelectedByUser)
public SnapshotUpdateRequestDataAttributes sessionId(String sessionId)
@Nullable public String getSessionId()
public void setSessionId(String sessionId)
public SnapshotUpdateRequestDataAttributes start(Long start)
public Long getStart()
public void setStart(Long start)
public SnapshotUpdateRequestDataAttributes viewId(String viewId)
@Nullable public String getViewId()
public void setViewId(String viewId)
public SnapshotUpdateRequestDataAttributes 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.