@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentUserDefinedFieldValidValue extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_SHORT_DESCRIPTION |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentUserDefinedFieldValidValue() |
IncidentUserDefinedFieldValidValue(String displayName,
String value) |
| Modifier and Type | Method and Description |
|---|---|
IncidentUserDefinedFieldValidValue |
description(String description) |
IncidentUserDefinedFieldValidValue |
displayName(String displayName) |
boolean |
equals(Object o)
Return true if this IncidentUserDefinedFieldValidValue 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()
A detailed description of the valid value.
|
String |
getDisplayName()
The human-readable display name for this value.
|
String |
getShortDescription()
A short description of the valid value.
|
String |
getValue()
The identifier that is stored when this option is selected.
|
int |
hashCode() |
IncidentUserDefinedFieldValidValue |
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 |
setShortDescription(String shortDescription) |
void |
setValue(String value) |
IncidentUserDefinedFieldValidValue |
shortDescription(String shortDescription) |
String |
toString() |
IncidentUserDefinedFieldValidValue |
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_SHORT_DESCRIPTION
public static final String JSON_PROPERTY_VALUE
public IncidentUserDefinedFieldValidValue description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public IncidentUserDefinedFieldValidValue displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public IncidentUserDefinedFieldValidValue shortDescription(String shortDescription)
@Nullable public String getShortDescription()
public void setShortDescription(String shortDescription)
public IncidentUserDefinedFieldValidValue value(String value)
public String getValue()
public void setValue(String value)
public IncidentUserDefinedFieldValidValue 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.