@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class MetricTagConfigurationResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
boolean |
unparsed |
| Constructor and Description |
|---|
MetricTagConfigurationResponse() |
| Modifier and Type | Method and Description |
|---|---|
MetricTagConfigurationResponse |
data(MetricTagConfiguration data) |
boolean |
equals(Object o)
Return true if this MetricTagConfigurationResponse object is equal to o.
|
MetricTagConfiguration |
getData()
Object for a single metric tag configuration.
|
int |
hashCode() |
void |
setData(MetricTagConfiguration data) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public MetricTagConfigurationResponse data(MetricTagConfiguration data)
@Nullable public MetricTagConfiguration getData()
public void setData(MetricTagConfiguration data)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.