@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() |
| Modifier and Type | Method and Description |
|---|---|
QueryEventFilteredUsersRequestDataAttributes |
addSelectColumnsItem(String selectColumnsItem) |
boolean |
equals(Object o)
Return true if this QueryEventFilteredUsersRequestDataAttributes object is equal to o.
|
QueryEventFilteredUsersRequestDataAttributes |
eventQuery(QueryEventFilteredUsersRequestDataAttributesEventQuery eventQuery) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
QueryEventFilteredUsersRequestDataAttributesEventQuery |
getEventQuery()
Event platform query used to filter users based on their event activity within a specified time
window.
|
Boolean |
getIncludeRowCount()
Whether to include the total count of matching users in the response.
|
Long |
getLimit()
Maximum number of user records to return in the response.
|
String |
getQuery()
Filter expression using user attribute conditions to narrow results.
|
List<String> |
getSelectColumns()
List of user attribute column names to include in the response.
|
int |
hashCode() |
QueryEventFilteredUsersRequestDataAttributes |
includeRowCount(Boolean includeRowCount) |
QueryEventFilteredUsersRequestDataAttributes |
limit(Long limit) |
QueryEventFilteredUsersRequestDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
QueryEventFilteredUsersRequestDataAttributes |
query(String query) |
QueryEventFilteredUsersRequestDataAttributes |
selectColumns(List<String> selectColumns) |
void |
setEventQuery(QueryEventFilteredUsersRequestDataAttributesEventQuery eventQuery) |
void |
setIncludeRowCount(Boolean includeRowCount) |
void |
setLimit(Long limit) |
void |
setQuery(String query) |
void |
setSelectColumns(List<String> selectColumns) |
String |
toString() |
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.