@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsDeleteTestsPayload extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_PUBLIC_IDS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsDeleteTestsPayload() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsDeleteTestsPayload |
addPublicIdsItem(String publicIdsItem) |
boolean |
equals(Object o)
Return true if this SyntheticsDeleteTestsPayload object is equal to o.
|
List<String> |
getPublicIds()
An array of Synthetic test IDs you want to delete.
|
int |
hashCode() |
SyntheticsDeleteTestsPayload |
publicIds(List<String> publicIds) |
void |
setPublicIds(List<String> publicIds) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_PUBLIC_IDS
public SyntheticsDeleteTestsPayload publicIds(List<String> publicIds)
public SyntheticsDeleteTestsPayload addPublicIdsItem(String publicIdsItem)
@Nullable public List<String> getPublicIds()
public boolean equals(Object o)
Copyright © 2023. All rights reserved.