@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsScalarResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COLUMNS |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsScalarResponseAttributes() |
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsScalarResponseAttributes |
addColumnsItem(ProductAnalyticsScalarColumn columnsItem) |
ProductAnalyticsScalarResponseAttributes |
columns(List<ProductAnalyticsScalarColumn> columns) |
boolean |
equals(Object o)
Return true if this ProductAnalyticsScalarResponseAttributes 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<ProductAnalyticsScalarColumn> |
getColumns()
The list of result columns, each containing values and metadata.
|
int |
hashCode() |
ProductAnalyticsScalarResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setColumns(List<ProductAnalyticsScalarColumn> columns) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COLUMNS
public ProductAnalyticsScalarResponseAttributes()
public ProductAnalyticsScalarResponseAttributes columns(List<ProductAnalyticsScalarColumn> columns)
public ProductAnalyticsScalarResponseAttributes addColumnsItem(ProductAnalyticsScalarColumn columnsItem)
@Nullable public List<ProductAnalyticsScalarColumn> getColumns()
public void setColumns(List<ProductAnalyticsScalarColumn> columns)
public ProductAnalyticsScalarResponseAttributes 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.