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