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