Class TakePreciseCoverageResult

java.lang.Object
io.webfolder.cdp.type.profiler.TakePreciseCoverageResult

public class TakePreciseCoverageResult extends Object
  • Constructor Details

    • TakePreciseCoverageResult

      public TakePreciseCoverageResult()
  • Method Details

    • getResult

      public List<ScriptCoverage> getResult()
      Coverage data for the current isolate.
    • setResult

      public void setResult(List<ScriptCoverage> result)
      Coverage data for the current isolate.
    • getTimestamp

      public Double getTimestamp()
      Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
    • setTimestamp

      public void setTimestamp(Double timestamp)
      Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
    • toString

      public String toString()
      Overrides:
      toString in class Object