@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityV3DatadogPerformance extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
EntityV3DatadogPerformance() |
| Modifier and Type | Method and Description |
|---|---|
EntityV3DatadogPerformance |
addTagsItem(String tagsItem) |
boolean |
equals(Object o)
Return true if this EntityV3DatadogPerformance object is equal to o.
|
List<String> |
getTags()
A list of APM entity tags that associates the APM Stats data with the entity.
|
int |
hashCode() |
void |
setTags(List<String> tags) |
EntityV3DatadogPerformance |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_TAGS
public EntityV3DatadogPerformance tags(List<String> tags)
public EntityV3DatadogPerformance addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public boolean equals(Object o)
Copyright © 2026. All rights reserved.