@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ApplicationSecurityWafCustomRuleTags extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CATEGORY |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ApplicationSecurityWafCustomRuleTags() |
ApplicationSecurityWafCustomRuleTags(ApplicationSecurityWafCustomRuleTagsCategory category,
String type) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSecurityWafCustomRuleTags |
category(ApplicationSecurityWafCustomRuleTagsCategory category) |
boolean |
equals(Object o)
Return true if this ApplicationSecurityWafCustomRuleTags object is equal to o.
|
Map<String,String> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
String |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
ApplicationSecurityWafCustomRuleTagsCategory |
getCategory()
The category of the WAF Rule, can be either
business_logic, attack_attempt
or security_response. |
String |
getType()
The type of the WAF rule, associated with the category will form the security activity.
|
int |
hashCode() |
ApplicationSecurityWafCustomRuleTags |
putAdditionalProperty(String key,
String value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCategory(ApplicationSecurityWafCustomRuleTagsCategory category) |
void |
setType(String type) |
String |
toString() |
ApplicationSecurityWafCustomRuleTags |
type(String type) |
public boolean unparsed
public static final String JSON_PROPERTY_CATEGORY
public static final String JSON_PROPERTY_TYPE
public ApplicationSecurityWafCustomRuleTags()
public ApplicationSecurityWafCustomRuleTags(ApplicationSecurityWafCustomRuleTagsCategory category, String type)
public ApplicationSecurityWafCustomRuleTags category(ApplicationSecurityWafCustomRuleTagsCategory category)
public ApplicationSecurityWafCustomRuleTagsCategory getCategory()
business_logic, attack_attempt
or security_response.public void setCategory(ApplicationSecurityWafCustomRuleTagsCategory category)
public ApplicationSecurityWafCustomRuleTags type(String type)
public String getType()
public void setType(String type)
public ApplicationSecurityWafCustomRuleTags putAdditionalProperty(String key, String value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,String> getAdditionalProperties()
public String getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.