@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RetentionCohortCriteriaTimeInterval extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
RetentionCohortCriteriaTimeInterval() |
RetentionCohortCriteriaTimeInterval(RetentionCohortCriteriaTimeIntervalType type,
CalendarInterval value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this RetentionCohortCriteriaTimeInterval object is equal to o.
|
RetentionCohortCriteriaTimeIntervalType |
getType()
Type of time interval for cohort criteria.
|
CalendarInterval |
getValue()
Calendar interval definition.
|
int |
hashCode() |
void |
setType(RetentionCohortCriteriaTimeIntervalType type) |
void |
setValue(CalendarInterval value) |
String |
toString() |
RetentionCohortCriteriaTimeInterval |
type(RetentionCohortCriteriaTimeIntervalType type) |
RetentionCohortCriteriaTimeInterval |
value(CalendarInterval value) |
public boolean unparsed
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_VALUE
public RetentionCohortCriteriaTimeInterval()
public RetentionCohortCriteriaTimeInterval(RetentionCohortCriteriaTimeIntervalType type, CalendarInterval value)
public RetentionCohortCriteriaTimeInterval type(RetentionCohortCriteriaTimeIntervalType type)
public RetentionCohortCriteriaTimeIntervalType getType()
public void setType(RetentionCohortCriteriaTimeIntervalType type)
public RetentionCohortCriteriaTimeInterval value(CalendarInterval value)
public CalendarInterval getValue()
public void setValue(CalendarInterval value)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.