@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class QueryEventFilteredUsersRequestDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EVENT_QUERY |
static String |
JSON_PROPERTY_INCLUDE_ROW_COUNT |
static String |
JSON_PROPERTY_LIMIT |
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_SELECT_COLUMNS |
boolean |
unparsed |
| Constructor and Description |
|---|
QueryEventFilteredUsersRequestDataAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_EVENT_QUERY
public static final String JSON_PROPERTY_INCLUDE_ROW_COUNT
public static final String JSON_PROPERTY_LIMIT
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_SELECT_COLUMNS
public QueryEventFilteredUsersRequestDataAttributes()
public QueryEventFilteredUsersRequestDataAttributes eventQuery(QueryEventFilteredUsersRequestDataAttributesEventQuery eventQuery)
@Nullable public QueryEventFilteredUsersRequestDataAttributesEventQuery getEventQuery()
public void setEventQuery(QueryEventFilteredUsersRequestDataAttributesEventQuery eventQuery)
public QueryEventFilteredUsersRequestDataAttributes includeRowCount(Boolean includeRowCount)
@Nullable public Boolean getIncludeRowCount()
public void setIncludeRowCount(Boolean includeRowCount)
public QueryEventFilteredUsersRequestDataAttributes limit(Long limit)
@Nullable public Long getLimit()
public void setLimit(Long limit)
public QueryEventFilteredUsersRequestDataAttributes query(String query)
@Nullable public String getQuery()
public void setQuery(String query)
public QueryEventFilteredUsersRequestDataAttributes selectColumns(List<String> selectColumns)
public QueryEventFilteredUsersRequestDataAttributes addSelectColumnsItem(String selectColumnsItem)
@Nullable public List<String> getSelectColumns()
public QueryEventFilteredUsersRequestDataAttributes 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.