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 asLocalDateTime
object.getUnit()
Gets log unit.double
getValue()
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 asLocalDateTime
object.- Returns:
- Returns log recorded date and time represented as
LocalDateTime
object or null if it is not specified.
-