Class Metric
- java.lang.Object
-
- org.openqa.selenium.devtools.performance.model.Metric
-
public class Metric extends java.lang.Object
This 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.String
getName()
java.lang.Integer
getValue()
void
setName(java.lang.String name)
void
setValue(java.lang.Integer value)
java.lang.String
toString()
-