@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsBrowserTestRumSettings extends Object
{ isEnabled: false } RUM data is not collected.
{ isEnabled: true } RUM data is collected from the Synthetic test's default
application.
{ isEnabled: true, applicationId: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", clientTokenId: 12345 }
RUM data is collected using the specified application.
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APPLICATION_ID |
static String |
JSON_PROPERTY_CLIENT_TOKEN_ID |
static String |
JSON_PROPERTY_IS_ENABLED |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsBrowserTestRumSettings() |
SyntheticsBrowserTestRumSettings(Boolean isEnabled) |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsBrowserTestRumSettings |
applicationId(String applicationId) |
SyntheticsBrowserTestRumSettings |
clientTokenId(Long clientTokenId) |
boolean |
equals(Object o)
Return true if this SyntheticsBrowserTestRumSettings 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 ID used to collect RUM data for the browser test.
|
Long |
getClientTokenId()
RUM application API key ID used to collect RUM data for the browser test.
|
Boolean |
getIsEnabled()
Determines whether RUM data is collected during test runs.
|
int |
hashCode() |
SyntheticsBrowserTestRumSettings |
isEnabled(Boolean isEnabled) |
SyntheticsBrowserTestRumSettings |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setApplicationId(String applicationId) |
void |
setClientTokenId(Long clientTokenId) |
void |
setIsEnabled(Boolean isEnabled) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_APPLICATION_ID
public static final String JSON_PROPERTY_CLIENT_TOKEN_ID
public static final String JSON_PROPERTY_IS_ENABLED
public SyntheticsBrowserTestRumSettings()
public SyntheticsBrowserTestRumSettings(Boolean isEnabled)
public SyntheticsBrowserTestRumSettings applicationId(String applicationId)
@Nullable public String getApplicationId()
public void setApplicationId(String applicationId)
public SyntheticsBrowserTestRumSettings clientTokenId(Long clientTokenId)
@Nullable public Long getClientTokenId()
public void setClientTokenId(Long clientTokenId)
public SyntheticsBrowserTestRumSettings isEnabled(Boolean isEnabled)
public Boolean getIsEnabled()
public void setIsEnabled(Boolean isEnabled)
public SyntheticsBrowserTestRumSettings 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 © 2024. All rights reserved.