@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AutomationRuleTrigger extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
AutomationRuleTrigger() |
AutomationRuleTrigger(AutomationRuleTriggerType type) |
| Modifier and Type | Method and Description |
|---|---|
AutomationRuleTrigger |
data(AutomationRuleTriggerData data) |
boolean |
equals(Object o)
Return true if this AutomationRuleTrigger 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.
|
AutomationRuleTriggerData |
getData()
Additional configuration for the trigger, dependent on the trigger type.
|
AutomationRuleTriggerType |
getType()
The case event that activates the automation rule.
|
int |
hashCode() |
AutomationRuleTrigger |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(AutomationRuleTriggerData data) |
void |
setType(AutomationRuleTriggerType type) |
String |
toString() |
AutomationRuleTrigger |
type(AutomationRuleTriggerType type) |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_TYPE
public AutomationRuleTrigger()
public AutomationRuleTrigger(AutomationRuleTriggerType type)
public AutomationRuleTrigger data(AutomationRuleTriggerData data)
@Nullable public AutomationRuleTriggerData getData()
status_transitioned triggers, specify from_status_name and
to_status_name. For attribute_value_changed triggers, specify field
and change_type.public void setData(AutomationRuleTriggerData data)
public AutomationRuleTrigger type(AutomationRuleTriggerType type)
public AutomationRuleTriggerType getType()
public void setType(AutomationRuleTriggerType type)
public AutomationRuleTrigger 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.