@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ListOnCallNotificationRulesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
boolean |
unparsed |
| Constructor and Description |
|---|
ListOnCallNotificationRulesResponse() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public ListOnCallNotificationRulesResponse data(List<OnCallNotificationRuleData> data)
public ListOnCallNotificationRulesResponse addDataItem(OnCallNotificationRuleData dataItem)
@Nullable public List<OnCallNotificationRuleData> getData()
public void setData(List<OnCallNotificationRuleData> data)
public ListOnCallNotificationRulesResponse included(List<OnCallNotificationRulesIncluded> included)
public ListOnCallNotificationRulesResponse addIncludedItem(OnCallNotificationRulesIncluded includedItem)
@Nullable public List<OnCallNotificationRulesIncluded> getIncluded()
public void setIncluded(List<OnCallNotificationRulesIncluded> included)
public ListOnCallNotificationRulesResponse 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.