@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CaseAggregateResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_GROUPS |
static String |
JSON_PROPERTY_TOTAL |
boolean |
unparsed |
| Constructor and Description |
|---|
CaseAggregateResponseAttributes() |
CaseAggregateResponseAttributes(List<CaseAggregateGroup> groups,
Double total) |
| Modifier and Type | Method and Description |
|---|---|
CaseAggregateResponseAttributes |
addGroupsItem(CaseAggregateGroup groupsItem) |
boolean |
equals(Object o)
Return true if this CaseAggregateResponseAttributes 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<CaseAggregateGroup> |
getGroups()
Aggregated groups.
|
Double |
getTotal()
Total count of aggregated cases.
|
CaseAggregateResponseAttributes |
groups(List<CaseAggregateGroup> groups) |
int |
hashCode() |
CaseAggregateResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setGroups(List<CaseAggregateGroup> groups) |
void |
setTotal(Double total) |
String |
toString() |
CaseAggregateResponseAttributes |
total(Double total) |
public boolean unparsed
public static final String JSON_PROPERTY_GROUPS
public static final String JSON_PROPERTY_TOTAL
public CaseAggregateResponseAttributes()
public CaseAggregateResponseAttributes(List<CaseAggregateGroup> groups, Double total)
public CaseAggregateResponseAttributes groups(List<CaseAggregateGroup> groups)
public CaseAggregateResponseAttributes addGroupsItem(CaseAggregateGroup groupsItem)
public List<CaseAggregateGroup> getGroups()
public void setGroups(List<CaseAggregateGroup> groups)
public CaseAggregateResponseAttributes total(Double total)
public Double getTotal()
public void setTotal(Double total)
public CaseAggregateResponseAttributes 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.