@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsRetentionReturnPeriodScope extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_TARGET |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsRetentionReturnPeriodScope() |
ProductAnalyticsRetentionReturnPeriodScope(ProductAnalyticsRetentionIndexTarget target,
ProductAnalyticsRetentionReturnPeriodScopeType type) |
public boolean unparsed
public static final String JSON_PROPERTY_TARGET
public static final String JSON_PROPERTY_TYPE
public ProductAnalyticsRetentionReturnPeriodScope()
public ProductAnalyticsRetentionReturnPeriodScope(ProductAnalyticsRetentionIndexTarget target, ProductAnalyticsRetentionReturnPeriodScopeType type)
public ProductAnalyticsRetentionReturnPeriodScope target(ProductAnalyticsRetentionIndexTarget target)
public ProductAnalyticsRetentionIndexTarget getTarget()
public void setTarget(ProductAnalyticsRetentionIndexTarget target)
public ProductAnalyticsRetentionReturnPeriodScope type(ProductAnalyticsRetentionReturnPeriodScopeType type)
public ProductAnalyticsRetentionReturnPeriodScopeType getType()
public void setType(ProductAnalyticsRetentionReturnPeriodScopeType type)
public ProductAnalyticsRetentionReturnPeriodScope 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.