@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ApplicationSecurityPolicyRuleOverride extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BLOCKING |
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_EXTENDED_DATA_COLLECTION |
static String |
JSON_PROPERTY_ID |
boolean |
unparsed |
| Constructor and Description |
|---|
ApplicationSecurityPolicyRuleOverride() |
ApplicationSecurityPolicyRuleOverride(Boolean blocking,
Boolean enabled,
String id) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSecurityPolicyRuleOverride |
blocking(Boolean blocking) |
ApplicationSecurityPolicyRuleOverride |
enabled(Boolean enabled) |
boolean |
equals(Object o)
Return true if this ApplicationSecurityPolicyRuleOverride object is equal to o.
|
ApplicationSecurityPolicyRuleOverride |
extendedDataCollection(Boolean extendedDataCollection) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getBlocking()
When blocking is enabled, the rule will block the traffic matched by this rule.
|
Boolean |
getEnabled()
When false, this rule will not match any traffic.
|
Boolean |
getExtendedDataCollection()
When true, collects additional data from the WAF for this rule.
|
String |
getId()
Override the parameters for this WAF rule identifier.
|
int |
hashCode() |
ApplicationSecurityPolicyRuleOverride |
id(String id) |
ApplicationSecurityPolicyRuleOverride |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setBlocking(Boolean blocking) |
void |
setEnabled(Boolean enabled) |
void |
setExtendedDataCollection(Boolean extendedDataCollection) |
void |
setId(String id) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_BLOCKING
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_EXTENDED_DATA_COLLECTION
public static final String JSON_PROPERTY_ID
public ApplicationSecurityPolicyRuleOverride()
public ApplicationSecurityPolicyRuleOverride blocking(Boolean blocking)
public Boolean getBlocking()
public void setBlocking(Boolean blocking)
public ApplicationSecurityPolicyRuleOverride enabled(Boolean enabled)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public ApplicationSecurityPolicyRuleOverride extendedDataCollection(Boolean extendedDataCollection)
@Nullable public Boolean getExtendedDataCollection()
public void setExtendedDataCollection(Boolean extendedDataCollection)
public ApplicationSecurityPolicyRuleOverride id(String id)
public String getId()
public void setId(String id)
public ApplicationSecurityPolicyRuleOverride 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.