@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_FORCE_DELETE_DEPENDENCIES |
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.
|
SyntheticsDeleteTestsPayload |
forceDeleteDependencies(Boolean forceDeleteDependencies) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getForceDeleteDependencies()
Delete the Synthetic test even if it's referenced by other resources (for example, SLOs and
composite monitors).
|
List<String> |
getPublicIds()
An array of Synthetic test IDs you want to delete.
|
int |
hashCode() |
SyntheticsDeleteTestsPayload |
publicIds(List<String> publicIds) |
SyntheticsDeleteTestsPayload |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setForceDeleteDependencies(Boolean forceDeleteDependencies) |
void |
setPublicIds(List<String> publicIds) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FORCE_DELETE_DEPENDENCIES
public static final String JSON_PROPERTY_PUBLIC_IDS
public SyntheticsDeleteTestsPayload forceDeleteDependencies(Boolean forceDeleteDependencies)
@Nullable public Boolean getForceDeleteDependencies()
public void setForceDeleteDependencies(Boolean forceDeleteDependencies)
public SyntheticsDeleteTestsPayload publicIds(List<String> publicIds)
public SyntheticsDeleteTestsPayload addPublicIdsItem(String publicIdsItem)
@Nullable public List<String> getPublicIds()
public SyntheticsDeleteTestsPayload putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.