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