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