@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DeletedTestsRequestDeleteAttributes 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 |
|---|
DeletedTestsRequestDeleteAttributes() |
DeletedTestsRequestDeleteAttributes(List<String> publicIds) |
| Modifier and Type | Method and Description |
|---|---|
DeletedTestsRequestDeleteAttributes |
addPublicIdsItem(String publicIdsItem) |
boolean |
equals(Object o)
Return true if this DeletedTestsRequestDeleteAttributes object is equal to o.
|
DeletedTestsRequestDeleteAttributes |
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()
Whether to force deletion of tests that have dependent resources.
|
List<String> |
getPublicIds()
List of public IDs of the Synthetic tests to delete.
|
int |
hashCode() |
DeletedTestsRequestDeleteAttributes |
publicIds(List<String> publicIds) |
DeletedTestsRequestDeleteAttributes |
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 DeletedTestsRequestDeleteAttributes forceDeleteDependencies(Boolean forceDeleteDependencies)
@Nullable public Boolean getForceDeleteDependencies()
public void setForceDeleteDependencies(Boolean forceDeleteDependencies)
public DeletedTestsRequestDeleteAttributes publicIds(List<String> publicIds)
public DeletedTestsRequestDeleteAttributes addPublicIdsItem(String publicIdsItem)
public List<String> getPublicIds()
public DeletedTestsRequestDeleteAttributes 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 © 2026. All rights reserved.