@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentImpactFieldChoice extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentImpactFieldChoice() |
IncidentImpactFieldChoice(String displayName,
String value) |
| Modifier and Type | Method and Description |
|---|---|
IncidentImpactFieldChoice |
description(String description) |
IncidentImpactFieldChoice |
displayName(String displayName) |
boolean |
equals(Object o)
Return true if this IncidentImpactFieldChoice 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.
|
String |
getDescription()
The description of the choice.
|
String |
getDisplayName()
The display name of the choice.
|
String |
getValue()
The value of the choice.
|
int |
hashCode() |
IncidentImpactFieldChoice |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setValue(String value) |
String |
toString() |
IncidentImpactFieldChoice |
value(String value) |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_VALUE
public IncidentImpactFieldChoice description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public IncidentImpactFieldChoice displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public IncidentImpactFieldChoice value(String value)
public String getValue()
public void setValue(String value)
public IncidentImpactFieldChoice 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.