@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsFormulaJourneyRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FROM |
static String |
JSON_PROPERTY_INTERVAL |
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_TO |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsFormulaJourneyRequestAttributes() |
ProductAnalyticsFormulaJourneyRequestAttributes(Long from,
ProductAnalyticsFormulaJourneyQuery query,
Long to) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ProductAnalyticsFormulaJourneyRequestAttributes object is equal to o.
|
ProductAnalyticsFormulaJourneyRequestAttributes |
from(Long from) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getFrom()
Start of the query window, in epoch milliseconds.
|
Long |
getInterval()
Time bucket interval in milliseconds.
|
ProductAnalyticsFormulaJourneyQuery |
getQuery()
Query definition for a journey timeseries request.
|
Long |
getTo()
End of the query window, in epoch milliseconds.
|
int |
hashCode() |
ProductAnalyticsFormulaJourneyRequestAttributes |
interval(Long interval) |
ProductAnalyticsFormulaJourneyRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ProductAnalyticsFormulaJourneyRequestAttributes |
query(ProductAnalyticsFormulaJourneyQuery query) |
void |
setFrom(Long from) |
void |
setInterval(Long interval) |
void |
setQuery(ProductAnalyticsFormulaJourneyQuery query) |
void |
setTo(Long to) |
ProductAnalyticsFormulaJourneyRequestAttributes |
to(Long to) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FROM
public static final String JSON_PROPERTY_INTERVAL
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_TO
public ProductAnalyticsFormulaJourneyRequestAttributes()
public ProductAnalyticsFormulaJourneyRequestAttributes(Long from, ProductAnalyticsFormulaJourneyQuery query, Long to)
public ProductAnalyticsFormulaJourneyRequestAttributes from(Long from)
public Long getFrom()
public void setFrom(Long from)
public ProductAnalyticsFormulaJourneyRequestAttributes interval(Long interval)
@Nullable public Long getInterval()
public void setInterval(Long interval)
public ProductAnalyticsFormulaJourneyRequestAttributes query(ProductAnalyticsFormulaJourneyQuery query)
public ProductAnalyticsFormulaJourneyQuery getQuery()
public void setQuery(ProductAnalyticsFormulaJourneyQuery query)
public ProductAnalyticsFormulaJourneyRequestAttributes to(Long to)
public Long getTo()
public void setTo(Long to)
public ProductAnalyticsFormulaJourneyRequestAttributes 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.