public final class DataRecord<T extends Serializable> extends Object implements Serializable
| Constructor and Description |
|---|
DataRecord(long tag,
long timestamp,
T value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DataRecordKey |
getKey() |
long |
getTag() |
long |
getTimestamp() |
T |
getValue() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"tag","timestamp","value"}) public DataRecord(long tag, long timestamp, @Nonnull T value)
public long getTag()
public long getTimestamp()
public T getValue()
public DataRecordKey getKey()
Copyright © 2012–2017 MARID software development group. All rights reserved.