@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MuteRuleDataCreate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
MuteRuleDataCreate() |
MuteRuleDataCreate(MuteRuleAttributesCreate attributes,
MuteRuleType type) |
| Modifier and Type | Method and Description |
|---|---|
MuteRuleDataCreate |
attributes(MuteRuleAttributesCreate attributes) |
boolean |
equals(Object o)
Return true if this MuteRuleDataCreate object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
MuteRuleAttributesCreate |
getAttributes()
Attributes for creating or updating a mute rule.
|
MuteRuleType |
getType()
The JSON:API type for mute rules.
|
int |
hashCode() |
MuteRuleDataCreate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(MuteRuleAttributesCreate attributes) |
void |
setType(MuteRuleType type) |
String |
toString() |
MuteRuleDataCreate |
type(MuteRuleType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TYPE
public MuteRuleDataCreate()
public MuteRuleDataCreate(MuteRuleAttributesCreate attributes, MuteRuleType type)
public MuteRuleDataCreate attributes(MuteRuleAttributesCreate attributes)
public MuteRuleAttributesCreate getAttributes()
public void setAttributes(MuteRuleAttributesCreate attributes)
public MuteRuleDataCreate type(MuteRuleType type)
public MuteRuleType getType()
public void setType(MuteRuleType type)
public MuteRuleDataCreate 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.