@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CaseCountResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_GROUPS |
boolean |
unparsed |
| Constructor and Description |
|---|
CaseCountResponseAttributes() |
CaseCountResponseAttributes(List<CaseCountGroup> groups) |
| Modifier and Type | Method and Description |
|---|---|
CaseCountResponseAttributes |
addGroupsItem(CaseCountGroup groupsItem) |
boolean |
equals(Object o)
Return true if this CaseCountResponseAttributes 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<CaseCountGroup> |
getGroups()
List of facet groups, one per field specified in
group_bys. |
CaseCountResponseAttributes |
groups(List<CaseCountGroup> groups) |
int |
hashCode() |
CaseCountResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setGroups(List<CaseCountGroup> groups) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_GROUPS
public CaseCountResponseAttributes()
public CaseCountResponseAttributes(List<CaseCountGroup> groups)
public CaseCountResponseAttributes groups(List<CaseCountGroup> groups)
public CaseCountResponseAttributes addGroupsItem(CaseCountGroup groupsItem)
public List<CaseCountGroup> getGroups()
group_bys.public void setGroups(List<CaseCountGroup> groups)
public CaseCountResponseAttributes 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.