Class Metric
- java.lang.Object
-
- org.openqa.selenium.devtools.performance.model.Metric
-
public class Metric extends java.lang.ObjectThis Class been created according to Google chrome documentation Run-time execution metric.
-
-
Constructor Summary
Constructors Constructor Description Metric()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.IntegergetValue()voidsetName(java.lang.String name)voidsetValue(java.lang.Integer value)java.lang.StringtoString()
-