Record Class Data.Value

java.lang.Object
java.lang.Record
com.storedobject.iot.Data.Value
Record Components:
time - Time.
value - Value.
Enclosing class:
Data

public static record Data.Value(long time, double value) extends Record
Structure to hold time and value.
Author:
Syam