@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CaseAggregateRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_GROUP_BY |
static String |
JSON_PROPERTY_QUERY_FILTER |
boolean |
unparsed |
| Constructor and Description |
|---|
CaseAggregateRequestAttributes() |
CaseAggregateRequestAttributes(CaseAggregateGroupBy groupBy,
String queryFilter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this CaseAggregateRequestAttributes 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.
|
CaseAggregateGroupBy |
getGroupBy()
Configuration for grouping aggregated results by one or more case fields.
|
String |
getQueryFilter()
A search query to filter which cases are included in the aggregation.
|
CaseAggregateRequestAttributes |
groupBy(CaseAggregateGroupBy groupBy) |
int |
hashCode() |
CaseAggregateRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CaseAggregateRequestAttributes |
queryFilter(String queryFilter) |
void |
setGroupBy(CaseAggregateGroupBy groupBy) |
void |
setQueryFilter(String queryFilter) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_GROUP_BY
public static final String JSON_PROPERTY_QUERY_FILTER
public CaseAggregateRequestAttributes()
public CaseAggregateRequestAttributes(CaseAggregateGroupBy groupBy, String queryFilter)
public CaseAggregateRequestAttributes groupBy(CaseAggregateGroupBy groupBy)
public CaseAggregateGroupBy getGroupBy()
public void setGroupBy(CaseAggregateGroupBy groupBy)
public CaseAggregateRequestAttributes queryFilter(String queryFilter)
public String getQueryFilter()
public void setQueryFilter(String queryFilter)
public CaseAggregateRequestAttributes 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.