@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsRetentionCellScope extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COHORT_TARGET |
static String |
JSON_PROPERTY_RETURN_PERIOD_TARGET |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsRetentionCellScope() |
ProductAnalyticsRetentionCellScope(ProductAnalyticsRetentionCohortTarget cohortTarget,
ProductAnalyticsRetentionIndexTarget returnPeriodTarget,
ProductAnalyticsRetentionCellScopeType type) |
public boolean unparsed
public static final String JSON_PROPERTY_COHORT_TARGET
public static final String JSON_PROPERTY_RETURN_PERIOD_TARGET
public static final String JSON_PROPERTY_TYPE
public ProductAnalyticsRetentionCellScope()
public ProductAnalyticsRetentionCellScope(ProductAnalyticsRetentionCohortTarget cohortTarget, ProductAnalyticsRetentionIndexTarget returnPeriodTarget, ProductAnalyticsRetentionCellScopeType type)
public ProductAnalyticsRetentionCellScope cohortTarget(ProductAnalyticsRetentionCohortTarget cohortTarget)
public ProductAnalyticsRetentionCohortTarget getCohortTarget()
public void setCohortTarget(ProductAnalyticsRetentionCohortTarget cohortTarget)
public ProductAnalyticsRetentionCellScope returnPeriodTarget(ProductAnalyticsRetentionIndexTarget returnPeriodTarget)
public ProductAnalyticsRetentionIndexTarget getReturnPeriodTarget()
public void setReturnPeriodTarget(ProductAnalyticsRetentionIndexTarget returnPeriodTarget)
public ProductAnalyticsRetentionCellScope type(ProductAnalyticsRetentionCellScopeType type)
public ProductAnalyticsRetentionCellScopeType getType()
public void setType(ProductAnalyticsRetentionCellScopeType type)
public ProductAnalyticsRetentionCellScope 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.