@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() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsGetBrowserTestLatestResultsResponse |
addResultsItem(SyntheticsBrowserTestResultShort resultsItem) |
boolean |
equals(Object o)
Return true if this SyntheticsGetBrowserTestLatestResultsResponse object is equal to o.
|
Long |
getLastTimestampFetched()
Timestamp of the latest browser test run.
|
List<SyntheticsBrowserTestResultShort> |
getResults()
Result of the latest browser test run.
|
int |
hashCode() |
SyntheticsGetBrowserTestLatestResultsResponse |
lastTimestampFetched(Long lastTimestampFetched) |
SyntheticsGetBrowserTestLatestResultsResponse |
results(List<SyntheticsBrowserTestResultShort> results) |
void |
setLastTimestampFetched(Long lastTimestampFetched) |
void |
setResults(List<SyntheticsBrowserTestResultShort> results) |
String |
toString() |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.