@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SecurityMonitoringRuleBulkDeleteResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DELETED_RULES |
static String |
JSON_PROPERTY_FAILED_RULES |
boolean |
unparsed |
| Constructor and Description |
|---|
SecurityMonitoringRuleBulkDeleteResponse() |
| Modifier and Type | Method and Description |
|---|---|
SecurityMonitoringRuleBulkDeleteResponse |
addDeletedRulesItem(String deletedRulesItem) |
SecurityMonitoringRuleBulkDeleteResponse |
addFailedRulesItem(String failedRulesItem) |
SecurityMonitoringRuleBulkDeleteResponse |
deletedRules(List<String> deletedRules) |
boolean |
equals(Object o)
Return true if this SecurityMonitoringRuleBulkDeleteResponse object is equal to o.
|
SecurityMonitoringRuleBulkDeleteResponse |
failedRules(List<String> failedRules) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<String> |
getDeletedRules()
List of successfully deleted rule IDs.
|
List<String> |
getFailedRules()
List of rule IDs that could not be deleted.
|
int |
hashCode() |
SecurityMonitoringRuleBulkDeleteResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDeletedRules(List<String> deletedRules) |
void |
setFailedRules(List<String> failedRules) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DELETED_RULES
public static final String JSON_PROPERTY_FAILED_RULES
public SecurityMonitoringRuleBulkDeleteResponse()
public SecurityMonitoringRuleBulkDeleteResponse deletedRules(List<String> deletedRules)
public SecurityMonitoringRuleBulkDeleteResponse addDeletedRulesItem(String deletedRulesItem)
@Nullable public List<String> getDeletedRules()
public SecurityMonitoringRuleBulkDeleteResponse failedRules(List<String> failedRules)
public SecurityMonitoringRuleBulkDeleteResponse addFailedRulesItem(String failedRulesItem)
@Nullable public List<String> getFailedRules()
public SecurityMonitoringRuleBulkDeleteResponse 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.