@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTriggerCITestsResponse extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_BATCH_ID |
static String |
JSON_PROPERTY_LOCATIONS |
static String |
JSON_PROPERTY_RESULTS |
static String |
JSON_PROPERTY_TRIGGERED_CHECK_IDS |
boolean |
unparsed |
Constructor and Description |
---|
SyntheticsTriggerCITestsResponse() |
public boolean unparsed
public static final String JSON_PROPERTY_BATCH_ID
public static final String JSON_PROPERTY_LOCATIONS
public static final String JSON_PROPERTY_RESULTS
public static final String JSON_PROPERTY_TRIGGERED_CHECK_IDS
public SyntheticsTriggerCITestsResponse batchId(String batchId)
@Nullable public String getBatchId()
public org.openapitools.jackson.nullable.JsonNullable<String> getBatchId_JsonNullable()
public void setBatchId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> batchId)
public void setBatchId(String batchId)
public SyntheticsTriggerCITestsResponse locations(List<SyntheticsTriggerCITestLocation> locations)
public SyntheticsTriggerCITestsResponse addLocationsItem(SyntheticsTriggerCITestLocation locationsItem)
@Nullable public List<SyntheticsTriggerCITestLocation> getLocations()
public void setLocations(List<SyntheticsTriggerCITestLocation> locations)
public SyntheticsTriggerCITestsResponse results(List<SyntheticsTriggerCITestRunResult> results)
public SyntheticsTriggerCITestsResponse addResultsItem(SyntheticsTriggerCITestRunResult resultsItem)
@Nullable public List<SyntheticsTriggerCITestRunResult> getResults()
public void setResults(List<SyntheticsTriggerCITestRunResult> results)
public SyntheticsTriggerCITestsResponse triggeredCheckIds(List<String> triggeredCheckIds)
public SyntheticsTriggerCITestsResponse addTriggeredCheckIdsItem(String triggeredCheckIdsItem)
@Nullable public List<String> getTriggeredCheckIds()
public boolean equals(Object o)
Copyright © 2022. All rights reserved.