@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamOnCallRespondersDataRelationships extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ESCALATIONS |
static String |
JSON_PROPERTY_RESPONDERS |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamOnCallRespondersDataRelationships() |
public boolean unparsed
public static final String JSON_PROPERTY_ESCALATIONS
public static final String JSON_PROPERTY_RESPONDERS
public TeamOnCallRespondersDataRelationships()
public TeamOnCallRespondersDataRelationships escalations(TeamOnCallRespondersDataRelationshipsEscalations escalations)
@Nullable public TeamOnCallRespondersDataRelationshipsEscalations getEscalations()
public void setEscalations(TeamOnCallRespondersDataRelationshipsEscalations escalations)
public TeamOnCallRespondersDataRelationships responders(TeamOnCallRespondersDataRelationshipsResponders responders)
@Nullable public TeamOnCallRespondersDataRelationshipsResponders getResponders()
public void setResponders(TeamOnCallRespondersDataRelationshipsResponders responders)
public TeamOnCallRespondersDataRelationships 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.