@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentImportFieldAttributesSingleValue extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentImportFieldAttributesSingleValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this IncidentImportFieldAttributesSingleValue object is equal to o.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getValue_JsonNullable() |
String |
getValue()
The single value selected for this field.
|
int |
hashCode() |
void |
setValue_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> value) |
void |
setValue(String value) |
String |
toString() |
IncidentImportFieldAttributesSingleValue |
value(String value) |
public boolean unparsed
public static final String JSON_PROPERTY_VALUE
public IncidentImportFieldAttributesSingleValue()
public IncidentImportFieldAttributesSingleValue value(String value)
@Nullable public String getValue()
public org.openapitools.jackson.nullable.JsonNullable<String> getValue_JsonNullable()
public void setValue_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> value)
public void setValue(String value)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.