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