@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsCoreWebVitals extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CLS |
static String |
JSON_PROPERTY_LCP |
static String |
JSON_PROPERTY_URL |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsCoreWebVitals() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsCoreWebVitals |
cls(Double cls) |
boolean |
equals(Object o)
Return true if this SyntheticsCoreWebVitals object is equal to o.
|
Double |
getCls()
Cumulative Layout Shift.
|
Double |
getLcp()
Largest Contentful Paint in milliseconds.
|
String |
getUrl()
URL attached to the metrics.
|
int |
hashCode() |
SyntheticsCoreWebVitals |
lcp(Double lcp) |
void |
setCls(Double cls) |
void |
setLcp(Double lcp) |
void |
setUrl(String url) |
String |
toString() |
SyntheticsCoreWebVitals |
url(String url) |
public boolean unparsed
public static final String JSON_PROPERTY_CLS
public static final String JSON_PROPERTY_LCP
public static final String JSON_PROPERTY_URL
public SyntheticsCoreWebVitals cls(Double cls)
@Nullable public Double getCls()
public void setCls(Double cls)
public SyntheticsCoreWebVitals lcp(Double lcp)
@Nullable public Double getLcp()
public void setLcp(Double lcp)
public SyntheticsCoreWebVitals url(String url)
@Nullable public String getUrl()
public void setUrl(String url)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.