@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FacetInfoRequestData 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 |
|---|
FacetInfoRequestData() |
FacetInfoRequestData(FacetInfoRequestDataType type) |
| Modifier and Type | Method and Description |
|---|---|
FacetInfoRequestData |
attributes(FacetInfoRequestDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this FacetInfoRequestData 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.
|
FacetInfoRequestDataAttributes |
getAttributes()
Attributes for the facet info request, specifying which facet to query and optional filters to
apply.
|
String |
getId()
Unique identifier for the facet info request resource.
|
FacetInfoRequestDataType |
getType()
Users facet info request resource type.
|
int |
hashCode() |
FacetInfoRequestData |
id(String id) |
FacetInfoRequestData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(FacetInfoRequestDataAttributes attributes) |
void |
setId(String id) |
void |
setType(FacetInfoRequestDataType type) |
String |
toString() |
FacetInfoRequestData |
type(FacetInfoRequestDataType 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 FacetInfoRequestData()
public FacetInfoRequestData(FacetInfoRequestDataType type)
public FacetInfoRequestData attributes(FacetInfoRequestDataAttributes attributes)
@Nullable public FacetInfoRequestDataAttributes getAttributes()
public void setAttributes(FacetInfoRequestDataAttributes attributes)
public FacetInfoRequestData id(String id)
@Nullable public String getId()
public void setId(String id)
public FacetInfoRequestData type(FacetInfoRequestDataType type)
public FacetInfoRequestDataType getType()
public void setType(FacetInfoRequestDataType type)
public FacetInfoRequestData 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.