@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultResponse() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestResultResponse |
addIncludedItem(SyntheticsTestResultIncludedItem includedItem) |
SyntheticsTestResultResponse |
data(SyntheticsTestResultData data) |
boolean |
equals(Object o)
Return true if this SyntheticsTestResultResponse 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.
|
SyntheticsTestResultData |
getData()
Wrapper object for a Synthetic test result.
|
List<SyntheticsTestResultIncludedItem> |
getIncluded()
Array of included related resources, such as the test definition.
|
int |
hashCode() |
SyntheticsTestResultResponse |
included(List<SyntheticsTestResultIncludedItem> included) |
SyntheticsTestResultResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(SyntheticsTestResultData data) |
void |
setIncluded(List<SyntheticsTestResultIncludedItem> included) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public SyntheticsTestResultResponse data(SyntheticsTestResultData data)
@Nullable public SyntheticsTestResultData getData()
public void setData(SyntheticsTestResultData data)
public SyntheticsTestResultResponse included(List<SyntheticsTestResultIncludedItem> included)
public SyntheticsTestResultResponse addIncludedItem(SyntheticsTestResultIncludedItem includedItem)
@Nullable public List<SyntheticsTestResultIncludedItem> getIncluded()
public void setIncluded(List<SyntheticsTestResultIncludedItem> included)
public SyntheticsTestResultResponse 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.