@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultExecutionInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DURATION |
static String |
JSON_PROPERTY_ERROR_MESSAGE |
static String |
JSON_PROPERTY_IS_FAST_RETRY |
static String |
JSON_PROPERTY_TIMINGS |
static String |
JSON_PROPERTY_TUNNEL |
static String |
JSON_PROPERTY_UNHEALTHY |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultExecutionInfo() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestResultExecutionInfo |
duration(SyntheticsTestResultDuration duration) |
boolean |
equals(Object o)
Return true if this SyntheticsTestResultExecutionInfo object is equal to o.
|
SyntheticsTestResultExecutionInfo |
errorMessage(String errorMessage) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
SyntheticsTestResultDuration |
getDuration()
Total duration of a Synthetic test execution.
|
String |
getErrorMessage()
Error message if the execution encountered an issue.
|
Boolean |
getIsFastRetry()
Whether this result is from a fast retry.
|
Map<String,Object> |
getTimings()
Timing breakdown of the test execution in milliseconds.
|
Boolean |
getTunnel()
Whether the test was executed through a tunnel.
|
Boolean |
getUnhealthy()
Whether the location was unhealthy during execution.
|
int |
hashCode() |
SyntheticsTestResultExecutionInfo |
isFastRetry(Boolean isFastRetry) |
SyntheticsTestResultExecutionInfo |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestResultExecutionInfo |
putTimingsItem(String key,
Object timingsItem) |
void |
setDuration(SyntheticsTestResultDuration duration) |
void |
setErrorMessage(String errorMessage) |
void |
setIsFastRetry(Boolean isFastRetry) |
void |
setTimings(Map<String,Object> timings) |
void |
setTunnel(Boolean tunnel) |
void |
setUnhealthy(Boolean unhealthy) |
SyntheticsTestResultExecutionInfo |
timings(Map<String,Object> timings) |
String |
toString() |
SyntheticsTestResultExecutionInfo |
tunnel(Boolean tunnel) |
SyntheticsTestResultExecutionInfo |
unhealthy(Boolean unhealthy) |
public boolean unparsed
public static final String JSON_PROPERTY_DURATION
public static final String JSON_PROPERTY_ERROR_MESSAGE
public static final String JSON_PROPERTY_IS_FAST_RETRY
public static final String JSON_PROPERTY_TIMINGS
public static final String JSON_PROPERTY_TUNNEL
public static final String JSON_PROPERTY_UNHEALTHY
public SyntheticsTestResultExecutionInfo duration(SyntheticsTestResultDuration duration)
@Nullable public SyntheticsTestResultDuration getDuration()
public void setDuration(SyntheticsTestResultDuration duration)
public SyntheticsTestResultExecutionInfo errorMessage(String errorMessage)
@Nullable public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public SyntheticsTestResultExecutionInfo isFastRetry(Boolean isFastRetry)
@Nullable public Boolean getIsFastRetry()
public void setIsFastRetry(Boolean isFastRetry)
public SyntheticsTestResultExecutionInfo timings(Map<String,Object> timings)
public SyntheticsTestResultExecutionInfo putTimingsItem(String key, Object timingsItem)
@Nullable public Map<String,Object> getTimings()
public SyntheticsTestResultExecutionInfo tunnel(Boolean tunnel)
@Nullable public Boolean getTunnel()
public void setTunnel(Boolean tunnel)
public SyntheticsTestResultExecutionInfo unhealthy(Boolean unhealthy)
@Nullable public Boolean getUnhealthy()
public void setUnhealthy(Boolean unhealthy)
public SyntheticsTestResultExecutionInfo 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.