public interface IDeviceEventBatchResponse
Modifier and Type | Method and Description |
---|---|
java.util.List<IDeviceAlert> |
getCreatedAlerts()
List of alerts that were created.
|
java.util.List<IDeviceLocation> |
getCreatedLocations()
List of locations that were created.
|
java.util.List<IDeviceMeasurements> |
getCreatedMeasurements()
List of measurements that were created.
|
java.util.List<IDeviceMeasurements> getCreatedMeasurements()
java.util.List<IDeviceLocation> getCreatedLocations()
java.util.List<IDeviceAlert> getCreatedAlerts()