@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SnapshotDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APPLICATION_ID |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_CREATED_BY_HANDLE |
static String |
JSON_PROPERTY_CREATED_BY_USER_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_MODIFIED_AT |
static String |
JSON_PROPERTY_ORG_ID |
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 |
|---|
SnapshotDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
SnapshotDataAttributes |
applicationId(String applicationId) |
SnapshotDataAttributes |
deviceType(String deviceType) |
boolean |
equals(Object o)
Return true if this SnapshotDataAttributes object is equal to o.
|
SnapshotDataAttributes |
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.
|
OffsetDateTime |
getCreatedAt()
Timestamp when the snapshot was created.
|
String |
getCreatedBy()
Display name of the user who created the snapshot.
|
String |
getCreatedByHandle()
Email handle of the user who created the snapshot.
|
Long |
getCreatedByUserId()
Numeric identifier of the user who created the snapshot.
|
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.
|
OffsetDateTime |
getModifiedAt()
Timestamp when the snapshot was last modified.
|
Long |
getOrgId()
Numeric identifier of the organization that owns the snapshot.
|
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() |
SnapshotDataAttributes |
isDeviceTypeSelectedByUser(Boolean isDeviceTypeSelectedByUser) |
SnapshotDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SnapshotDataAttributes |
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) |
SnapshotDataAttributes |
snapshotName(String snapshotName) |
SnapshotDataAttributes |
start(Long start) |
String |
toString() |
SnapshotDataAttributes |
viewId(String viewId) |
SnapshotDataAttributes |
viewName(String viewName) |
public boolean unparsed
public static final String JSON_PROPERTY_APPLICATION_ID
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_CREATED_BY_HANDLE
public static final String JSON_PROPERTY_CREATED_BY_USER_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_MODIFIED_AT
public static final String JSON_PROPERTY_ORG_ID
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 SnapshotDataAttributes applicationId(String applicationId)
@Nullable public String getApplicationId()
public void setApplicationId(String applicationId)
@Nullable public OffsetDateTime getCreatedAt()
@Nullable public String getCreatedBy()
@Nullable public String getCreatedByHandle()
@Nullable public Long getCreatedByUserId()
public SnapshotDataAttributes deviceType(String deviceType)
@Nullable public String getDeviceType()
public void setDeviceType(String deviceType)
public SnapshotDataAttributes eventId(String eventId)
@Nullable public String getEventId()
public void setEventId(String eventId)
public SnapshotDataAttributes isDeviceTypeSelectedByUser(Boolean isDeviceTypeSelectedByUser)
@Nullable public Boolean getIsDeviceTypeSelectedByUser()
public void setIsDeviceTypeSelectedByUser(Boolean isDeviceTypeSelectedByUser)
@Nullable public OffsetDateTime getModifiedAt()
@Nullable public Long getOrgId()
public SnapshotDataAttributes sessionId(String sessionId)
@Nullable public String getSessionId()
public void setSessionId(String sessionId)
public SnapshotDataAttributes snapshotName(String snapshotName)
@Nullable public String getSnapshotName()
public void setSnapshotName(String snapshotName)
public SnapshotDataAttributes start(Long start)
@Nullable public Long getStart()
public void setStart(Long start)
public SnapshotDataAttributes viewId(String viewId)
@Nullable public String getViewId()
public void setViewId(String viewId)
public SnapshotDataAttributes viewName(String viewName)
@Nullable public String getViewName()
public void setViewName(String viewName)
public SnapshotDataAttributes 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.