@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AggregatedSlowFCPHighBytes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AVG_BYTES_BEFORE_FCP_BYTES |
static String |
JSON_PROPERTY_AVG_FIRST_CONTENTFUL_PAINT_MS |
static String |
JSON_PROPERTY_AVG_RESOURCE_COUNT_BEFORE_FCP |
static String |
JSON_PROPERTY_FINGERPRINT |
static String |
JSON_PROPERTY_IMPACT_SCORE |
static String |
JSON_PROPERTY_PLATFORM |
static String |
JSON_PROPERTY_VIEW_OCCURRENCES |
boolean |
unparsed |
| Constructor and Description |
|---|
AggregatedSlowFCPHighBytes() |
AggregatedSlowFCPHighBytes(Long avgBytesBeforeFcpBytes,
Long avgFirstContentfulPaintMs,
Long avgResourceCountBeforeFcp,
String fingerprint,
Double impactScore,
String platform,
Integer viewOccurrences) |
| Modifier and Type | Method and Description |
|---|---|
AggregatedSlowFCPHighBytes |
avgBytesBeforeFcpBytes(Long avgBytesBeforeFcpBytes) |
AggregatedSlowFCPHighBytes |
avgFirstContentfulPaintMs(Long avgFirstContentfulPaintMs) |
AggregatedSlowFCPHighBytes |
avgResourceCountBeforeFcp(Long avgResourceCountBeforeFcp) |
boolean |
equals(Object o)
Return true if this AggregatedSlowFCPHighBytes object is equal to o.
|
AggregatedSlowFCPHighBytes |
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 |
getAvgBytesBeforeFcpBytes()
Average total bytes loaded before first contentful paint.
|
Long |
getAvgFirstContentfulPaintMs()
Average first contentful paint time in milliseconds.
|
Long |
getAvgResourceCountBeforeFcp()
Average number of resources loaded before first contentful paint.
|
String |
getFingerprint()
Unique fingerprint identifying this detection group.
|
Double |
getImpactScore()
Impact score for this detection.
|
String |
getPlatform()
Platform identifier for the affected views.
|
Integer |
getViewOccurrences()
Number of sampled views where this detection occurred.
|
int |
hashCode() |
AggregatedSlowFCPHighBytes |
impactScore(Double impactScore) |
AggregatedSlowFCPHighBytes |
platform(String platform) |
AggregatedSlowFCPHighBytes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAvgBytesBeforeFcpBytes(Long avgBytesBeforeFcpBytes) |
void |
setAvgFirstContentfulPaintMs(Long avgFirstContentfulPaintMs) |
void |
setAvgResourceCountBeforeFcp(Long avgResourceCountBeforeFcp) |
void |
setFingerprint(String fingerprint) |
void |
setImpactScore(Double impactScore) |
void |
setPlatform(String platform) |
void |
setViewOccurrences(Integer viewOccurrences) |
String |
toString() |
AggregatedSlowFCPHighBytes |
viewOccurrences(Integer viewOccurrences) |
public boolean unparsed
public static final String JSON_PROPERTY_AVG_BYTES_BEFORE_FCP_BYTES
public static final String JSON_PROPERTY_AVG_FIRST_CONTENTFUL_PAINT_MS
public static final String JSON_PROPERTY_AVG_RESOURCE_COUNT_BEFORE_FCP
public static final String JSON_PROPERTY_FINGERPRINT
public static final String JSON_PROPERTY_IMPACT_SCORE
public static final String JSON_PROPERTY_PLATFORM
public static final String JSON_PROPERTY_VIEW_OCCURRENCES
public AggregatedSlowFCPHighBytes avgBytesBeforeFcpBytes(Long avgBytesBeforeFcpBytes)
public Long getAvgBytesBeforeFcpBytes()
public void setAvgBytesBeforeFcpBytes(Long avgBytesBeforeFcpBytes)
public AggregatedSlowFCPHighBytes avgFirstContentfulPaintMs(Long avgFirstContentfulPaintMs)
public Long getAvgFirstContentfulPaintMs()
public void setAvgFirstContentfulPaintMs(Long avgFirstContentfulPaintMs)
public AggregatedSlowFCPHighBytes avgResourceCountBeforeFcp(Long avgResourceCountBeforeFcp)
public Long getAvgResourceCountBeforeFcp()
public void setAvgResourceCountBeforeFcp(Long avgResourceCountBeforeFcp)
public AggregatedSlowFCPHighBytes fingerprint(String fingerprint)
public String getFingerprint()
public void setFingerprint(String fingerprint)
public AggregatedSlowFCPHighBytes impactScore(Double impactScore)
public Double getImpactScore()
public void setImpactScore(Double impactScore)
public AggregatedSlowFCPHighBytes platform(String platform)
public String getPlatform()
public void setPlatform(String platform)
public AggregatedSlowFCPHighBytes viewOccurrences(Integer viewOccurrences)
public Integer getViewOccurrences()
public void setViewOccurrences(Integer viewOccurrences)
public AggregatedSlowFCPHighBytes 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.