@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AggregatedResource extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AVG_DURATION_MS |
static String |
JSON_PROPERTY_AVG_START_TIME_MS |
static String |
JSON_PROPERTY_CACHE_HIT_RATE_PCT |
static String |
JSON_PROPERTY_CACHED_COUNT |
static String |
JSON_PROPERTY_DOWNLOADED_COUNT |
static String |
JSON_PROPERTY_GLOBAL_P75_DURATION_MS |
static String |
JSON_PROPERTY_GLOBAL_VIEW_NAME_COUNT |
static String |
JSON_PROPERTY_GLOBAL_VIEW_NAME_PCT |
static String |
JSON_PROPERTY_HTTP_METHOD |
static String |
JSON_PROPERTY_LOAD_FREQUENCY_PCT |
static String |
JSON_PROPERTY_MAX_DURATION_MS |
static String |
JSON_PROPERTY_MEDIAN_DURATION_MS |
static String |
JSON_PROPERTY_MIN_DURATION_MS |
static String |
JSON_PROPERTY_P75_DURATION_MS |
static String |
JSON_PROPERTY_P95_DURATION_MS |
static String |
JSON_PROPERTY_RESOURCE_TYPE |
static String |
JSON_PROPERTY_RESOURCE_URL_PATH_GROUP |
static String |
JSON_PROPERTY_TIMING_BREAKDOWN |
static String |
JSON_PROPERTY_TOTAL_REQUESTS |
static String |
JSON_PROPERTY_VIEWS_WITH_RESOURCE |
boolean |
unparsed |
| Constructor and Description |
|---|
AggregatedResource() |
AggregatedResource(Double avgDurationMs,
Double avgStartTimeMs,
Double cacheHitRatePct,
Integer cachedCount,
Integer downloadedCount,
String httpMethod,
Double loadFrequencyPct,
Double maxDurationMs,
Double medianDurationMs,
Double minDurationMs,
Double p75DurationMs,
Double p95DurationMs,
String resourceType,
String resourceUrlPathGroup,
AggregatedResourceTimingBreakdown timingBreakdown,
Integer totalRequests,
Integer viewsWithResource) |
| Modifier and Type | Method and Description |
|---|---|
AggregatedResource |
avgDurationMs(Double avgDurationMs) |
AggregatedResource |
avgStartTimeMs(Double avgStartTimeMs) |
AggregatedResource |
cachedCount(Integer cachedCount) |
AggregatedResource |
cacheHitRatePct(Double cacheHitRatePct) |
AggregatedResource |
downloadedCount(Integer downloadedCount) |
boolean |
equals(Object o)
Return true if this AggregatedResource object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Double |
getAvgDurationMs()
Average total duration in milliseconds.
|
Double |
getAvgStartTimeMs()
Average start time relative to view start in milliseconds.
|
Integer |
getCachedCount()
Number of requests served from cache.
|
Double |
getCacheHitRatePct()
Cache hit rate as a percentage.
|
Integer |
getDownloadedCount()
Number of requests downloaded from the network.
|
Double |
getGlobalP75DurationMs()
75th percentile duration across all view names in the application, present when
include_global_appearance is true.
|
Integer |
getGlobalViewNameCount()
Number of distinct view names in the application that load this resource, present when
include_global_appearance is true.
|
Double |
getGlobalViewNamePct()
Percentage of distinct view names in the application that load this resource, present when
include_global_appearance is true.
|
String |
getHttpMethod()
HTTP method for the resource request.
|
Double |
getLoadFrequencyPct()
Percentage of sampled view instances that loaded this resource.
|
Double |
getMaxDurationMs()
Maximum duration in milliseconds.
|
Double |
getMedianDurationMs()
Median duration in milliseconds.
|
Double |
getMinDurationMs()
Minimum duration in milliseconds.
|
Double |
getP75DurationMs()
75th percentile duration in milliseconds.
|
Double |
getP95DurationMs()
95th percentile duration in milliseconds.
|
String |
getResourceType()
Resource type (JS, CSS, image, fetch, XHR, document, and so on).
|
String |
getResourceUrlPathGroup()
URL path group used to aggregate similar resources.
|
AggregatedResourceTimingBreakdown |
getTimingBreakdown()
Average timing breakdown per network phase for a resource.
|
Integer |
getTotalRequests()
Total number of requests for this resource across all sampled views.
|
Integer |
getViewsWithResource()
Number of sampled view instances that loaded this resource.
|
AggregatedResource |
globalP75DurationMs(Double globalP75DurationMs) |
AggregatedResource |
globalViewNameCount(Integer globalViewNameCount) |
AggregatedResource |
globalViewNamePct(Double globalViewNamePct) |
int |
hashCode() |
AggregatedResource |
httpMethod(String httpMethod) |
AggregatedResource |
loadFrequencyPct(Double loadFrequencyPct) |
AggregatedResource |
maxDurationMs(Double maxDurationMs) |
AggregatedResource |
medianDurationMs(Double medianDurationMs) |
AggregatedResource |
minDurationMs(Double minDurationMs) |
AggregatedResource |
p75DurationMs(Double p75DurationMs) |
AggregatedResource |
p95DurationMs(Double p95DurationMs) |
AggregatedResource |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AggregatedResource |
resourceType(String resourceType) |
AggregatedResource |
resourceUrlPathGroup(String resourceUrlPathGroup) |
void |
setAvgDurationMs(Double avgDurationMs) |
void |
setAvgStartTimeMs(Double avgStartTimeMs) |
void |
setCachedCount(Integer cachedCount) |
void |
setCacheHitRatePct(Double cacheHitRatePct) |
void |
setDownloadedCount(Integer downloadedCount) |
void |
setGlobalP75DurationMs(Double globalP75DurationMs) |
void |
setGlobalViewNameCount(Integer globalViewNameCount) |
void |
setGlobalViewNamePct(Double globalViewNamePct) |
void |
setHttpMethod(String httpMethod) |
void |
setLoadFrequencyPct(Double loadFrequencyPct) |
void |
setMaxDurationMs(Double maxDurationMs) |
void |
setMedianDurationMs(Double medianDurationMs) |
void |
setMinDurationMs(Double minDurationMs) |
void |
setP75DurationMs(Double p75DurationMs) |
void |
setP95DurationMs(Double p95DurationMs) |
void |
setResourceType(String resourceType) |
void |
setResourceUrlPathGroup(String resourceUrlPathGroup) |
void |
setTimingBreakdown(AggregatedResourceTimingBreakdown timingBreakdown) |
void |
setTotalRequests(Integer totalRequests) |
void |
setViewsWithResource(Integer viewsWithResource) |
AggregatedResource |
timingBreakdown(AggregatedResourceTimingBreakdown timingBreakdown) |
String |
toString() |
AggregatedResource |
totalRequests(Integer totalRequests) |
AggregatedResource |
viewsWithResource(Integer viewsWithResource) |
public boolean unparsed
public static final String JSON_PROPERTY_AVG_DURATION_MS
public static final String JSON_PROPERTY_AVG_START_TIME_MS
public static final String JSON_PROPERTY_CACHE_HIT_RATE_PCT
public static final String JSON_PROPERTY_CACHED_COUNT
public static final String JSON_PROPERTY_DOWNLOADED_COUNT
public static final String JSON_PROPERTY_GLOBAL_P75_DURATION_MS
public static final String JSON_PROPERTY_GLOBAL_VIEW_NAME_COUNT
public static final String JSON_PROPERTY_GLOBAL_VIEW_NAME_PCT
public static final String JSON_PROPERTY_HTTP_METHOD
public static final String JSON_PROPERTY_LOAD_FREQUENCY_PCT
public static final String JSON_PROPERTY_MAX_DURATION_MS
public static final String JSON_PROPERTY_MEDIAN_DURATION_MS
public static final String JSON_PROPERTY_MIN_DURATION_MS
public static final String JSON_PROPERTY_P75_DURATION_MS
public static final String JSON_PROPERTY_P95_DURATION_MS
public static final String JSON_PROPERTY_RESOURCE_TYPE
public static final String JSON_PROPERTY_RESOURCE_URL_PATH_GROUP
public static final String JSON_PROPERTY_TIMING_BREAKDOWN
public static final String JSON_PROPERTY_TOTAL_REQUESTS
public static final String JSON_PROPERTY_VIEWS_WITH_RESOURCE
public AggregatedResource()
public AggregatedResource(Double avgDurationMs, Double avgStartTimeMs, Double cacheHitRatePct, Integer cachedCount, Integer downloadedCount, String httpMethod, Double loadFrequencyPct, Double maxDurationMs, Double medianDurationMs, Double minDurationMs, Double p75DurationMs, Double p95DurationMs, String resourceType, String resourceUrlPathGroup, AggregatedResourceTimingBreakdown timingBreakdown, Integer totalRequests, Integer viewsWithResource)
public AggregatedResource avgDurationMs(Double avgDurationMs)
public Double getAvgDurationMs()
public void setAvgDurationMs(Double avgDurationMs)
public AggregatedResource avgStartTimeMs(Double avgStartTimeMs)
public Double getAvgStartTimeMs()
public void setAvgStartTimeMs(Double avgStartTimeMs)
public AggregatedResource cacheHitRatePct(Double cacheHitRatePct)
public Double getCacheHitRatePct()
public void setCacheHitRatePct(Double cacheHitRatePct)
public AggregatedResource cachedCount(Integer cachedCount)
public Integer getCachedCount()
public void setCachedCount(Integer cachedCount)
public AggregatedResource downloadedCount(Integer downloadedCount)
public Integer getDownloadedCount()
public void setDownloadedCount(Integer downloadedCount)
public AggregatedResource globalP75DurationMs(Double globalP75DurationMs)
@Nullable public Double getGlobalP75DurationMs()
public void setGlobalP75DurationMs(Double globalP75DurationMs)
public AggregatedResource globalViewNameCount(Integer globalViewNameCount)
@Nullable public Integer getGlobalViewNameCount()
public void setGlobalViewNameCount(Integer globalViewNameCount)
public AggregatedResource globalViewNamePct(Double globalViewNamePct)
@Nullable public Double getGlobalViewNamePct()
public void setGlobalViewNamePct(Double globalViewNamePct)
public AggregatedResource httpMethod(String httpMethod)
@Nullable public String getHttpMethod()
public void setHttpMethod(String httpMethod)
public AggregatedResource loadFrequencyPct(Double loadFrequencyPct)
public Double getLoadFrequencyPct()
public void setLoadFrequencyPct(Double loadFrequencyPct)
public AggregatedResource maxDurationMs(Double maxDurationMs)
public Double getMaxDurationMs()
public void setMaxDurationMs(Double maxDurationMs)
public AggregatedResource medianDurationMs(Double medianDurationMs)
public Double getMedianDurationMs()
public void setMedianDurationMs(Double medianDurationMs)
public AggregatedResource minDurationMs(Double minDurationMs)
public Double getMinDurationMs()
public void setMinDurationMs(Double minDurationMs)
public AggregatedResource p75DurationMs(Double p75DurationMs)
public Double getP75DurationMs()
public void setP75DurationMs(Double p75DurationMs)
public AggregatedResource p95DurationMs(Double p95DurationMs)
public Double getP95DurationMs()
public void setP95DurationMs(Double p95DurationMs)
public AggregatedResource resourceType(String resourceType)
@Nullable public String getResourceType()
public void setResourceType(String resourceType)
public AggregatedResource resourceUrlPathGroup(String resourceUrlPathGroup)
public String getResourceUrlPathGroup()
public void setResourceUrlPathGroup(String resourceUrlPathGroup)
public AggregatedResource timingBreakdown(AggregatedResourceTimingBreakdown timingBreakdown)
public AggregatedResourceTimingBreakdown getTimingBreakdown()
public void setTimingBreakdown(AggregatedResourceTimingBreakdown timingBreakdown)
public AggregatedResource totalRequests(Integer totalRequests)
public Integer getTotalRequests()
public void setTotalRequests(Integer totalRequests)
public AggregatedResource viewsWithResource(Integer viewsWithResource)
public Integer getViewsWithResource()
public void setViewsWithResource(Integer viewsWithResource)
public AggregatedResource 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.