Class LogItem
java.lang.Object
com.flir.thermalsdk.meterlink.model.LogItem
Defines a single log item from a
DataReading.-
Method Summary
Modifier and TypeMethodDescriptiongetTime()Gets log recorded date and time represented asLocalDateTimeobject.getUnit()Gets log unit.doublegetValue()Gets log value.
-
Method Details
-
getValue
public double getValue()Gets log value.- Returns:
- Returns log value.
-
getUnit
Gets log unit.- Returns:
- Returns log unit.
-
getTime
Gets log recorded date and time represented asLocalDateTimeobject.- Returns:
- Returns log recorded date and time represented as
LocalDateTimeobject or null if it is not specified.
-