-
@JsonClass(generateAdapter = true) public final class WebVitalWeb Vitals are a set of performance metrics that measure and report on the speed and quality of web pages.
-
-
Method Summary
Modifier and Type Method Description final WebVitalTypegetType()final StringgetName()final LonggetStartTime()final LonggetDuration()final Map<String, Object>getProperties()final DoublegetScore()-
-
Method Detail
-
getType
final WebVitalType getType()
-
getStartTime
final Long getStartTime()
-
getDuration
final Long getDuration()
-
getProperties
final Map<String, Object> getProperties()
-
-
-
-