@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EscalationPolicyStepAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ASSIGNMENT |
static String |
JSON_PROPERTY_ESCALATE_AFTER_SECONDS |
boolean |
unparsed |
| Constructor and Description |
|---|
EscalationPolicyStepAttributes() |
| Modifier and Type | Method and Description |
|---|---|
EscalationPolicyStepAttributes |
assignment(EscalationPolicyStepAttributesAssignment assignment) |
boolean |
equals(Object o)
Return true if this EscalationPolicyStepAttributes object is equal to o.
|
EscalationPolicyStepAttributes |
escalateAfterSeconds(Long escalateAfterSeconds) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
EscalationPolicyStepAttributesAssignment |
getAssignment()
Specifies how this escalation step will assign targets (example
default or
round-robin). |
Long |
getEscalateAfterSeconds()
Specifies how many seconds to wait before escalating to the next step.
|
int |
hashCode() |
EscalationPolicyStepAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAssignment(EscalationPolicyStepAttributesAssignment assignment) |
void |
setEscalateAfterSeconds(Long escalateAfterSeconds) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ASSIGNMENT
public static final String JSON_PROPERTY_ESCALATE_AFTER_SECONDS
public EscalationPolicyStepAttributes assignment(EscalationPolicyStepAttributesAssignment assignment)
@Nullable public EscalationPolicyStepAttributesAssignment getAssignment()
default or
round-robin).public void setAssignment(EscalationPolicyStepAttributesAssignment assignment)
public EscalationPolicyStepAttributes escalateAfterSeconds(Long escalateAfterSeconds)
@Nullable public Long getEscalateAfterSeconds()
public void setEscalateAfterSeconds(Long escalateAfterSeconds)
public EscalationPolicyStepAttributes 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.