@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class QueryResponseDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HITS |
static String |
JSON_PROPERTY_TOTAL |
boolean |
unparsed |
| Constructor and Description |
|---|
QueryResponseDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
QueryResponseDataAttributes |
addHitsItem(Map<String,Object> hitsItem) |
boolean |
equals(Object o)
Return true if this QueryResponseDataAttributes 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.
|
List<Map<String,Object>> |
getHits()
The list of matching records returned by the query, each as a map of attribute names to values.
|
Long |
getTotal()
Total number of records matching the query, regardless of the limit applied.
|
int |
hashCode() |
QueryResponseDataAttributes |
hits(List<Map<String,Object>> hits) |
QueryResponseDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHits(List<Map<String,Object>> hits) |
void |
setTotal(Long total) |
String |
toString() |
QueryResponseDataAttributes |
total(Long total) |
public boolean unparsed
public static final String JSON_PROPERTY_HITS
public static final String JSON_PROPERTY_TOTAL
public QueryResponseDataAttributes hits(List<Map<String,Object>> hits)
public QueryResponseDataAttributes addHitsItem(Map<String,Object> hitsItem)
@Nullable public List<Map<String,Object>> getHits()
public QueryResponseDataAttributes total(Long total)
@Nullable public Long getTotal()
public void setTotal(Long total)
public QueryResponseDataAttributes 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.