@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SpansAggregateRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPUTE |
static String |
JSON_PROPERTY_FILTER |
static String |
JSON_PROPERTY_GROUP_BY |
static String |
JSON_PROPERTY_OPTIONS |
boolean |
unparsed |
| Constructor and Description |
|---|
SpansAggregateRequestAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_COMPUTE
public static final String JSON_PROPERTY_FILTER
public static final String JSON_PROPERTY_GROUP_BY
public static final String JSON_PROPERTY_OPTIONS
public SpansAggregateRequestAttributes compute(List<SpansCompute> compute)
public SpansAggregateRequestAttributes addComputeItem(SpansCompute computeItem)
@Nullable public List<SpansCompute> getCompute()
public void setCompute(List<SpansCompute> compute)
public SpansAggregateRequestAttributes filter(SpansQueryFilter filter)
@Nullable public SpansQueryFilter getFilter()
public void setFilter(SpansQueryFilter filter)
public SpansAggregateRequestAttributes groupBy(List<SpansGroupBy> groupBy)
public SpansAggregateRequestAttributes addGroupByItem(SpansGroupBy groupByItem)
@Nullable public List<SpansGroupBy> getGroupBy()
public void setGroupBy(List<SpansGroupBy> groupBy)
public SpansAggregateRequestAttributes options(SpansQueryOptions options)
@Nullable public SpansQueryOptions getOptions()
public void setOptions(SpansQueryOptions options)
public SpansAggregateRequestAttributes 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 © 2024. All rights reserved.