@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AggregatedLongTasksRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APPLICATION_ID |
static String |
JSON_PROPERTY_CRITERIA |
static String |
JSON_PROPERTY_FILTER |
static String |
JSON_PROPERTY_FROM |
static String |
JSON_PROPERTY_SAMPLE_SIZE |
static String |
JSON_PROPERTY_TO |
static String |
JSON_PROPERTY_VIEW_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
AggregatedLongTasksRequestAttributes() |
AggregatedLongTasksRequestAttributes(String applicationId,
Long from,
Integer sampleSize,
Long to,
String viewName) |
| Modifier and Type | Method and Description |
|---|---|
AggregatedLongTasksRequestAttributes |
applicationId(String applicationId) |
AggregatedLongTasksRequestAttributes |
criteria(AggregatedWaterfallPerformanceCriteria criteria) |
boolean |
equals(Object o)
Return true if this AggregatedLongTasksRequestAttributes object is equal to o.
|
AggregatedLongTasksRequestAttributes |
filter(String filter) |
AggregatedLongTasksRequestAttributes |
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.
|
String |
getApplicationId()
The RUM application ID to analyze.
|
AggregatedWaterfallPerformanceCriteria |
getCriteria()
Performance criteria to filter view instances by a metric threshold.
|
String |
getFilter()
RUM query string to filter events (for example, @session.type:user @geo.country:US).
|
Long |
getFrom()
Start of the time range as a Unix timestamp in seconds.
|
Integer |
getSampleSize()
Number of view instances to sample, between 1 and 500.
|
Long |
getTo()
End of the time range as a Unix timestamp in seconds.
|
String |
getViewName()
The RUM view name to analyze (for example, /account/login).
|
int |
hashCode() |
AggregatedLongTasksRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AggregatedLongTasksRequestAttributes |
sampleSize(Integer sampleSize) |
void |
setApplicationId(String applicationId) |
void |
setCriteria(AggregatedWaterfallPerformanceCriteria criteria) |
void |
setFilter(String filter) |
void |
setFrom(Long from) |
void |
setSampleSize(Integer sampleSize) |
void |
setTo(Long to) |
void |
setViewName(String viewName) |
AggregatedLongTasksRequestAttributes |
to(Long to) |
String |
toString() |
AggregatedLongTasksRequestAttributes |
viewName(String viewName) |
public boolean unparsed
public static final String JSON_PROPERTY_APPLICATION_ID
public static final String JSON_PROPERTY_CRITERIA
public static final String JSON_PROPERTY_FILTER
public static final String JSON_PROPERTY_FROM
public static final String JSON_PROPERTY_SAMPLE_SIZE
public static final String JSON_PROPERTY_TO
public static final String JSON_PROPERTY_VIEW_NAME
public AggregatedLongTasksRequestAttributes()
public AggregatedLongTasksRequestAttributes applicationId(String applicationId)
public String getApplicationId()
public void setApplicationId(String applicationId)
public AggregatedLongTasksRequestAttributes criteria(AggregatedWaterfallPerformanceCriteria criteria)
@Nullable public AggregatedWaterfallPerformanceCriteria getCriteria()
public void setCriteria(AggregatedWaterfallPerformanceCriteria criteria)
public AggregatedLongTasksRequestAttributes filter(String filter)
@Nullable public String getFilter()
public void setFilter(String filter)
public AggregatedLongTasksRequestAttributes from(Long from)
public Long getFrom()
public void setFrom(Long from)
public AggregatedLongTasksRequestAttributes sampleSize(Integer sampleSize)
public Integer getSampleSize()
public void setSampleSize(Integer sampleSize)
public AggregatedLongTasksRequestAttributes to(Long to)
public Long getTo()
public void setTo(Long to)
public AggregatedLongTasksRequestAttributes viewName(String viewName)
public String getViewName()
public void setViewName(String viewName)
public AggregatedLongTasksRequestAttributes 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.