@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsAnalyticsRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ENFORCED_EXECUTION_TYPE |
static String |
JSON_PROPERTY_FROM |
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_REQUEST_ID |
static String |
JSON_PROPERTY_TO |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsAnalyticsRequestAttributes() |
ProductAnalyticsAnalyticsRequestAttributes(Long from,
ProductAnalyticsAnalyticsQuery query,
Long to) |
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsAnalyticsRequestAttributes |
enforcedExecutionType(ProductAnalyticsExecutionType enforcedExecutionType) |
boolean |
equals(Object o)
Return true if this ProductAnalyticsAnalyticsRequestAttributes object is equal to o.
|
ProductAnalyticsAnalyticsRequestAttributes |
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.
|
ProductAnalyticsExecutionType |
getEnforcedExecutionType()
Override the query execution strategy.
|
Long |
getFrom()
Start time in epoch milliseconds.
|
ProductAnalyticsAnalyticsQuery |
getQuery()
The analytics query definition containing a base query, compute rule, and optional grouping.
|
String |
getRequestId()
Optional request ID for multi-step query continuation.
|
Long |
getTo()
End time in epoch milliseconds.
|
int |
hashCode() |
ProductAnalyticsAnalyticsRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ProductAnalyticsAnalyticsRequestAttributes |
query(ProductAnalyticsAnalyticsQuery query) |
ProductAnalyticsAnalyticsRequestAttributes |
requestId(String requestId) |
void |
setEnforcedExecutionType(ProductAnalyticsExecutionType enforcedExecutionType) |
void |
setFrom(Long from) |
void |
setQuery(ProductAnalyticsAnalyticsQuery query) |
void |
setRequestId(String requestId) |
void |
setTo(Long to) |
ProductAnalyticsAnalyticsRequestAttributes |
to(Long to) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ENFORCED_EXECUTION_TYPE
public static final String JSON_PROPERTY_FROM
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_REQUEST_ID
public static final String JSON_PROPERTY_TO
public ProductAnalyticsAnalyticsRequestAttributes()
public ProductAnalyticsAnalyticsRequestAttributes(Long from, ProductAnalyticsAnalyticsQuery query, Long to)
public ProductAnalyticsAnalyticsRequestAttributes enforcedExecutionType(ProductAnalyticsExecutionType enforcedExecutionType)
@Nullable public ProductAnalyticsExecutionType getEnforcedExecutionType()
public void setEnforcedExecutionType(ProductAnalyticsExecutionType enforcedExecutionType)
public ProductAnalyticsAnalyticsRequestAttributes from(Long from)
public Long getFrom()
to.public void setFrom(Long from)
public ProductAnalyticsAnalyticsRequestAttributes query(ProductAnalyticsAnalyticsQuery query)
public ProductAnalyticsAnalyticsQuery getQuery()
public void setQuery(ProductAnalyticsAnalyticsQuery query)
public ProductAnalyticsAnalyticsRequestAttributes requestId(String requestId)
@Nullable public String getRequestId()
public void setRequestId(String requestId)
public ProductAnalyticsAnalyticsRequestAttributes to(Long to)
public Long getTo()
public void setTo(Long to)
public ProductAnalyticsAnalyticsRequestAttributes 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.