@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AggregatedUncompressedResource extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AVG_BODY_SIZE |
static String |
JSON_PROPERTY_AVG_DURATION |
static String |
JSON_PROPERTY_FINGERPRINT |
static String |
JSON_PROPERTY_IMPACT_SCORE |
static String |
JSON_PROPERTY_INSTANCE_COUNT |
static String |
JSON_PROPERTY_PROVIDER_TYPE |
static String |
JSON_PROPERTY_RENDER_BLOCKING |
static String |
JSON_PROPERTY_RESOURCE_TYPE |
static String |
JSON_PROPERTY_URL_PATH_GROUP |
static String |
JSON_PROPERTY_VIEW_OCCURRENCES |
boolean |
unparsed |
| Constructor and Description |
|---|
AggregatedUncompressedResource() |
AggregatedUncompressedResource(Long avgBodySize,
Long avgDuration,
String fingerprint,
Double impactScore,
Integer instanceCount,
String providerType,
String renderBlocking,
String resourceType,
String urlPathGroup,
Integer viewOccurrences) |
| Modifier and Type | Method and Description |
|---|---|
AggregatedUncompressedResource |
avgBodySize(Long avgBodySize) |
AggregatedUncompressedResource |
avgDuration(Long avgDuration) |
boolean |
equals(Object o)
Return true if this AggregatedUncompressedResource object is equal to o.
|
AggregatedUncompressedResource |
fingerprint(String fingerprint) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getAvgBodySize()
Average uncompressed body size in bytes.
|
Long |
getAvgDuration()
Average resource loading duration in nanoseconds.
|
String |
getFingerprint()
Unique fingerprint identifying this detection group.
|
Double |
getImpactScore()
Impact score combining view frequency and resource size.
|
Integer |
getInstanceCount()
Total number of detection instances across sampled views.
|
String |
getProviderType()
CDN or hosting provider type for the resource.
|
String |
getRenderBlocking()
Whether the resource is render-blocking.
|
String |
getResourceType()
Type of the resource (JS, CSS, image, fetch, and so on).
|
String |
getUrlPathGroup()
Normalized URL path pattern for the uncompressed resource.
|
Integer |
getViewOccurrences()
Number of sampled views where this detection occurred.
|
int |
hashCode() |
AggregatedUncompressedResource |
impactScore(Double impactScore) |
AggregatedUncompressedResource |
instanceCount(Integer instanceCount) |
AggregatedUncompressedResource |
providerType(String providerType) |
AggregatedUncompressedResource |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AggregatedUncompressedResource |
renderBlocking(String renderBlocking) |
AggregatedUncompressedResource |
resourceType(String resourceType) |
void |
setAvgBodySize(Long avgBodySize) |
void |
setAvgDuration(Long avgDuration) |
void |
setFingerprint(String fingerprint) |
void |
setImpactScore(Double impactScore) |
void |
setInstanceCount(Integer instanceCount) |
void |
setProviderType(String providerType) |
void |
setRenderBlocking(String renderBlocking) |
void |
setResourceType(String resourceType) |
void |
setUrlPathGroup(String urlPathGroup) |
void |
setViewOccurrences(Integer viewOccurrences) |
String |
toString() |
AggregatedUncompressedResource |
urlPathGroup(String urlPathGroup) |
AggregatedUncompressedResource |
viewOccurrences(Integer viewOccurrences) |
public boolean unparsed
public static final String JSON_PROPERTY_AVG_BODY_SIZE
public static final String JSON_PROPERTY_AVG_DURATION
public static final String JSON_PROPERTY_FINGERPRINT
public static final String JSON_PROPERTY_IMPACT_SCORE
public static final String JSON_PROPERTY_INSTANCE_COUNT
public static final String JSON_PROPERTY_PROVIDER_TYPE
public static final String JSON_PROPERTY_RENDER_BLOCKING
public static final String JSON_PROPERTY_RESOURCE_TYPE
public static final String JSON_PROPERTY_URL_PATH_GROUP
public static final String JSON_PROPERTY_VIEW_OCCURRENCES
public AggregatedUncompressedResource avgBodySize(Long avgBodySize)
public Long getAvgBodySize()
public void setAvgBodySize(Long avgBodySize)
public AggregatedUncompressedResource avgDuration(Long avgDuration)
public Long getAvgDuration()
public void setAvgDuration(Long avgDuration)
public AggregatedUncompressedResource fingerprint(String fingerprint)
public String getFingerprint()
public void setFingerprint(String fingerprint)
public AggregatedUncompressedResource impactScore(Double impactScore)
public Double getImpactScore()
public void setImpactScore(Double impactScore)
public AggregatedUncompressedResource instanceCount(Integer instanceCount)
public Integer getInstanceCount()
public void setInstanceCount(Integer instanceCount)
public AggregatedUncompressedResource providerType(String providerType)
@Nullable public String getProviderType()
public void setProviderType(String providerType)
public AggregatedUncompressedResource renderBlocking(String renderBlocking)
@Nullable public String getRenderBlocking()
public void setRenderBlocking(String renderBlocking)
public AggregatedUncompressedResource resourceType(String resourceType)
public String getResourceType()
public void setResourceType(String resourceType)
public AggregatedUncompressedResource urlPathGroup(String urlPathGroup)
public String getUrlPathGroup()
public void setUrlPathGroup(String urlPathGroup)
public AggregatedUncompressedResource viewOccurrences(Integer viewOccurrences)
public Integer getViewOccurrences()
public void setViewOccurrences(Integer viewOccurrences)
public AggregatedUncompressedResource 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.