@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DdsqlTabularQueryResponseAttributes extends Object
query_id is set when state
is running; columns is set when state is
completed.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COLUMNS |
static String |
JSON_PROPERTY_QUERY_ID |
static String |
JSON_PROPERTY_STATE |
static String |
JSON_PROPERTY_WARNINGS |
boolean |
unparsed |
| Constructor and Description |
|---|
DdsqlTabularQueryResponseAttributes() |
DdsqlTabularQueryResponseAttributes(DdsqlTabularQueryState state) |
public boolean unparsed
public static final String JSON_PROPERTY_COLUMNS
public static final String JSON_PROPERTY_QUERY_ID
public static final String JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_WARNINGS
public DdsqlTabularQueryResponseAttributes()
public DdsqlTabularQueryResponseAttributes(DdsqlTabularQueryState state)
public DdsqlTabularQueryResponseAttributes columns(List<DdsqlTabularQueryColumn> columns)
public DdsqlTabularQueryResponseAttributes addColumnsItem(DdsqlTabularQueryColumn columnsItem)
@Nullable public List<DdsqlTabularQueryColumn> getColumns()
state is completed.public void setColumns(List<DdsqlTabularQueryColumn> columns)
public DdsqlTabularQueryResponseAttributes queryId(String queryId)
@Nullable public String getQueryId()
state is
running and absent when state is completed.public void setQueryId(String queryId)
public DdsqlTabularQueryResponseAttributes state(DdsqlTabularQueryState state)
public DdsqlTabularQueryState getState()
running means the query is
still executing and the client should poll the fetch endpoint with the returned query_id
. completed means the result set is inlined in columns and no
further polling is required.public void setState(DdsqlTabularQueryState state)
public DdsqlTabularQueryResponseAttributes warnings(List<String> warnings)
public DdsqlTabularQueryResponseAttributes addWarningsItem(String warningsItem)
@Nullable public List<String> getWarnings()
public DdsqlTabularQueryResponseAttributes 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.