-
public final class TakePreciseCoverageResponseResponse type for the ProfilerDomain.takePreciseCoverage command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ScriptCoverage>resultprivate final Doubletimestamp
-
Constructor Summary
Constructors Constructor Description TakePreciseCoverageResponse(List<ScriptCoverage> result, Double timestamp)
-
Method Summary
Modifier and Type Method Description final List<ScriptCoverage>component1()final Doublecomponent2()final TakePreciseCoverageResponsecopy(List<ScriptCoverage> result, Double timestamp)final List<ScriptCoverage>getResult()Coverage data for the current isolate. final DoublegetTimestamp()Monotonically increasing time (in seconds) when the coverage update was taken in the backend. -
-
Constructor Detail
-
TakePreciseCoverageResponse
TakePreciseCoverageResponse(List<ScriptCoverage> result, Double timestamp)
-
-
Method Detail
-
component1
final List<ScriptCoverage> component1()
-
component2
final Double component2()
-
copy
final TakePreciseCoverageResponse copy(List<ScriptCoverage> result, Double timestamp)
-
getResult
final List<ScriptCoverage> getResult()
Coverage data for the current isolate.
-
getTimestamp
final Double getTimestamp()
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
-
-
-
-