@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsSerie extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_GROUP_TAGS |
static String |
JSON_PROPERTY_QUERY_INDEX |
static String |
JSON_PROPERTY_UNIT |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsSerie() |
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsSerie |
addGroupTagsItem(String groupTagsItem) |
ProductAnalyticsSerie |
addUnitItem(ProductAnalyticsUnit unitItem) |
boolean |
equals(Object o)
Return true if this ProductAnalyticsSerie 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> |
getGroupTags()
The group-by tag values that identify this series.
|
Long |
getQueryIndex()
The index of the query that produced this series.
|
List<ProductAnalyticsUnit> |
getUnit()
Unit definitions for the series values.
|
ProductAnalyticsSerie |
groupTags(List<String> groupTags) |
int |
hashCode() |
ProductAnalyticsSerie |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ProductAnalyticsSerie |
queryIndex(Long queryIndex) |
void |
setGroupTags(List<String> groupTags) |
void |
setQueryIndex(Long queryIndex) |
void |
setUnit(List<ProductAnalyticsUnit> unit) |
String |
toString() |
ProductAnalyticsSerie |
unit(List<ProductAnalyticsUnit> unit) |
public boolean unparsed
public static final String JSON_PROPERTY_GROUP_TAGS
public static final String JSON_PROPERTY_QUERY_INDEX
public static final String JSON_PROPERTY_UNIT
public ProductAnalyticsSerie groupTags(List<String> groupTags)
public ProductAnalyticsSerie addGroupTagsItem(String groupTagsItem)
@Nullable public List<String> getGroupTags()
public ProductAnalyticsSerie queryIndex(Long queryIndex)
@Nullable public Long getQueryIndex()
public void setQueryIndex(Long queryIndex)
public ProductAnalyticsSerie unit(List<ProductAnalyticsUnit> unit)
public ProductAnalyticsSerie addUnitItem(ProductAnalyticsUnit unitItem)
@Nullable public List<ProductAnalyticsUnit> getUnit()
public void setUnit(List<ProductAnalyticsUnit> unit)
public ProductAnalyticsSerie 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.