com.projectdarkstar.tools.dtc.domain
Class TestExecutionResultProbeData
java.lang.Object
com.projectdarkstar.tools.dtc.domain.TestExecutionResultProbeData
- All Implemented Interfaces:
- Serializable
public class TestExecutionResultProbeData
- extends Object
- implements Serializable
Represents a snapshot of the data collected by a specific SystemProbe
at a specific point in time.
- See Also:
- Serialized Form
TestExecutionResultProbeData
public TestExecutionResultProbeData()
TestExecutionResultProbeData
public TestExecutionResultProbeData(Date timestamp,
Long value,
TestExecutionResultProbeLog parentProbe)
getId
public Long getId()
- Returns the id of the entity in persistent storage
- Returns:
- id of the entity
setId
public void setId(Long id)
getTimestamp
public Date getTimestamp()
setTimestamp
public void setTimestamp(Date timestamp)
getValue
public Long getValue()
setValue
public void setValue(Long value)
getParentProbe
public TestExecutionResultProbeLog getParentProbe()
setParentProbe
public void setParentProbe(TestExecutionResultProbeLog parentProbe)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2013. All Rights Reserved.