@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ExecutionPolicyTarget extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AGENT_TAGS |
static String |
JSON_PROPERTY_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
ExecutionPolicyTarget() |
ExecutionPolicyTarget(List<String> agentTags) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionPolicyTarget |
addAgentTagsItem(String agentTagsItem) |
ExecutionPolicyTarget |
agentTags(List<String> agentTags) |
boolean |
equals(Object o)
Return true if this ExecutionPolicyTarget 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<String> |
getAgentTags()
The Agent tags identifying the target.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getName_JsonNullable() |
String |
getName()
A human-readable name for the target.
|
int |
hashCode() |
ExecutionPolicyTarget |
name(String name) |
ExecutionPolicyTarget |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAgentTags(List<String> agentTags) |
void |
setName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) |
void |
setName(String name) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AGENT_TAGS
public static final String JSON_PROPERTY_NAME
public ExecutionPolicyTarget agentTags(List<String> agentTags)
public ExecutionPolicyTarget addAgentTagsItem(String agentTagsItem)
public List<String> getAgentTags()
public ExecutionPolicyTarget name(String name)
@Nullable public String getName()
public org.openapitools.jackson.nullable.JsonNullable<String> getName_JsonNullable()
public void setName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name)
public void setName(String name)
public ExecutionPolicyTarget 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.