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