@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CsmUnifiedHostFacetData 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 |
|---|
CsmUnifiedHostFacetData() |
CsmUnifiedHostFacetData(CsmAgentlessHostFacetAttributes attributes,
String id,
CsmUnifiedHostFacetType type) |
| Modifier and Type | Method and Description |
|---|---|
CsmUnifiedHostFacetData |
attributes(CsmAgentlessHostFacetAttributes attributes) |
boolean |
equals(Object o)
Return true if this CsmUnifiedHostFacetData 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.
|
CsmAgentlessHostFacetAttributes |
getAttributes()
Attributes of an agentless host facet.
|
String |
getId()
The identifier of the facet, corresponding to the field path.
|
CsmUnifiedHostFacetType |
getType()
The JSON:API type for unified host facet resources.
|
int |
hashCode() |
CsmUnifiedHostFacetData |
id(String id) |
CsmUnifiedHostFacetData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(CsmAgentlessHostFacetAttributes attributes) |
void |
setId(String id) |
void |
setType(CsmUnifiedHostFacetType type) |
String |
toString() |
CsmUnifiedHostFacetData |
type(CsmUnifiedHostFacetType 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 CsmUnifiedHostFacetData()
public CsmUnifiedHostFacetData(CsmAgentlessHostFacetAttributes attributes, String id, CsmUnifiedHostFacetType type)
public CsmUnifiedHostFacetData attributes(CsmAgentlessHostFacetAttributes attributes)
public CsmAgentlessHostFacetAttributes getAttributes()
public void setAttributes(CsmAgentlessHostFacetAttributes attributes)
public CsmUnifiedHostFacetData id(String id)
public String getId()
public void setId(String id)
public CsmUnifiedHostFacetData type(CsmUnifiedHostFacetType type)
public CsmUnifiedHostFacetType getType()
unified_host_facet.public void setType(CsmUnifiedHostFacetType type)
public CsmUnifiedHostFacetData 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.