public interface IDeviceEventBatch
Modifier and Type | Method and Description |
---|---|
java.util.List<IDeviceAlertCreateRequest> |
getAlerts()
Get a list of device alert create requests.
|
java.lang.String |
getHardwareId()
Unique device hardware id.
|
java.util.List<IDeviceLocationCreateRequest> |
getLocations()
Get a list of device location create requests.
|
java.util.List<IDeviceMeasurementsCreateRequest> |
getMeasurements()
Get a list of device measurements create requests.
|
java.lang.String getHardwareId()
java.util.List<IDeviceMeasurementsCreateRequest> getMeasurements()
java.util.List<IDeviceLocationCreateRequest> getLocations()
java.util.List<IDeviceAlertCreateRequest> getAlerts()