@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EscalationPolicyDataAttributes 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 |
boolean |
unparsed |
| Constructor and Description |
|---|
EscalationPolicyDataAttributes() |
EscalationPolicyDataAttributes(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this EscalationPolicyDataAttributes 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 of the 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.
|
int |
hashCode() |
EscalationPolicyDataAttributes |
name(String name) |
EscalationPolicyDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
EscalationPolicyDataAttributes |
resolvePageOnPolicyEnd(Boolean resolvePageOnPolicyEnd) |
EscalationPolicyDataAttributes |
retries(Long retries) |
void |
setName(String name) |
void |
setResolvePageOnPolicyEnd(Boolean resolvePageOnPolicyEnd) |
void |
setRetries(Long retries) |
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 EscalationPolicyDataAttributes()
public EscalationPolicyDataAttributes(String name)
public EscalationPolicyDataAttributes name(String name)
public String getName()
public void setName(String name)
public EscalationPolicyDataAttributes resolvePageOnPolicyEnd(Boolean resolvePageOnPolicyEnd)
@Nullable public Boolean getResolvePageOnPolicyEnd()
public void setResolvePageOnPolicyEnd(Boolean resolvePageOnPolicyEnd)
public EscalationPolicyDataAttributes retries(Long retries)
@Nullable public Long getRetries()
public void setRetries(Long retries)
public EscalationPolicyDataAttributes 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 © 2025. All rights reserved.