@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultRumContext extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APPLICATION_ID |
static String |
JSON_PROPERTY_SESSION_ID |
static String |
JSON_PROPERTY_VIEW_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultRumContext() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestResultRumContext |
applicationId(String applicationId) |
boolean |
equals(Object o)
Return true if this SyntheticsTestResultRumContext object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getApplicationId()
RUM application identifier.
|
String |
getSessionId()
RUM session identifier.
|
String |
getViewId()
RUM view identifier.
|
int |
hashCode() |
SyntheticsTestResultRumContext |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestResultRumContext |
sessionId(String sessionId) |
void |
setApplicationId(String applicationId) |
void |
setSessionId(String sessionId) |
void |
setViewId(String viewId) |
String |
toString() |
SyntheticsTestResultRumContext |
viewId(String viewId) |
public boolean unparsed
public static final String JSON_PROPERTY_APPLICATION_ID
public static final String JSON_PROPERTY_SESSION_ID
public static final String JSON_PROPERTY_VIEW_ID
public SyntheticsTestResultRumContext applicationId(String applicationId)
@Nullable public String getApplicationId()
public void setApplicationId(String applicationId)
public SyntheticsTestResultRumContext sessionId(String sessionId)
@Nullable public String getSessionId()
public void setSessionId(String sessionId)
public SyntheticsTestResultRumContext viewId(String viewId)
@Nullable public String getViewId()
public void setViewId(String viewId)
public SyntheticsTestResultRumContext 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.