public interface IDeviceAssignmentState
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getLastInteractionDate()
Date of last interaction with device.
|
IDeviceLocation |
getLastLocation()
Get last device location.
|
java.util.List<IDeviceAlert> |
getLatestAlerts()
Get last alert for each alert type.
|
java.util.List<IDeviceMeasurement> |
getLatestMeasurements()
Get last measurement for each measurement id.
|
java.util.Date |
getPresenceMissingDate()
Date when presence was determined to be missing.
|
java.util.Date getLastInteractionDate()
java.util.Date getPresenceMissingDate()
IDeviceLocation getLastLocation()
java.util.List<IDeviceMeasurement> getLatestMeasurements()
java.util.List<IDeviceAlert> getLatestAlerts()