@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ModelLabFacetValuesData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ModelLabFacetValuesData() |
ModelLabFacetValuesData(ModelLabFacetValuesAttributes attributes,
String id,
ModelLabFacetValuesType type) |
| Modifier and Type | Method and Description |
|---|---|
ModelLabFacetValuesData |
attributes(ModelLabFacetValuesAttributes attributes) |
boolean |
equals(Object o)
Return true if this ModelLabFacetValuesData 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.
|
ModelLabFacetValuesAttributes |
getAttributes()
Available values for a specific facet key.
|
String |
getId()
The unique identifier of the facet values resource.
|
ModelLabFacetValuesType |
getType()
The JSON:API type for a facet values resource.
|
int |
hashCode() |
ModelLabFacetValuesData |
id(String id) |
ModelLabFacetValuesData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(ModelLabFacetValuesAttributes attributes) |
void |
setId(String id) |
void |
setType(ModelLabFacetValuesType type) |
String |
toString() |
ModelLabFacetValuesData |
type(ModelLabFacetValuesType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public ModelLabFacetValuesData()
public ModelLabFacetValuesData(ModelLabFacetValuesAttributes attributes, String id, ModelLabFacetValuesType type)
public ModelLabFacetValuesData attributes(ModelLabFacetValuesAttributes attributes)
public ModelLabFacetValuesAttributes getAttributes()
public void setAttributes(ModelLabFacetValuesAttributes attributes)
public ModelLabFacetValuesData id(String id)
public String getId()
public void setId(String id)
public ModelLabFacetValuesData type(ModelLabFacetValuesType type)
public ModelLabFacetValuesType getType()
public void setType(ModelLabFacetValuesType type)
public ModelLabFacetValuesData 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.