@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) |
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.