@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EscalationPolicyStepTarget extends Object
id, type, and optional config.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONFIG |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
EscalationPolicyStepTarget() |
| Modifier and Type | Method and Description |
|---|---|
EscalationPolicyStepTarget |
config(EscalationPolicyStepTargetConfig config) |
boolean |
equals(Object o)
Return true if this EscalationPolicyStepTarget 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.
|
EscalationPolicyStepTargetConfig |
getConfig()
Configuration for an escalation target, such as schedule position.
|
String |
getId()
Specifies the unique identifier for this target.
|
EscalationPolicyStepTargetType |
getType()
Specifies the type of escalation target (example
users, schedules, or
teams). |
int |
hashCode() |
EscalationPolicyStepTarget |
id(String id) |
EscalationPolicyStepTarget |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setConfig(EscalationPolicyStepTargetConfig config) |
void |
setId(String id) |
void |
setType(EscalationPolicyStepTargetType type) |
String |
toString() |
EscalationPolicyStepTarget |
type(EscalationPolicyStepTargetType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CONFIG
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public EscalationPolicyStepTarget config(EscalationPolicyStepTargetConfig config)
@Nullable public EscalationPolicyStepTargetConfig getConfig()
public void setConfig(EscalationPolicyStepTargetConfig config)
public EscalationPolicyStepTarget id(String id)
@Nullable public String getId()
public void setId(String id)
public EscalationPolicyStepTarget type(EscalationPolicyStepTargetType type)
@Nullable public EscalationPolicyStepTargetType getType()
users, schedules, or
teams).public void setType(EscalationPolicyStepTargetType type)
public EscalationPolicyStepTarget 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.