@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsRetentionGridCohortCell extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CELL_COUNT |
static String |
JSON_PROPERTY_CELL_RATE |
static String |
JSON_PROPERTY_CELL_RELATIVE_VALUE_CHANGE |
static String |
JSON_PROPERTY_CELL_VALUE |
static String |
JSON_PROPERTY_IS_PARTIAL_DATA |
static String |
JSON_PROPERTY_RETURN_PERIOD_END_TIME |
static String |
JSON_PROPERTY_RETURN_PERIOD_INDEX |
static String |
JSON_PROPERTY_RETURN_PERIOD_START_TIME |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsRetentionGridCohortCell() |
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsRetentionGridCohortCell |
cellCount(Long cellCount) |
ProductAnalyticsRetentionGridCohortCell |
cellRate(Double cellRate) |
ProductAnalyticsRetentionGridCohortCell |
cellRelativeValueChange(Double cellRelativeValueChange) |
ProductAnalyticsRetentionGridCohortCell |
cellValue(Double cellValue) |
boolean |
equals(Object o)
Return true if this ProductAnalyticsRetentionGridCohortCell 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.
|
Long |
getCellCount()
Number of entities that returned during the period.
|
Double |
getCellRate()
Fraction of the cohort that returned, between
0 and 1. |
org.openapitools.jackson.nullable.JsonNullable<Double> |
getCellRelativeValueChange_JsonNullable() |
Double |
getCellRelativeValueChange()
Change in the metric relative to the cohort baseline.
|
org.openapitools.jackson.nullable.JsonNullable<Double> |
getCellValue_JsonNullable() |
Double |
getCellValue()
Value of the computed metric, when a metric other than the retention rate is requested.
|
Boolean |
getIsPartialData()
Whether the return period is still open, so the numbers are not yet final.
|
Long |
getReturnPeriodEndTime()
End of the return period, in epoch milliseconds.
|
Long |
getReturnPeriodIndex()
Zero-based index of the return period this cell belongs to.
|
Long |
getReturnPeriodStartTime()
Start of the return period, in epoch milliseconds.
|
ProductAnalyticsRetentionGridCohortType |
getType()
Whether the row holds one cohort's own numbers, or the weighted roll-up across every cohort.
|
int |
hashCode() |
ProductAnalyticsRetentionGridCohortCell |
isPartialData(Boolean isPartialData) |
ProductAnalyticsRetentionGridCohortCell |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ProductAnalyticsRetentionGridCohortCell |
returnPeriodEndTime(Long returnPeriodEndTime) |
ProductAnalyticsRetentionGridCohortCell |
returnPeriodIndex(Long returnPeriodIndex) |
ProductAnalyticsRetentionGridCohortCell |
returnPeriodStartTime(Long returnPeriodStartTime) |
void |
setCellCount(Long cellCount) |
void |
setCellRate(Double cellRate) |
void |
setCellRelativeValueChange_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> cellRelativeValueChange) |
void |
setCellRelativeValueChange(Double cellRelativeValueChange) |
void |
setCellValue_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> cellValue) |
void |
setCellValue(Double cellValue) |
void |
setIsPartialData(Boolean isPartialData) |
void |
setReturnPeriodEndTime(Long returnPeriodEndTime) |
void |
setReturnPeriodIndex(Long returnPeriodIndex) |
void |
setReturnPeriodStartTime(Long returnPeriodStartTime) |
void |
setType(ProductAnalyticsRetentionGridCohortType type) |
String |
toString() |
ProductAnalyticsRetentionGridCohortCell |
type(ProductAnalyticsRetentionGridCohortType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CELL_COUNT
public static final String JSON_PROPERTY_CELL_RATE
public static final String JSON_PROPERTY_CELL_RELATIVE_VALUE_CHANGE
public static final String JSON_PROPERTY_CELL_VALUE
public static final String JSON_PROPERTY_IS_PARTIAL_DATA
public static final String JSON_PROPERTY_RETURN_PERIOD_END_TIME
public static final String JSON_PROPERTY_RETURN_PERIOD_INDEX
public static final String JSON_PROPERTY_RETURN_PERIOD_START_TIME
public static final String JSON_PROPERTY_TYPE
public ProductAnalyticsRetentionGridCohortCell()
public ProductAnalyticsRetentionGridCohortCell cellCount(Long cellCount)
@Nullable public Long getCellCount()
public void setCellCount(Long cellCount)
public ProductAnalyticsRetentionGridCohortCell cellRate(Double cellRate)
@Nullable public Double getCellRate()
0 and 1.public void setCellRate(Double cellRate)
public ProductAnalyticsRetentionGridCohortCell cellRelativeValueChange(Double cellRelativeValueChange)
@Nullable public Double getCellRelativeValueChange()
public org.openapitools.jackson.nullable.JsonNullable<Double> getCellRelativeValueChange_JsonNullable()
public void setCellRelativeValueChange_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> cellRelativeValueChange)
public void setCellRelativeValueChange(Double cellRelativeValueChange)
public ProductAnalyticsRetentionGridCohortCell cellValue(Double cellValue)
@Nullable public Double getCellValue()
public org.openapitools.jackson.nullable.JsonNullable<Double> getCellValue_JsonNullable()
public void setCellValue_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> cellValue)
public void setCellValue(Double cellValue)
public ProductAnalyticsRetentionGridCohortCell isPartialData(Boolean isPartialData)
@Nullable public Boolean getIsPartialData()
public void setIsPartialData(Boolean isPartialData)
public ProductAnalyticsRetentionGridCohortCell returnPeriodEndTime(Long returnPeriodEndTime)
@Nullable public Long getReturnPeriodEndTime()
public void setReturnPeriodEndTime(Long returnPeriodEndTime)
public ProductAnalyticsRetentionGridCohortCell returnPeriodIndex(Long returnPeriodIndex)
@Nullable public Long getReturnPeriodIndex()
public void setReturnPeriodIndex(Long returnPeriodIndex)
public ProductAnalyticsRetentionGridCohortCell returnPeriodStartTime(Long returnPeriodStartTime)
@Nullable public Long getReturnPeriodStartTime()
public void setReturnPeriodStartTime(Long returnPeriodStartTime)
public ProductAnalyticsRetentionGridCohortCell type(ProductAnalyticsRetentionGridCohortType type)
@Nullable public ProductAnalyticsRetentionGridCohortType getType()
public void setType(ProductAnalyticsRetentionGridCohortType type)
public ProductAnalyticsRetentionGridCohortCell 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.