@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CaseAggregateGroupBy extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_GROUPS |
static String |
JSON_PROPERTY_LIMIT |
boolean |
unparsed |
| Constructor and Description |
|---|
CaseAggregateGroupBy() |
CaseAggregateGroupBy(List<String> groups,
Integer limit) |
| Modifier and Type | Method and Description |
|---|---|
CaseAggregateGroupBy |
addGroupsItem(String groupsItem) |
boolean |
equals(Object o)
Return true if this CaseAggregateGroupBy 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> |
getGroups()
Fields to group by.
|
Integer |
getLimit()
Maximum number of groups to return.
|
CaseAggregateGroupBy |
groups(List<String> groups) |
int |
hashCode() |
CaseAggregateGroupBy |
limit(Integer limit) |
CaseAggregateGroupBy |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setGroups(List<String> groups) |
void |
setLimit(Integer limit) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_GROUPS
public static final String JSON_PROPERTY_LIMIT
public CaseAggregateGroupBy groups(List<String> groups)
public CaseAggregateGroupBy addGroupsItem(String groupsItem)
public CaseAggregateGroupBy limit(Integer limit)
public Integer getLimit()
public void setLimit(Integer limit)
public CaseAggregateGroupBy 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.