@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ApplicationSecurityWafCustomRuleConditionOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CASE_SENSITIVE |
static String |
JSON_PROPERTY_MIN_LENGTH |
boolean |
unparsed |
| Constructor and Description |
|---|
ApplicationSecurityWafCustomRuleConditionOptions() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSecurityWafCustomRuleConditionOptions |
caseSensitive(Boolean caseSensitive) |
boolean |
equals(Object o)
Return true if this ApplicationSecurityWafCustomRuleConditionOptions object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getCaseSensitive()
Evaluate the value as case sensitive.
|
Long |
getMinLength()
Only evaluate this condition if the value has a minimum amount of characters.
|
int |
hashCode() |
ApplicationSecurityWafCustomRuleConditionOptions |
minLength(Long minLength) |
ApplicationSecurityWafCustomRuleConditionOptions |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCaseSensitive(Boolean caseSensitive) |
void |
setMinLength(Long minLength) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CASE_SENSITIVE
public static final String JSON_PROPERTY_MIN_LENGTH
public ApplicationSecurityWafCustomRuleConditionOptions()
public ApplicationSecurityWafCustomRuleConditionOptions caseSensitive(Boolean caseSensitive)
@Nullable public Boolean getCaseSensitive()
public void setCaseSensitive(Boolean caseSensitive)
public ApplicationSecurityWafCustomRuleConditionOptions minLength(Long minLength)
@Nullable public Long getMinLength()
public void setMinLength(Long minLength)
public ApplicationSecurityWafCustomRuleConditionOptions 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.