@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ApplicationSecurityWafCustomRuleScope extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ENV |
static String |
JSON_PROPERTY_SERVICE |
boolean |
unparsed |
| Constructor and Description |
|---|
ApplicationSecurityWafCustomRuleScope() |
ApplicationSecurityWafCustomRuleScope(String env,
String service) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSecurityWafCustomRuleScope |
env(String env) |
boolean |
equals(Object o)
Return true if this ApplicationSecurityWafCustomRuleScope 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.
|
String |
getEnv()
The environment scope for the WAF custom rule.
|
String |
getService()
The service scope for the WAF custom rule.
|
int |
hashCode() |
ApplicationSecurityWafCustomRuleScope |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ApplicationSecurityWafCustomRuleScope |
service(String service) |
void |
setEnv(String env) |
void |
setService(String service) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ENV
public static final String JSON_PROPERTY_SERVICE
public ApplicationSecurityWafCustomRuleScope()
public ApplicationSecurityWafCustomRuleScope env(String env)
public String getEnv()
public void setEnv(String env)
public ApplicationSecurityWafCustomRuleScope service(String service)
public String getService()
public void setService(String service)
public ApplicationSecurityWafCustomRuleScope 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 © 2025. All rights reserved.