@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RUMGroupBy extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FACET |
static String |
JSON_PROPERTY_HISTOGRAM |
static String |
JSON_PROPERTY_LIMIT |
static String |
JSON_PROPERTY_MISSING |
static String |
JSON_PROPERTY_SORT |
static String |
JSON_PROPERTY_TOTAL |
boolean |
unparsed |
| Constructor and Description |
|---|
RUMGroupBy() |
RUMGroupBy(String facet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this RUMGroupBy object is equal to o.
|
RUMGroupBy |
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 name of the facet to use (required).
|
RUMGroupByHistogram |
getHistogram()
Used to perform a histogram computation (only for measure facets).
|
Long |
getLimit()
The maximum buckets to return for this group-by.
|
RUMGroupByMissing |
getMissing()
The value to use for logs that don't have the facet used to group by.
|
RUMAggregateSort |
getSort()
A sort rule.
|
RUMGroupByTotal |
getTotal()
A resulting object to put the given computes in over all the matching records.
|
int |
hashCode() |
RUMGroupBy |
histogram(RUMGroupByHistogram histogram) |
RUMGroupBy |
limit(Long limit) |
RUMGroupBy |
missing(RUMGroupByMissing missing) |
RUMGroupBy |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFacet(String facet) |
void |
setHistogram(RUMGroupByHistogram histogram) |
void |
setLimit(Long limit) |
void |
setMissing(RUMGroupByMissing missing) |
void |
setSort(RUMAggregateSort sort) |
void |
setTotal(RUMGroupByTotal total) |
RUMGroupBy |
sort(RUMAggregateSort sort) |
String |
toString() |
RUMGroupBy |
total(RUMGroupByTotal total) |
public boolean unparsed
public static final String JSON_PROPERTY_FACET
public static final String JSON_PROPERTY_HISTOGRAM
public static final String JSON_PROPERTY_LIMIT
public static final String JSON_PROPERTY_MISSING
public static final String JSON_PROPERTY_SORT
public static final String JSON_PROPERTY_TOTAL
public RUMGroupBy()
public RUMGroupBy(String facet)
public RUMGroupBy facet(String facet)
public String getFacet()
public void setFacet(String facet)
public RUMGroupBy histogram(RUMGroupByHistogram histogram)
@Nullable public RUMGroupByHistogram getHistogram()
public void setHistogram(RUMGroupByHistogram histogram)
public RUMGroupBy limit(Long limit)
@Nullable public Long getLimit()
public void setLimit(Long limit)
public RUMGroupBy missing(RUMGroupByMissing missing)
@Nullable public RUMGroupByMissing getMissing()
public void setMissing(RUMGroupByMissing missing)
public RUMGroupBy sort(RUMAggregateSort sort)
@Nullable public RUMAggregateSort getSort()
public void setSort(RUMAggregateSort sort)
public RUMGroupBy total(RUMGroupByTotal total)
@Nullable public RUMGroupByTotal getTotal()
public void setTotal(RUMGroupByTotal total)
public RUMGroupBy 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.