@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MuteRulesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
MuteRulesResponse() |
MuteRulesResponse(List<MuteRuleDataResponse> data,
SecurityAutomationRulesLinks links,
SecurityAutomationRulesMeta meta) |
| Modifier and Type | Method and Description |
|---|---|
MuteRulesResponse |
addDataItem(MuteRuleDataResponse dataItem) |
MuteRulesResponse |
data(List<MuteRuleDataResponse> data) |
boolean |
equals(Object o)
Return true if this MuteRulesResponse 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.
|
List<MuteRuleDataResponse> |
getData()
A list of mute rule data objects.
|
SecurityAutomationRulesLinks |
getLinks()
Pagination links for the list of automation rules.
|
SecurityAutomationRulesMeta |
getMeta()
Metadata for the list of automation rules.
|
int |
hashCode() |
MuteRulesResponse |
links(SecurityAutomationRulesLinks links) |
MuteRulesResponse |
meta(SecurityAutomationRulesMeta meta) |
MuteRulesResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(List<MuteRuleDataResponse> data) |
void |
setLinks(SecurityAutomationRulesLinks links) |
void |
setMeta(SecurityAutomationRulesMeta meta) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_LINKS
public static final String JSON_PROPERTY_META
public MuteRulesResponse()
public MuteRulesResponse(List<MuteRuleDataResponse> data, SecurityAutomationRulesLinks links, SecurityAutomationRulesMeta meta)
public MuteRulesResponse data(List<MuteRuleDataResponse> data)
public MuteRulesResponse addDataItem(MuteRuleDataResponse dataItem)
public List<MuteRuleDataResponse> getData()
public void setData(List<MuteRuleDataResponse> data)
public MuteRulesResponse links(SecurityAutomationRulesLinks links)
public SecurityAutomationRulesLinks getLinks()
public void setLinks(SecurityAutomationRulesLinks links)
public MuteRulesResponse meta(SecurityAutomationRulesMeta meta)
public SecurityAutomationRulesMeta getMeta()
public void setMeta(SecurityAutomationRulesMeta meta)
public MuteRulesResponse 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.