@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsScalarColumnMeta extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_UNIT |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsScalarColumnMeta() |
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsScalarColumnMeta |
addUnitItem(ProductAnalyticsUnit unitItem) |
boolean |
equals(Object o)
Return true if this ProductAnalyticsScalarColumnMeta 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.
|
org.openapitools.jackson.nullable.JsonNullable<List<ProductAnalyticsUnit>> |
getUnit_JsonNullable() |
List<ProductAnalyticsUnit> |
getUnit()
Unit definitions for the column values, if applicable.
|
int |
hashCode() |
ProductAnalyticsScalarColumnMeta |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setUnit_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<ProductAnalyticsUnit>> unit) |
void |
setUnit(List<ProductAnalyticsUnit> unit) |
String |
toString() |
ProductAnalyticsScalarColumnMeta |
unit(List<ProductAnalyticsUnit> unit) |
public boolean unparsed
public static final String JSON_PROPERTY_UNIT
public ProductAnalyticsScalarColumnMeta unit(List<ProductAnalyticsUnit> unit)
public ProductAnalyticsScalarColumnMeta addUnitItem(ProductAnalyticsUnit unitItem)
@Nullable public List<ProductAnalyticsUnit> getUnit()
public org.openapitools.jackson.nullable.JsonNullable<List<ProductAnalyticsUnit>> getUnit_JsonNullable()
public void setUnit_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<ProductAnalyticsUnit>> unit)
public void setUnit(List<ProductAnalyticsUnit> unit)
public ProductAnalyticsScalarColumnMeta 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.