@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CIAppTestsAggregateRequest 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 |
|---|
CIAppTestsAggregateRequest() |
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 CIAppTestsAggregateRequest compute(List<CIAppCompute> compute)
public CIAppTestsAggregateRequest addComputeItem(CIAppCompute computeItem)
@Nullable public List<CIAppCompute> getCompute()
public void setCompute(List<CIAppCompute> compute)
public CIAppTestsAggregateRequest filter(CIAppTestsQueryFilter filter)
@Nullable public CIAppTestsQueryFilter getFilter()
public void setFilter(CIAppTestsQueryFilter filter)
public CIAppTestsAggregateRequest groupBy(List<CIAppTestsGroupBy> groupBy)
public CIAppTestsAggregateRequest addGroupByItem(CIAppTestsGroupBy groupByItem)
@Nullable public List<CIAppTestsGroupBy> getGroupBy()
public void setGroupBy(List<CIAppTestsGroupBy> groupBy)
public CIAppTestsAggregateRequest options(CIAppQueryOptions options)
@Nullable public CIAppQueryOptions getOptions()
public void setOptions(CIAppQueryOptions options)
public CIAppTestsAggregateRequest 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.