Class Metrics
- java.lang.Object
-
- io.webfolder.cdp.event.performance.Metrics
-
public class Metrics extends Object
Current values of the metrics
-
-
Constructor Summary
Constructors Constructor Description Metrics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Metric>
getMetrics()
Current values of the metrics.String
getTitle()
Timestamp title.void
setMetrics(List<Metric> metrics)
Current values of the metrics.void
setTitle(String title)
Timestamp title.
-