public class DeviceEventBatchResponse extends java.lang.Object implements IDeviceEventBatchResponse, java.io.Serializable
| Constructor and Description |
|---|
DeviceEventBatchResponse() |
| 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.
|
void |
setCreatedAlerts(java.util.List<DeviceAlert> createdAlerts) |
void |
setCreatedLocations(java.util.List<DeviceLocation> createdLocations) |
void |
setCreatedMeasurements(java.util.List<DeviceMeasurements> createdMeasurements) |
public java.util.List<IDeviceMeasurements> getCreatedMeasurements()
IDeviceEventBatchResponsegetCreatedMeasurements in interface IDeviceEventBatchResponsepublic void setCreatedMeasurements(java.util.List<DeviceMeasurements> createdMeasurements)
public java.util.List<IDeviceLocation> getCreatedLocations()
IDeviceEventBatchResponsegetCreatedLocations in interface IDeviceEventBatchResponsepublic void setCreatedLocations(java.util.List<DeviceLocation> createdLocations)
public java.util.List<IDeviceAlert> getCreatedAlerts()
IDeviceEventBatchResponsegetCreatedAlerts in interface IDeviceEventBatchResponsepublic void setCreatedAlerts(java.util.List<DeviceAlert> createdAlerts)