@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentHandleAttributesFields extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_SEVERITY |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentHandleAttributesFields() |
| Modifier and Type | Method and Description |
|---|---|
IncidentHandleAttributesFields |
addSeverityItem(String severityItem) |
boolean |
equals(Object o)
Return true if this IncidentHandleAttributesFields 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<String> |
getSeverity()
Severity levels associated with the handle
|
int |
hashCode() |
IncidentHandleAttributesFields |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setSeverity(List<String> severity) |
IncidentHandleAttributesFields |
severity(List<String> severity) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_SEVERITY
public IncidentHandleAttributesFields severity(List<String> severity)
public IncidentHandleAttributesFields addSeverityItem(String severityItem)
@Nullable public List<String> getSeverity()
public IncidentHandleAttributesFields 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.