@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsListTestsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_TESTS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsListTestsResponse() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsListTestsResponse |
addTestsItem(SyntheticsTestDetails testsItem) |
boolean |
equals(Object o)
Return true if this SyntheticsListTestsResponse object is equal to o.
|
List<SyntheticsTestDetails> |
getTests()
Array of Synthetic tests configuration.
|
int |
hashCode() |
void |
setTests(List<SyntheticsTestDetails> tests) |
SyntheticsListTestsResponse |
tests(List<SyntheticsTestDetails> tests) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_TESTS
public SyntheticsListTestsResponse tests(List<SyntheticsTestDetails> tests)
public SyntheticsListTestsResponse addTestsItem(SyntheticsTestDetails testsItem)
@Nullable public List<SyntheticsTestDetails> getTests()
public void setTests(List<SyntheticsTestDetails> tests)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.