public class ChannelTimeRecord extends ChannelStatusRecord
| Modifier and Type | Field and Description |
|---|---|
protected Timestamp |
timestamp |
severity, status_store| Constructor and Description |
|---|
ChannelTimeRecord(TimeAdaptor adaptor)
Creates new ChannelTimeRecord
|
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getTimestamp()
Get the timestamp.
|
double |
timeStampInSeconds()
Get the time stamp in seconds since the Java epoch epoch.
|
java.lang.String |
toString()
Override the inherited method to return a description of this object.
|
severity, statusbyteArray, byteValue, byteValueAt, doubleArray, doubleValue, doubleValueAt, floatArray, floatValue, floatValueAt, getCount, getType, intArray, intValue, intValueAt, shortArray, shortValue, shortValueAt, stringArray, stringValue, stringValueAtprotected Timestamp timestamp
public ChannelTimeRecord(TimeAdaptor adaptor)
adaptor - from which to generate the recordpublic Timestamp getTimestamp()
public double timeStampInSeconds()
public java.lang.String toString()
toString in class ChannelStatusRecord