@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RetentionCohortCriteria extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BASE_QUERY |
static String |
JSON_PROPERTY_TIME_INTERVAL |
boolean |
unparsed |
| Constructor and Description |
|---|
RetentionCohortCriteria() |
RetentionCohortCriteria(ProductAnalyticsBaseQuery baseQuery,
RetentionCohortCriteriaTimeInterval timeInterval) |
| Modifier and Type | Method and Description |
|---|---|
RetentionCohortCriteria |
baseQuery(ProductAnalyticsBaseQuery baseQuery) |
boolean |
equals(Object o)
Return true if this RetentionCohortCriteria object is equal to o.
|
ProductAnalyticsBaseQuery |
getBaseQuery()
Product Analytics event query.
|
RetentionCohortCriteriaTimeInterval |
getTimeInterval()
Time interval for cohort criteria.
|
int |
hashCode() |
void |
setBaseQuery(ProductAnalyticsBaseQuery baseQuery) |
void |
setTimeInterval(RetentionCohortCriteriaTimeInterval timeInterval) |
RetentionCohortCriteria |
timeInterval(RetentionCohortCriteriaTimeInterval timeInterval) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_BASE_QUERY
public static final String JSON_PROPERTY_TIME_INTERVAL
public RetentionCohortCriteria()
public RetentionCohortCriteria(ProductAnalyticsBaseQuery baseQuery, RetentionCohortCriteriaTimeInterval timeInterval)
public RetentionCohortCriteria baseQuery(ProductAnalyticsBaseQuery baseQuery)
public ProductAnalyticsBaseQuery getBaseQuery()
public void setBaseQuery(ProductAnalyticsBaseQuery baseQuery)
public RetentionCohortCriteria timeInterval(RetentionCohortCriteriaTimeInterval timeInterval)
public RetentionCohortCriteriaTimeInterval getTimeInterval()
public void setTimeInterval(RetentionCohortCriteriaTimeInterval timeInterval)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.