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