@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DdsqlTabularQueryRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_ROW_LIMIT |
static String |
JSON_PROPERTY_TIME |
boolean |
unparsed |
| Constructor and Description |
|---|
DdsqlTabularQueryRequestAttributes() |
DdsqlTabularQueryRequestAttributes(String query,
DdsqlTabularQueryTimeWindow time) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this DdsqlTabularQueryRequestAttributes 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.
|
String |
getQuery()
The DDSQL statement to execute.
|
Long |
getRowLimit()
Cap on the number of rows returned.
|
DdsqlTabularQueryTimeWindow |
getTime()
Time window scoping the underlying data sources, expressed in Unix milliseconds since the
epoch.
|
int |
hashCode() |
DdsqlTabularQueryRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
DdsqlTabularQueryRequestAttributes |
query(String query) |
DdsqlTabularQueryRequestAttributes |
rowLimit(Long rowLimit) |
void |
setQuery(String query) |
void |
setRowLimit(Long rowLimit) |
void |
setTime(DdsqlTabularQueryTimeWindow time) |
DdsqlTabularQueryRequestAttributes |
time(DdsqlTabularQueryTimeWindow time) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_ROW_LIMIT
public static final String JSON_PROPERTY_TIME
public DdsqlTabularQueryRequestAttributes()
public DdsqlTabularQueryRequestAttributes(String query, DdsqlTabularQueryTimeWindow time)
public DdsqlTabularQueryRequestAttributes query(String query)
public String getQuery()
public void setQuery(String query)
public DdsqlTabularQueryRequestAttributes rowLimit(Long rowLimit)
@Nullable public Long getRowLimit()
public void setRowLimit(Long rowLimit)
public DdsqlTabularQueryRequestAttributes time(DdsqlTabularQueryTimeWindow time)
public DdsqlTabularQueryTimeWindow getTime()
from_timestamp, exclusive on to_timestamp.
Results from static tables (for example, dd.hosts) are not affected by the time
window, but the field must still be provided.public void setTime(DdsqlTabularQueryTimeWindow time)
public DdsqlTabularQueryRequestAttributes 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.