@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RUMAggregateRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPUTE |
static String |
JSON_PROPERTY_FILTER |
static String |
JSON_PROPERTY_GROUP_BY |
static String |
JSON_PROPERTY_OPTIONS |
static String |
JSON_PROPERTY_PAGE |
boolean |
unparsed |
| Constructor and Description |
|---|
RUMAggregateRequest() |
| Modifier and Type | Method and Description |
|---|---|
RUMAggregateRequest |
addComputeItem(RUMCompute computeItem) |
RUMAggregateRequest |
addGroupByItem(RUMGroupBy groupByItem) |
RUMAggregateRequest |
compute(List<RUMCompute> compute) |
boolean |
equals(Object o)
Return true if this RUMAggregateRequest object is equal to o.
|
RUMAggregateRequest |
filter(RUMQueryFilter filter) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<RUMCompute> |
getCompute()
The list of metrics or timeseries to compute for the retrieved buckets.
|
RUMQueryFilter |
getFilter()
The search and filter query settings.
|
List<RUMGroupBy> |
getGroupBy()
The rules for the group by.
|
RUMQueryOptions |
getOptions()
Global query options that are used during the query.
|
RUMQueryPageOptions |
getPage()
Paging attributes for listing events.
|
RUMAggregateRequest |
groupBy(List<RUMGroupBy> groupBy) |
int |
hashCode() |
RUMAggregateRequest |
options(RUMQueryOptions options) |
RUMAggregateRequest |
page(RUMQueryPageOptions page) |
RUMAggregateRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCompute(List<RUMCompute> compute) |
void |
setFilter(RUMQueryFilter filter) |
void |
setGroupBy(List<RUMGroupBy> groupBy) |
void |
setOptions(RUMQueryOptions options) |
void |
setPage(RUMQueryPageOptions page) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COMPUTE
public static final String JSON_PROPERTY_FILTER
public static final String JSON_PROPERTY_GROUP_BY
public static final String JSON_PROPERTY_OPTIONS
public static final String JSON_PROPERTY_PAGE
public RUMAggregateRequest compute(List<RUMCompute> compute)
public RUMAggregateRequest addComputeItem(RUMCompute computeItem)
@Nullable public List<RUMCompute> getCompute()
public void setCompute(List<RUMCompute> compute)
public RUMAggregateRequest filter(RUMQueryFilter filter)
@Nullable public RUMQueryFilter getFilter()
public void setFilter(RUMQueryFilter filter)
public RUMAggregateRequest groupBy(List<RUMGroupBy> groupBy)
public RUMAggregateRequest addGroupByItem(RUMGroupBy groupByItem)
@Nullable public List<RUMGroupBy> getGroupBy()
public void setGroupBy(List<RUMGroupBy> groupBy)
public RUMAggregateRequest options(RUMQueryOptions options)
@Nullable public RUMQueryOptions getOptions()
public void setOptions(RUMQueryOptions options)
public RUMAggregateRequest page(RUMQueryPageOptions page)
@Nullable public RUMQueryPageOptions getPage()
public void setPage(RUMQueryPageOptions page)
public RUMAggregateRequest 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.