public class PreciseCoverageDeltaUpdate extends Object
| Constructor and Description |
|---|
PreciseCoverageDeltaUpdate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOccassion()
Identifier for distinguishing coverage events.
|
List<ScriptCoverage> |
getResult()
Coverage data for the current isolate.
|
Double |
getTimestamp()
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
|
void |
setOccassion(String occassion)
Identifier for distinguishing coverage events.
|
void |
setResult(List<ScriptCoverage> result)
Coverage data for the current isolate.
|
void |
setTimestamp(Double timestamp)
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.
|
public Double getTimestamp()
public void setTimestamp(Double timestamp)
public String getOccassion()
public void setOccassion(String occassion)
public List<ScriptCoverage> getResult()
public void setResult(List<ScriptCoverage> result)
Copyright © 2021 Kenan Klisura. All rights reserved.