@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ExecutionPolicyKubernetesScope extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_RULES |
boolean |
unparsed |
| Constructor and Description |
|---|
ExecutionPolicyKubernetesScope() |
ExecutionPolicyKubernetesScope(List<ExecutionPolicyKubernetesScopeRule> rules) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionPolicyKubernetesScope |
addRulesItem(ExecutionPolicyKubernetesScopeRule rulesItem) |
boolean |
equals(Object o)
Return true if this ExecutionPolicyKubernetesScope 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.
|
List<ExecutionPolicyKubernetesScopeRule> |
getRules()
The Kubernetes scope rules.
|
int |
hashCode() |
ExecutionPolicyKubernetesScope |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ExecutionPolicyKubernetesScope |
rules(List<ExecutionPolicyKubernetesScopeRule> rules) |
void |
setRules(List<ExecutionPolicyKubernetesScopeRule> rules) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_RULES
public ExecutionPolicyKubernetesScope()
public ExecutionPolicyKubernetesScope(List<ExecutionPolicyKubernetesScopeRule> rules)
public ExecutionPolicyKubernetesScope rules(List<ExecutionPolicyKubernetesScopeRule> rules)
public ExecutionPolicyKubernetesScope addRulesItem(ExecutionPolicyKubernetesScopeRule rulesItem)
public List<ExecutionPolicyKubernetesScopeRule> getRules()
public void setRules(List<ExecutionPolicyKubernetesScopeRule> rules)
public ExecutionPolicyKubernetesScope 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.