public class TestExecutionResultProbeData extends Object implements Serializable
SystemProbe
at a specific point in time.| Constructor and Description |
|---|
TestExecutionResultProbeData(Date timestamp,
Long value) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Returns the id of the entity in persistent storage
|
TestExecutionResultProbeLog |
getParentProbe() |
Date |
getTimestamp() |
Long |
getValue() |
void |
setId(Long id) |
void |
setParentProbe(TestExecutionResultProbeLog parentProbe) |
void |
setTimestamp(Date timestamp) |
void |
setValue(Long value) |
public Long getId()
public void setId(Long id)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public Long getValue()
public void setValue(Long value)
public TestExecutionResultProbeLog getParentProbe()
public void setParentProbe(TestExecutionResultProbeLog parentProbe)
Copyright © 2013. All Rights Reserved.