public class Observation<H>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
H |
observation
the duration of the observed value, e.g.
|
java.lang.Object[] |
payload
additional information
|
long |
timestamp
time stamp of the occurrence of this observation
|
Constructor and Description |
---|
Observation() |
public long timestamp
public H observation
public java.lang.Object[] payload