-
public final class StartPreciseCoverageResponseResponse type for the ProfilerDomain.startPreciseCoverage command.
-
-
Constructor Summary
Constructors Constructor Description StartPreciseCoverageResponse(Double timestamp)
-
Method Summary
Modifier and Type Method Description final Doublecomponent1()final StartPreciseCoverageResponsecopy(Double timestamp)final DoublegetTimestamp()Monotonically increasing time (in seconds) when the coverage update was taken in the backend. -
-
Constructor Detail
-
StartPreciseCoverageResponse
StartPreciseCoverageResponse(Double timestamp)
-
-
Method Detail
-
component1
final Double component1()
-
copy
final StartPreciseCoverageResponse copy(Double timestamp)
-
getTimestamp
final Double getTimestamp()
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
-
-
-
-