@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsGetAPITestLatestResultsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_LAST_TIMESTAMP_FETCHED |
static String |
JSON_PROPERTY_RESULTS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsGetAPITestLatestResultsResponse() |
public boolean unparsed
public static final String JSON_PROPERTY_LAST_TIMESTAMP_FETCHED
public static final String JSON_PROPERTY_RESULTS
public SyntheticsGetAPITestLatestResultsResponse()
public SyntheticsGetAPITestLatestResultsResponse lastTimestampFetched(Long lastTimestampFetched)
@Nullable public Long getLastTimestampFetched()
public void setLastTimestampFetched(Long lastTimestampFetched)
public SyntheticsGetAPITestLatestResultsResponse results(List<SyntheticsAPITestResultShort> results)
public SyntheticsGetAPITestLatestResultsResponse addResultsItem(SyntheticsAPITestResultShort resultsItem)
@Nullable public List<SyntheticsAPITestResultShort> getResults()
public void setResults(List<SyntheticsAPITestResultShort> results)
public SyntheticsGetAPITestLatestResultsResponse 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.