@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_CROSS_ORG_UUIDS |
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) |
| Modifier and Type | Method and Description |
|---|---|
EventsTimeseriesQuery |
addCrossOrgUuidsItem(String crossOrgUuidsItem) |
EventsTimeseriesQuery |
addGroupByItem(EventsGroupBy groupByItem) |
EventsTimeseriesQuery |
addIndexesItem(String indexesItem) |
EventsTimeseriesQuery |
compute(EventsCompute compute) |
EventsTimeseriesQuery |
crossOrgUuids(List<String> crossOrgUuids) |
EventsTimeseriesQuery |
dataSource(EventsDataSource dataSource) |
boolean |
equals(Object o)
Return true if this EventsTimeseriesQuery object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
EventsCompute |
getCompute()
The instructions for what to compute for this query.
|
List<String> |
getCrossOrgUuids()
Organization UUIDs to query when using cross-organization
visibility.
|
EventsDataSource |
getDataSource()
A data source that is powered by the Events Platform.
|
List<EventsGroupBy> |
getGroupBy()
The list of facets on which to split results.
|
List<String> |
getIndexes()
The indexes in which to search.
|
String |
getName()
The variable name for use in formulas.
|
EventsSearch |
getSearch()
Configuration of the search/filter for an events query.
|
EventsTimeseriesQuery |
groupBy(List<EventsGroupBy> groupBy) |
int |
hashCode() |
EventsTimeseriesQuery |
indexes(List<String> indexes) |
EventsTimeseriesQuery |
name(String name) |
EventsTimeseriesQuery |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
EventsTimeseriesQuery |
search(EventsSearch search) |
void |
setCompute(EventsCompute compute) |
void |
setCrossOrgUuids(List<String> crossOrgUuids) |
void |
setDataSource(EventsDataSource dataSource) |
void |
setGroupBy(List<EventsGroupBy> groupBy) |
void |
setIndexes(List<String> indexes) |
void |
setName(String name) |
void |
setSearch(EventsSearch search) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COMPUTE
public static final String JSON_PROPERTY_CROSS_ORG_UUIDS
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 crossOrgUuids(List<String> crossOrgUuids)
public EventsTimeseriesQuery addCrossOrgUuidsItem(String crossOrgUuidsItem)
@Nullable public List<String> getCrossOrgUuids()
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 EventsTimeseriesQuery 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 © 2026. All rights reserved.