@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.
|
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.
|
Double |
getLcp()
Largest Contentful Paint in milliseconds.
|
String |
getUrl()
URL attached to the metrics.
|
int |
hashCode() |
SyntheticsCoreWebVitals |
lcp(Double lcp) |
SyntheticsCoreWebVitals |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
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 SyntheticsCoreWebVitals 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 © 2024. All rights reserved.