@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AutomationRuleActionData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AGENT_TYPE |
static String |
JSON_PROPERTY_ASSIGNED_AGENT_ID |
static String |
JSON_PROPERTY_HANDLE |
boolean |
unparsed |
| Constructor and Description |
|---|
AutomationRuleActionData() |
| Modifier and Type | Method and Description |
|---|---|
AutomationRuleActionData |
agentType(String agentType) |
AutomationRuleActionData |
assignedAgentId(String assignedAgentId) |
boolean |
equals(Object o)
Return true if this AutomationRuleActionData 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 |
getAgentType()
The type of AI agent to assign.
|
String |
getAssignedAgentId()
The identifier of the AI agent to assign to the case.
|
String |
getHandle()
The handle of the Datadog workflow to execute.
|
AutomationRuleActionData |
handle(String handle) |
int |
hashCode() |
AutomationRuleActionData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAgentType(String agentType) |
void |
setAssignedAgentId(String assignedAgentId) |
void |
setHandle(String handle) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AGENT_TYPE
public static final String JSON_PROPERTY_ASSIGNED_AGENT_ID
public static final String JSON_PROPERTY_HANDLE
public AutomationRuleActionData agentType(String agentType)
@Nullable public String getAgentType()
assign_agent.public void setAgentType(String agentType)
public AutomationRuleActionData assignedAgentId(String assignedAgentId)
@Nullable public String getAssignedAgentId()
assign_agent.public void setAssignedAgentId(String assignedAgentId)
public AutomationRuleActionData handle(String handle)
@Nullable public String getHandle()
execute_workflow.public void setHandle(String handle)
public AutomationRuleActionData 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.