@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EscalationPolicyCreateRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_RESOLVE_PAGE_ON_POLICY_END |
static String |
JSON_PROPERTY_RETRIES |
static String |
JSON_PROPERTY_STEPS |
boolean |
unparsed |
| Constructor and Description |
|---|
EscalationPolicyCreateRequestDataAttributes() |
EscalationPolicyCreateRequestDataAttributes(String name,
List<EscalationPolicyCreateRequestDataAttributesStepsItems> steps) |
| Modifier and Type | Method and Description |
|---|---|
EscalationPolicyCreateRequestDataAttributes |
addStepsItem(EscalationPolicyCreateRequestDataAttributesStepsItems stepsItem) |
boolean |
equals(Object o)
Return true if this EscalationPolicyCreateRequestDataAttributes 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 |
getName()
Specifies the name for the new escalation policy.
|
Boolean |
getResolvePageOnPolicyEnd()
Indicates whether the page is automatically resolved when the policy ends.
|
Long |
getRetries()
Specifies how many times the escalation sequence is retried if there is no response.
|
List<EscalationPolicyCreateRequestDataAttributesStepsItems> |
getSteps()
A list of escalation steps, each defining assignment, escalation timeout, and targets for the
new policy.
|
int |
hashCode() |
EscalationPolicyCreateRequestDataAttributes |
name(String name) |
EscalationPolicyCreateRequestDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
EscalationPolicyCreateRequestDataAttributes |
resolvePageOnPolicyEnd(Boolean resolvePageOnPolicyEnd) |
EscalationPolicyCreateRequestDataAttributes |
retries(Long retries) |
void |
setName(String name) |
void |
setResolvePageOnPolicyEnd(Boolean resolvePageOnPolicyEnd) |
void |
setRetries(Long retries) |
void |
setSteps(List<EscalationPolicyCreateRequestDataAttributesStepsItems> steps) |
EscalationPolicyCreateRequestDataAttributes |
steps(List<EscalationPolicyCreateRequestDataAttributesStepsItems> steps) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_RESOLVE_PAGE_ON_POLICY_END
public static final String JSON_PROPERTY_RETRIES
public static final String JSON_PROPERTY_STEPS
public EscalationPolicyCreateRequestDataAttributes()
public EscalationPolicyCreateRequestDataAttributes(String name, List<EscalationPolicyCreateRequestDataAttributesStepsItems> steps)
public EscalationPolicyCreateRequestDataAttributes name(String name)
public String getName()
public void setName(String name)
public EscalationPolicyCreateRequestDataAttributes resolvePageOnPolicyEnd(Boolean resolvePageOnPolicyEnd)
@Nullable public Boolean getResolvePageOnPolicyEnd()
public void setResolvePageOnPolicyEnd(Boolean resolvePageOnPolicyEnd)
public EscalationPolicyCreateRequestDataAttributes retries(Long retries)
@Nullable public Long getRetries()
public void setRetries(Long retries)
public EscalationPolicyCreateRequestDataAttributes steps(List<EscalationPolicyCreateRequestDataAttributesStepsItems> steps)
public EscalationPolicyCreateRequestDataAttributes addStepsItem(EscalationPolicyCreateRequestDataAttributesStepsItems stepsItem)
public List<EscalationPolicyCreateRequestDataAttributesStepsItems> getSteps()
public void setSteps(List<EscalationPolicyCreateRequestDataAttributesStepsItems> steps)
public EscalationPolicyCreateRequestDataAttributes 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.