@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CaseAggregateGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_GROUP |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
CaseAggregateGroup() |
CaseAggregateGroup(String group,
List<Double> value) |
| Modifier and Type | Method and Description |
|---|---|
CaseAggregateGroup |
addValueItem(Double valueItem) |
boolean |
equals(Object o)
Return true if this CaseAggregateGroup 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.
|
String |
getGroup()
The value of the field being grouped on (for example,
OPEN when grouping by
status). |
List<Double> |
getValue()
The count of cases in this group.
|
CaseAggregateGroup |
group(String group) |
int |
hashCode() |
CaseAggregateGroup |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setGroup(String group) |
void |
setValue(List<Double> value) |
String |
toString() |
CaseAggregateGroup |
value(List<Double> value) |
public boolean unparsed
public static final String JSON_PROPERTY_GROUP
public static final String JSON_PROPERTY_VALUE
public CaseAggregateGroup group(String group)
public String getGroup()
OPEN when grouping by
status).public void setGroup(String group)
public CaseAggregateGroup value(List<Double> value)
public CaseAggregateGroup addValueItem(Double valueItem)
public CaseAggregateGroup 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.