@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CaseCountGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_GROUP |
static String |
JSON_PROPERTY_GROUP_VALUES |
boolean |
unparsed |
| Constructor and Description |
|---|
CaseCountGroup() |
CaseCountGroup(String group,
List<CaseCountGroupValue> groupValues) |
| Modifier and Type | Method and Description |
|---|---|
CaseCountGroup |
addGroupValuesItem(CaseCountGroupValue groupValuesItem) |
boolean |
equals(Object o)
Return true if this CaseCountGroup 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 name of the field being grouped on (for example,
status or priority
). |
List<CaseCountGroupValue> |
getGroupValues()
Values within this group.
|
CaseCountGroup |
group(String group) |
CaseCountGroup |
groupValues(List<CaseCountGroupValue> groupValues) |
int |
hashCode() |
CaseCountGroup |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setGroup(String group) |
void |
setGroupValues(List<CaseCountGroupValue> groupValues) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_GROUP
public static final String JSON_PROPERTY_GROUP_VALUES
public CaseCountGroup()
public CaseCountGroup(String group, List<CaseCountGroupValue> groupValues)
public CaseCountGroup group(String group)
public String getGroup()
status or priority
).public void setGroup(String group)
public CaseCountGroup groupValues(List<CaseCountGroupValue> groupValues)
public CaseCountGroup addGroupValuesItem(CaseCountGroupValue groupValuesItem)
public List<CaseCountGroupValue> getGroupValues()
public void setGroupValues(List<CaseCountGroupValue> groupValues)
public CaseCountGroup 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.