@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EventsTimeseriesQuery extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPUTE |
static String |
JSON_PROPERTY_DATA_SOURCE |
static String |
JSON_PROPERTY_GROUP_BY |
static String |
JSON_PROPERTY_INDEXES |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SEARCH |
boolean |
unparsed |
| Constructor and Description |
|---|
EventsTimeseriesQuery() |
EventsTimeseriesQuery(EventsCompute compute,
EventsDataSource dataSource) |
public boolean unparsed
public static final String JSON_PROPERTY_COMPUTE
public static final String JSON_PROPERTY_DATA_SOURCE
public static final String JSON_PROPERTY_GROUP_BY
public static final String JSON_PROPERTY_INDEXES
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SEARCH
public EventsTimeseriesQuery()
public EventsTimeseriesQuery(EventsCompute compute, EventsDataSource dataSource)
public EventsTimeseriesQuery compute(EventsCompute compute)
public EventsCompute getCompute()
public void setCompute(EventsCompute compute)
public EventsTimeseriesQuery dataSource(EventsDataSource dataSource)
public EventsDataSource getDataSource()
public void setDataSource(EventsDataSource dataSource)
public EventsTimeseriesQuery groupBy(List<EventsGroupBy> groupBy)
public EventsTimeseriesQuery addGroupByItem(EventsGroupBy groupByItem)
@Nullable public List<EventsGroupBy> getGroupBy()
public void setGroupBy(List<EventsGroupBy> groupBy)
public EventsTimeseriesQuery indexes(List<String> indexes)
public EventsTimeseriesQuery addIndexesItem(String indexesItem)
@Nullable public List<String> getIndexes()
public EventsTimeseriesQuery name(String name)
@Nullable public String getName()
public void setName(String name)
public EventsTimeseriesQuery search(EventsSearch search)
@Nullable public EventsSearch getSearch()
public void setSearch(EventsSearch search)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.