@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsAPITestResultShortResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_PASSED |
static String |
JSON_PROPERTY_TIMINGS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsAPITestResultShortResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsAPITestResultShortResult object is equal to o.
|
Boolean |
getPassed()
Describes if the test run has passed or failed.
|
SyntheticsTiming |
getTimings()
Object containing all metrics and their values collected for a Synthetic API test.
|
int |
hashCode() |
SyntheticsAPITestResultShortResult |
passed(Boolean passed) |
void |
setPassed(Boolean passed) |
void |
setTimings(SyntheticsTiming timings) |
SyntheticsAPITestResultShortResult |
timings(SyntheticsTiming timings) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_PASSED
public static final String JSON_PROPERTY_TIMINGS
public SyntheticsAPITestResultShortResult passed(Boolean passed)
@Nullable public Boolean getPassed()
public void setPassed(Boolean passed)
public SyntheticsAPITestResultShortResult timings(SyntheticsTiming timings)
@Nullable public SyntheticsTiming getTimings()
public void setTimings(SyntheticsTiming timings)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.