@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CsmHostFacetInfoData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_META |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
CsmHostFacetInfoData() |
CsmHostFacetInfoData(CsmHostFacetInfoAttributes attributes,
String id,
CsmHostFacetInfoMeta meta,
CsmFacetInfoType type) |
| Modifier and Type | Method and Description |
|---|---|
CsmHostFacetInfoData |
attributes(CsmHostFacetInfoAttributes attributes) |
boolean |
equals(Object o)
Return true if this CsmHostFacetInfoData 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.
|
CsmHostFacetInfoAttributes |
getAttributes()
Attributes of a facet info response, containing the value distribution for the requested facet.
|
String |
getId()
The identifier of the facet.
|
CsmHostFacetInfoMeta |
getMeta()
Metadata for the facet info response.
|
CsmFacetInfoType |
getType()
The JSON:API type for facet info resources.
|
int |
hashCode() |
CsmHostFacetInfoData |
id(String id) |
CsmHostFacetInfoData |
meta(CsmHostFacetInfoMeta meta) |
CsmHostFacetInfoData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(CsmHostFacetInfoAttributes attributes) |
void |
setId(String id) |
void |
setMeta(CsmHostFacetInfoMeta meta) |
void |
setType(CsmFacetInfoType type) |
String |
toString() |
CsmHostFacetInfoData |
type(CsmFacetInfoType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_META
public static final String JSON_PROPERTY_TYPE
public CsmHostFacetInfoData()
public CsmHostFacetInfoData(CsmHostFacetInfoAttributes attributes, String id, CsmHostFacetInfoMeta meta, CsmFacetInfoType type)
public CsmHostFacetInfoData attributes(CsmHostFacetInfoAttributes attributes)
public CsmHostFacetInfoAttributes getAttributes()
public void setAttributes(CsmHostFacetInfoAttributes attributes)
public CsmHostFacetInfoData id(String id)
public String getId()
public void setId(String id)
public CsmHostFacetInfoData meta(CsmHostFacetInfoMeta meta)
public CsmHostFacetInfoMeta getMeta()
public void setMeta(CsmHostFacetInfoMeta meta)
public CsmHostFacetInfoData type(CsmFacetInfoType type)
public CsmFacetInfoType getType()
facet_info.public void setType(CsmFacetInfoType type)
public CsmHostFacetInfoData 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.