@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DdsqlTabularQueryTimeWindow extends Object
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.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FROM_TIMESTAMP |
static String |
JSON_PROPERTY_TO_TIMESTAMP |
boolean |
unparsed |
| Constructor and Description |
|---|
DdsqlTabularQueryTimeWindow() |
DdsqlTabularQueryTimeWindow(Long fromTimestamp,
Long toTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this DdsqlTabularQueryTimeWindow object is equal to o.
|
DdsqlTabularQueryTimeWindow |
fromTimestamp(Long fromTimestamp) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getFromTimestamp()
Start of the query window (inclusive), in Unix milliseconds since the epoch.
|
Long |
getToTimestamp()
End of the query window (exclusive), in Unix milliseconds since the epoch.
|
int |
hashCode() |
DdsqlTabularQueryTimeWindow |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFromTimestamp(Long fromTimestamp) |
void |
setToTimestamp(Long toTimestamp) |
String |
toString() |
DdsqlTabularQueryTimeWindow |
toTimestamp(Long toTimestamp) |
public boolean unparsed
public static final String JSON_PROPERTY_FROM_TIMESTAMP
public static final String JSON_PROPERTY_TO_TIMESTAMP
public DdsqlTabularQueryTimeWindow fromTimestamp(Long fromTimestamp)
public Long getFromTimestamp()
public void setFromTimestamp(Long fromTimestamp)
public DdsqlTabularQueryTimeWindow toTimestamp(Long toTimestamp)
public Long getToTimestamp()
public void setToTimestamp(Long toTimestamp)
public DdsqlTabularQueryTimeWindow 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.