@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityResponseIncludedRelatedOncallAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ESCALATIONS |
static String |
JSON_PROPERTY_PROVIDER |
boolean |
unparsed |
| Constructor and Description |
|---|
EntityResponseIncludedRelatedOncallAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_ESCALATIONS
public static final String JSON_PROPERTY_PROVIDER
public EntityResponseIncludedRelatedOncallAttributes()
public EntityResponseIncludedRelatedOncallAttributes escalations(List<EntityResponseIncludedRelatedOncallEscalationItem> escalations)
public EntityResponseIncludedRelatedOncallAttributes addEscalationsItem(EntityResponseIncludedRelatedOncallEscalationItem escalationsItem)
@Nullable public List<EntityResponseIncludedRelatedOncallEscalationItem> getEscalations()
public void setEscalations(List<EntityResponseIncludedRelatedOncallEscalationItem> escalations)
public EntityResponseIncludedRelatedOncallAttributes provider(String provider)
@Nullable public String getProvider()
public void setProvider(String provider)
public EntityResponseIncludedRelatedOncallAttributes 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.