@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AggregatedWaterfallRequestAttributes 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_INCLUDE_GLOBAL_APPEARANCE |
static String |
JSON_PROPERTY_SAMPLE_SIZE |
static String |
JSON_PROPERTY_TO |
static String |
JSON_PROPERTY_VIEW_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
AggregatedWaterfallRequestAttributes() |
AggregatedWaterfallRequestAttributes(String applicationId,
Long from,
Integer sampleSize,
Long to,
String viewName) |
| Modifier and Type | Method and Description |
|---|---|
AggregatedWaterfallRequestAttributes |
applicationId(String applicationId) |
AggregatedWaterfallRequestAttributes |
criteria(AggregatedWaterfallPerformanceCriteria criteria) |
boolean |
equals(Object o)
Return true if this AggregatedWaterfallRequestAttributes object is equal to o.
|
AggregatedWaterfallRequestAttributes |
filter(String filter) |
AggregatedWaterfallRequestAttributes |
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.
|
Boolean |
getIncludeGlobalAppearance()
When true, enriches each resource with cross-view appearance statistics.
|
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() |
AggregatedWaterfallRequestAttributes |
includeGlobalAppearance(Boolean includeGlobalAppearance) |
AggregatedWaterfallRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AggregatedWaterfallRequestAttributes |
sampleSize(Integer sampleSize) |
void |
setApplicationId(String applicationId) |
void |
setCriteria(AggregatedWaterfallPerformanceCriteria criteria) |
void |
setFilter(String filter) |
void |
setFrom(Long from) |
void |
setIncludeGlobalAppearance(Boolean includeGlobalAppearance) |
void |
setSampleSize(Integer sampleSize) |
void |
setTo(Long to) |
void |
setViewName(String viewName) |
AggregatedWaterfallRequestAttributes |
to(Long to) |
String |
toString() |
AggregatedWaterfallRequestAttributes |
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_INCLUDE_GLOBAL_APPEARANCE
public static final String JSON_PROPERTY_SAMPLE_SIZE
public static final String JSON_PROPERTY_TO
public static final String JSON_PROPERTY_VIEW_NAME
public AggregatedWaterfallRequestAttributes()
public AggregatedWaterfallRequestAttributes applicationId(String applicationId)
public String getApplicationId()
public void setApplicationId(String applicationId)
public AggregatedWaterfallRequestAttributes criteria(AggregatedWaterfallPerformanceCriteria criteria)
@Nullable public AggregatedWaterfallPerformanceCriteria getCriteria()
public void setCriteria(AggregatedWaterfallPerformanceCriteria criteria)
public AggregatedWaterfallRequestAttributes filter(String filter)
@Nullable public String getFilter()
public void setFilter(String filter)
public AggregatedWaterfallRequestAttributes from(Long from)
public Long getFrom()
public void setFrom(Long from)
public AggregatedWaterfallRequestAttributes includeGlobalAppearance(Boolean includeGlobalAppearance)
@Nullable public Boolean getIncludeGlobalAppearance()
public void setIncludeGlobalAppearance(Boolean includeGlobalAppearance)
public AggregatedWaterfallRequestAttributes sampleSize(Integer sampleSize)
public Integer getSampleSize()
public void setSampleSize(Integer sampleSize)
public AggregatedWaterfallRequestAttributes to(Long to)
public Long getTo()
public void setTo(Long to)
public AggregatedWaterfallRequestAttributes viewName(String viewName)
public String getViewName()
public void setViewName(String viewName)
public AggregatedWaterfallRequestAttributes 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.