@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.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
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) |
SyntheticsAPITestResultShortResult |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
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 SyntheticsAPITestResultShortResult 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.