@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EventsGroupBy extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FACET |
static String |
JSON_PROPERTY_LIMIT |
static String |
JSON_PROPERTY_SORT |
boolean |
unparsed |
| Constructor and Description |
|---|
EventsGroupBy() |
EventsGroupBy(String facet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this EventsGroupBy object is equal to o.
|
EventsGroupBy |
facet(String facet) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getFacet()
The facet by which to split groups.
|
Integer |
getLimit()
The maximum buckets to return for this group by.
|
EventsGroupBySort |
getSort()
The dimension by which to sort a query's results.
|
int |
hashCode() |
EventsGroupBy |
limit(Integer limit) |
EventsGroupBy |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFacet(String facet) |
void |
setLimit(Integer limit) |
void |
setSort(EventsGroupBySort sort) |
EventsGroupBy |
sort(EventsGroupBySort sort) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FACET
public static final String JSON_PROPERTY_LIMIT
public static final String JSON_PROPERTY_SORT
public EventsGroupBy()
public EventsGroupBy(String facet)
public EventsGroupBy facet(String facet)
public String getFacet()
public void setFacet(String facet)
public EventsGroupBy limit(Integer limit)
@Nullable public Integer getLimit()
public void setLimit(Integer limit)
public EventsGroupBy sort(EventsGroupBySort sort)
@Nullable public EventsGroupBySort getSort()
public void setSort(EventsGroupBySort sort)
public EventsGroupBy 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 © 2024. All rights reserved.