@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MonitorNotificationRuleUpdateRequestData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
MonitorNotificationRuleUpdateRequestData() |
MonitorNotificationRuleUpdateRequestData(MonitorNotificationRuleAttributes attributes,
String id) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public MonitorNotificationRuleUpdateRequestData()
public MonitorNotificationRuleUpdateRequestData(MonitorNotificationRuleAttributes attributes, String id)
public MonitorNotificationRuleUpdateRequestData attributes(MonitorNotificationRuleAttributes attributes)
public MonitorNotificationRuleAttributes getAttributes()
public void setAttributes(MonitorNotificationRuleAttributes attributes)
public MonitorNotificationRuleUpdateRequestData id(String id)
public String getId()
public void setId(String id)
public MonitorNotificationRuleUpdateRequestData type(MonitorNotificationRuleResourceType type)
@Nullable public MonitorNotificationRuleResourceType getType()
public void setType(MonitorNotificationRuleResourceType type)
public MonitorNotificationRuleUpdateRequestData 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.