T
- - the Java class representing the object.public interface ITimestampedValue
Modifier and Type | Method and Description |
---|---|
IQuantity |
getQuantity() |
long |
getTimestamp()
Accessor for this object's sensor timestamp.
|
boolean |
getValid()
Indicates whether this object currently represents a valid
value/timestamp.
|
void |
setValid(boolean valid)
Modifies whether this object currently represents a valid
value/timestamp.
|
long getTimestamp()
boolean getValid()
void setValid(boolean valid)
valid
- - true if this object is currently valid, false if not.IQuantity getQuantity()