@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SeverityModifierRuleAttributesCreate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACTION |
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_RULE |
boolean |
unparsed |
| Constructor and Description |
|---|
SeverityModifierRuleAttributesCreate() |
SeverityModifierRuleAttributesCreate(SeverityModifierRuleAction action,
String name,
AutomationRuleScope rule) |
| Modifier and Type | Method and Description |
|---|---|
SeverityModifierRuleAttributesCreate |
action(SeverityModifierRuleAction action) |
SeverityModifierRuleAttributesCreate |
enabled(Boolean enabled) |
boolean |
equals(Object o)
Return true if this SeverityModifierRuleAttributesCreate object is equal to o.
|
SeverityModifierRuleAction |
getAction()
The action to take when a severity modifier rule matches a finding.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getEnabled()
Whether the severity modifier rule is enabled.
|
String |
getName()
The name of the severity modifier rule.
|
AutomationRuleScope |
getRule()
Defines the scope of findings to which the automation rule applies.
|
int |
hashCode() |
SeverityModifierRuleAttributesCreate |
name(String name) |
SeverityModifierRuleAttributesCreate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SeverityModifierRuleAttributesCreate |
rule(AutomationRuleScope rule) |
void |
setAction(SeverityModifierRuleAction action) |
void |
setEnabled(Boolean enabled) |
void |
setName(String name) |
void |
setRule(AutomationRuleScope rule) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ACTION
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_RULE
public SeverityModifierRuleAttributesCreate()
public SeverityModifierRuleAttributesCreate(SeverityModifierRuleAction action, String name, AutomationRuleScope rule)
public SeverityModifierRuleAttributesCreate action(SeverityModifierRuleAction action)
public SeverityModifierRuleAction getAction()
type: set assigns a fixed severity, while shift
moves the severity up or down by one rank.
A severity modifier rule's rule.query must not filter on @severity
or on the @severity_details.user_adjusted.* namespace.
Use @severity_details.adjusted.value instead, which reflects the severity
before user-defined adjustments.
public void setAction(SeverityModifierRuleAction action)
public SeverityModifierRuleAttributesCreate enabled(Boolean enabled)
@Nullable public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public SeverityModifierRuleAttributesCreate name(String name)
public String getName()
public void setName(String name)
public SeverityModifierRuleAttributesCreate rule(AutomationRuleScope rule)
public AutomationRuleScope getRule()
public void setRule(AutomationRuleScope rule)
public SeverityModifierRuleAttributesCreate 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.