@Deprecated @Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ApplicationSecurityPolicyRulesetOverride extends Object
protectionPresets instead.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BLOCKING
Deprecated.
|
static String |
JSON_PROPERTY_ENABLED
Deprecated.
|
static String |
JSON_PROPERTY_ID
Deprecated.
|
boolean |
unparsed
Deprecated.
|
| Constructor and Description |
|---|
ApplicationSecurityPolicyRulesetOverride()
Deprecated.
|
ApplicationSecurityPolicyRulesetOverride(Boolean blocking,
Boolean enabled,
String id)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationSecurityPolicyRulesetOverride |
blocking(Boolean blocking)
Deprecated.
|
ApplicationSecurityPolicyRulesetOverride |
enabled(Boolean enabled)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
Return true if this ApplicationSecurityPolicyRulesetOverride object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Deprecated.
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Deprecated.
Return the additional (undeclared) property with the specified name.
|
Boolean |
getBlocking()
Deprecated.
When blocking is enabled, the ruleset will block the traffic it matches.
|
Boolean |
getEnabled()
Deprecated.
When false, this ruleset will not match any traffic.
|
String |
getId()
Deprecated.
The identifier of the ruleset to override.
|
int |
hashCode()
Deprecated.
|
ApplicationSecurityPolicyRulesetOverride |
id(String id)
Deprecated.
|
ApplicationSecurityPolicyRulesetOverride |
putAdditionalProperty(String key,
Object value)
Deprecated.
Set the additional (undeclared) property with the specified name and value.
|
void |
setBlocking(Boolean blocking)
Deprecated.
|
void |
setEnabled(Boolean enabled)
Deprecated.
|
void |
setId(String id)
Deprecated.
|
String |
toString()
Deprecated.
|
public boolean unparsed
public static final String JSON_PROPERTY_BLOCKING
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_ID
public ApplicationSecurityPolicyRulesetOverride()
public ApplicationSecurityPolicyRulesetOverride blocking(Boolean blocking)
public Boolean getBlocking()
public void setBlocking(Boolean blocking)
public ApplicationSecurityPolicyRulesetOverride enabled(Boolean enabled)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public ApplicationSecurityPolicyRulesetOverride id(String id)
public String getId()
public void setId(String id)
public ApplicationSecurityPolicyRulesetOverride 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.