@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsBrowserTestResultShortResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DEVICE |
static String |
JSON_PROPERTY_DURATION |
static String |
JSON_PROPERTY_ERROR_COUNT |
static String |
JSON_PROPERTY_STEP_COUNT_COMPLETED |
static String |
JSON_PROPERTY_STEP_COUNT_TOTAL |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsBrowserTestResultShortResult() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsBrowserTestResultShortResult |
device(SyntheticsDevice device) |
SyntheticsBrowserTestResultShortResult |
duration(Double duration) |
boolean |
equals(Object o)
Return true if this SyntheticsBrowserTestResultShortResult object is equal to o.
|
SyntheticsBrowserTestResultShortResult |
errorCount(Long errorCount) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
SyntheticsDevice |
getDevice()
Object describing the device used to perform the Synthetic test.
|
Double |
getDuration()
Length in milliseconds of the browser test run.
|
Long |
getErrorCount()
Amount of errors collected for a single browser test run.
|
Long |
getStepCountCompleted()
Amount of browser test steps completed before failing.
|
Long |
getStepCountTotal()
Total amount of browser test steps.
|
int |
hashCode() |
SyntheticsBrowserTestResultShortResult |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDevice(SyntheticsDevice device) |
void |
setDuration(Double duration) |
void |
setErrorCount(Long errorCount) |
void |
setStepCountCompleted(Long stepCountCompleted) |
void |
setStepCountTotal(Long stepCountTotal) |
SyntheticsBrowserTestResultShortResult |
stepCountCompleted(Long stepCountCompleted) |
SyntheticsBrowserTestResultShortResult |
stepCountTotal(Long stepCountTotal) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DEVICE
public static final String JSON_PROPERTY_DURATION
public static final String JSON_PROPERTY_ERROR_COUNT
public static final String JSON_PROPERTY_STEP_COUNT_COMPLETED
public static final String JSON_PROPERTY_STEP_COUNT_TOTAL
public SyntheticsBrowserTestResultShortResult()
public SyntheticsBrowserTestResultShortResult device(SyntheticsDevice device)
@Nullable public SyntheticsDevice getDevice()
public void setDevice(SyntheticsDevice device)
public SyntheticsBrowserTestResultShortResult duration(Double duration)
@Nullable public Double getDuration()
public void setDuration(Double duration)
public SyntheticsBrowserTestResultShortResult errorCount(Long errorCount)
@Nullable public Long getErrorCount()
public void setErrorCount(Long errorCount)
public SyntheticsBrowserTestResultShortResult stepCountCompleted(Long stepCountCompleted)
@Nullable public Long getStepCountCompleted()
public void setStepCountCompleted(Long stepCountCompleted)
public SyntheticsBrowserTestResultShortResult stepCountTotal(Long stepCountTotal)
@Nullable public Long getStepCountTotal()
public void setStepCountTotal(Long stepCountTotal)
public SyntheticsBrowserTestResultShortResult 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.