@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentScheduleTrigger extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_INCIDENT_TYPE |
static String |
JSON_PROPERTY_RRULE |
static String |
JSON_PROPERTY_TAG_CONDITION |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentScheduleTrigger() |
IncidentScheduleTrigger(String rrule) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this IncidentScheduleTrigger 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 |
getIncidentType()
The type of incident that triggers the workflow.
|
String |
getRrule()
The recurrence rule for the schedule, expressed as an iCalendar
RRULE string. |
IncidentCondition |
getTagCondition()
Conditions that determine which incidents trigger the workflow.
|
int |
hashCode() |
IncidentScheduleTrigger |
incidentType(String incidentType) |
IncidentScheduleTrigger |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IncidentScheduleTrigger |
rrule(String rrule) |
void |
setIncidentType(String incidentType) |
void |
setRrule(String rrule) |
void |
setTagCondition(IncidentCondition tagCondition) |
IncidentScheduleTrigger |
tagCondition(IncidentCondition tagCondition) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_INCIDENT_TYPE
public static final String JSON_PROPERTY_RRULE
public static final String JSON_PROPERTY_TAG_CONDITION
public IncidentScheduleTrigger()
public IncidentScheduleTrigger(String rrule)
public IncidentScheduleTrigger incidentType(String incidentType)
@Nullable public String getIncidentType()
public void setIncidentType(String incidentType)
public IncidentScheduleTrigger rrule(String rrule)
public String getRrule()
RRULE string.public void setRrule(String rrule)
public IncidentScheduleTrigger tagCondition(IncidentCondition tagCondition)
@Nullable public IncidentCondition getTagCondition()
public void setTagCondition(IncidentCondition tagCondition)
public IncidentScheduleTrigger 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.