@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ControlNotificationSettingsUpdateAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EVENT_SETTINGS |
boolean |
unparsed |
| Constructor and Description |
|---|
ControlNotificationSettingsUpdateAttributes() |
| Modifier and Type | Method and Description |
|---|---|
ControlNotificationSettingsUpdateAttributes |
addEventSettingsItem(ControlNotificationEventSetting eventSettingsItem) |
boolean |
equals(Object o)
Return true if this ControlNotificationSettingsUpdateAttributes object is equal to o.
|
ControlNotificationSettingsUpdateAttributes |
eventSettings(List<ControlNotificationEventSetting> eventSettings) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<ControlNotificationEventSetting> |
getEventSettings()
The notification settings for each supported event type on the control.
|
int |
hashCode() |
ControlNotificationSettingsUpdateAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEventSettings(List<ControlNotificationEventSetting> eventSettings) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_EVENT_SETTINGS
public ControlNotificationSettingsUpdateAttributes()
public ControlNotificationSettingsUpdateAttributes eventSettings(List<ControlNotificationEventSetting> eventSettings)
public ControlNotificationSettingsUpdateAttributes addEventSettingsItem(ControlNotificationEventSetting eventSettingsItem)
@Nullable public List<ControlNotificationEventSetting> getEventSettings()
public void setEventSettings(List<ControlNotificationEventSetting> eventSettings)
public ControlNotificationSettingsUpdateAttributes 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.