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