@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultVitalsMetrics extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CLS |
static String |
JSON_PROPERTY_FCP |
static String |
JSON_PROPERTY_INP |
static String |
JSON_PROPERTY_LCP |
static String |
JSON_PROPERTY_TTFB |
static String |
JSON_PROPERTY_URL |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultVitalsMetrics() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestResultVitalsMetrics |
cls(Double cls) |
boolean |
equals(Object o)
Return true if this SyntheticsTestResultVitalsMetrics object is equal to o.
|
SyntheticsTestResultVitalsMetrics |
fcp(Double fcp) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Double |
getCls()
Cumulative Layout Shift score.
|
Double |
getFcp()
First Contentful Paint in milliseconds.
|
Double |
getInp()
Interaction to Next Paint in milliseconds.
|
Double |
getLcp()
Largest Contentful Paint in milliseconds.
|
Double |
getTtfb()
Time To First Byte in milliseconds.
|
String |
getUrl()
URL that produced the metrics.
|
int |
hashCode() |
SyntheticsTestResultVitalsMetrics |
inp(Double inp) |
SyntheticsTestResultVitalsMetrics |
lcp(Double lcp) |
SyntheticsTestResultVitalsMetrics |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCls(Double cls) |
void |
setFcp(Double fcp) |
void |
setInp(Double inp) |
void |
setLcp(Double lcp) |
void |
setTtfb(Double ttfb) |
void |
setUrl(String url) |
String |
toString() |
SyntheticsTestResultVitalsMetrics |
ttfb(Double ttfb) |
SyntheticsTestResultVitalsMetrics |
url(String url) |
public boolean unparsed
public static final String JSON_PROPERTY_CLS
public static final String JSON_PROPERTY_FCP
public static final String JSON_PROPERTY_INP
public static final String JSON_PROPERTY_LCP
public static final String JSON_PROPERTY_TTFB
public static final String JSON_PROPERTY_URL
public SyntheticsTestResultVitalsMetrics cls(Double cls)
@Nullable public Double getCls()
public void setCls(Double cls)
public SyntheticsTestResultVitalsMetrics fcp(Double fcp)
@Nullable public Double getFcp()
public void setFcp(Double fcp)
public SyntheticsTestResultVitalsMetrics inp(Double inp)
@Nullable public Double getInp()
public void setInp(Double inp)
public SyntheticsTestResultVitalsMetrics lcp(Double lcp)
@Nullable public Double getLcp()
public void setLcp(Double lcp)
public SyntheticsTestResultVitalsMetrics ttfb(Double ttfb)
@Nullable public Double getTtfb()
public void setTtfb(Double ttfb)
public SyntheticsTestResultVitalsMetrics url(String url)
@Nullable public String getUrl()
public void setUrl(String url)
public SyntheticsTestResultVitalsMetrics 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.