@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsAnalyticsListResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_RECORDS |
static String |
JSON_PROPERTY_TOTAL_COUNT |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsAnalyticsListResponseAttributes() |
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsAnalyticsListResponseAttributes |
addRecordsItem(Map<String,Object> recordsItem) |
boolean |
equals(Object o)
Return true if this ProductAnalyticsAnalyticsListResponseAttributes 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>> |
getRecords()
The event rows, each holding the values of the requested columns.
|
Long |
getTotalCount()
Total number of records matching the query, before the row limit is applied.
|
int |
hashCode() |
ProductAnalyticsAnalyticsListResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ProductAnalyticsAnalyticsListResponseAttributes |
records(List<Map<String,Object>> records) |
void |
setRecords(List<Map<String,Object>> records) |
void |
setTotalCount(Long totalCount) |
String |
toString() |
ProductAnalyticsAnalyticsListResponseAttributes |
totalCount(Long totalCount) |
public boolean unparsed
public static final String JSON_PROPERTY_RECORDS
public static final String JSON_PROPERTY_TOTAL_COUNT
public ProductAnalyticsAnalyticsListResponseAttributes()
public ProductAnalyticsAnalyticsListResponseAttributes records(List<Map<String,Object>> records)
public ProductAnalyticsAnalyticsListResponseAttributes addRecordsItem(Map<String,Object> recordsItem)
@Nullable public List<Map<String,Object>> getRecords()
public ProductAnalyticsAnalyticsListResponseAttributes totalCount(Long totalCount)
@Nullable public Long getTotalCount()
public void setTotalCount(Long totalCount)
public ProductAnalyticsAnalyticsListResponseAttributes 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.