@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SnapshotCreateRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APPLICATION_ID |
static String |
JSON_PROPERTY_DEVICE_TYPE |
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_SNAPSHOT_NAME |
static String |
JSON_PROPERTY_START |
static String |
JSON_PROPERTY_VIEW_ID |
static String |
JSON_PROPERTY_VIEW_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
SnapshotCreateRequestDataAttributes() |
SnapshotCreateRequestDataAttributes(String applicationId,
String deviceType,
String eventId,
Boolean isDeviceTypeSelectedByUser,
String snapshotName,
Long start,
String viewName) |
| Modifier and Type | Method and Description |
|---|---|
SnapshotCreateRequestDataAttributes |
applicationId(String applicationId) |
SnapshotCreateRequestDataAttributes |
deviceType(String deviceType) |
boolean |
equals(Object o)
Return true if this SnapshotCreateRequestDataAttributes object is equal to o.
|
SnapshotCreateRequestDataAttributes |
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.
|
String |
getDeviceType()
Device type used when capturing the snapshot (e.g., desktop, mobile, tablet).
|
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.
|
String |
getSnapshotName()
Human-readable name for 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.
|
String |
getViewName()
URL path or name of the view where the snapshot was captured.
|
int |
hashCode() |
SnapshotCreateRequestDataAttributes |
isDeviceTypeSelectedByUser(Boolean isDeviceTypeSelectedByUser) |
SnapshotCreateRequestDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SnapshotCreateRequestDataAttributes |
sessionId(String sessionId) |
void |
setApplicationId(String applicationId) |
void |
setDeviceType(String deviceType) |
void |
setEventId(String eventId) |
void |
setIsDeviceTypeSelectedByUser(Boolean isDeviceTypeSelectedByUser) |
void |
setSessionId(String sessionId) |
void |
setSnapshotName(String snapshotName) |
void |
setStart(Long start) |
void |
setViewId(String viewId) |
void |
setViewName(String viewName) |
SnapshotCreateRequestDataAttributes |
snapshotName(String snapshotName) |
SnapshotCreateRequestDataAttributes |
start(Long start) |
String |
toString() |
SnapshotCreateRequestDataAttributes |
viewId(String viewId) |
SnapshotCreateRequestDataAttributes |
viewName(String viewName) |
public boolean unparsed
public static final String JSON_PROPERTY_APPLICATION_ID
public static final String JSON_PROPERTY_DEVICE_TYPE
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_SNAPSHOT_NAME
public static final String JSON_PROPERTY_START
public static final String JSON_PROPERTY_VIEW_ID
public static final String JSON_PROPERTY_VIEW_NAME
public SnapshotCreateRequestDataAttributes applicationId(String applicationId)
public String getApplicationId()
public void setApplicationId(String applicationId)
public SnapshotCreateRequestDataAttributes deviceType(String deviceType)
public String getDeviceType()
public void setDeviceType(String deviceType)
public SnapshotCreateRequestDataAttributes eventId(String eventId)
public String getEventId()
public void setEventId(String eventId)
public SnapshotCreateRequestDataAttributes isDeviceTypeSelectedByUser(Boolean isDeviceTypeSelectedByUser)
public Boolean getIsDeviceTypeSelectedByUser()
public void setIsDeviceTypeSelectedByUser(Boolean isDeviceTypeSelectedByUser)
public SnapshotCreateRequestDataAttributes sessionId(String sessionId)
@Nullable public String getSessionId()
public void setSessionId(String sessionId)
public SnapshotCreateRequestDataAttributes snapshotName(String snapshotName)
public String getSnapshotName()
public void setSnapshotName(String snapshotName)
public SnapshotCreateRequestDataAttributes start(Long start)
public Long getStart()
public void setStart(Long start)
public SnapshotCreateRequestDataAttributes viewId(String viewId)
@Nullable public String getViewId()
public void setViewId(String viewId)
public SnapshotCreateRequestDataAttributes viewName(String viewName)
public String getViewName()
public void setViewName(String viewName)
public SnapshotCreateRequestDataAttributes 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.