@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ModelLabFacetKeysAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_METRICS |
static String |
JSON_PROPERTY_PARAMETERS |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
ModelLabFacetKeysAttributes() |
ModelLabFacetKeysAttributes(List<String> metrics,
List<String> parameters,
List<String> tags) |
| Modifier and Type | Method and Description |
|---|---|
ModelLabFacetKeysAttributes |
addMetricsItem(String metricsItem) |
ModelLabFacetKeysAttributes |
addParametersItem(String parametersItem) |
ModelLabFacetKeysAttributes |
addTagsItem(String tagsItem) |
boolean |
equals(Object o)
Return true if this ModelLabFacetKeysAttributes 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.
|
List<String> |
getMetrics()
The list of available metric facet keys.
|
List<String> |
getParameters()
The list of available parameter facet keys.
|
List<String> |
getTags()
The list of available tag facet keys.
|
int |
hashCode() |
ModelLabFacetKeysAttributes |
metrics(List<String> metrics) |
ModelLabFacetKeysAttributes |
parameters(List<String> parameters) |
ModelLabFacetKeysAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setMetrics(List<String> metrics) |
void |
setParameters(List<String> parameters) |
void |
setTags(List<String> tags) |
ModelLabFacetKeysAttributes |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_METRICS
public static final String JSON_PROPERTY_PARAMETERS
public static final String JSON_PROPERTY_TAGS
public ModelLabFacetKeysAttributes metrics(List<String> metrics)
public ModelLabFacetKeysAttributes addMetricsItem(String metricsItem)
@Nullable public List<String> getMetrics()
public ModelLabFacetKeysAttributes parameters(List<String> parameters)
public ModelLabFacetKeysAttributes addParametersItem(String parametersItem)
public List<String> getParameters()
public ModelLabFacetKeysAttributes tags(List<String> tags)
public ModelLabFacetKeysAttributes addTagsItem(String tagsItem)
public ModelLabFacetKeysAttributes 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.