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()
IDeviceEventBatchResponse
getCreatedMeasurements
in interface IDeviceEventBatchResponse
public void setCreatedMeasurements(java.util.List<DeviceMeasurements> createdMeasurements)
public java.util.List<IDeviceLocation> getCreatedLocations()
IDeviceEventBatchResponse
getCreatedLocations
in interface IDeviceEventBatchResponse
public void setCreatedLocations(java.util.List<DeviceLocation> createdLocations)
public java.util.List<IDeviceAlert> getCreatedAlerts()
IDeviceEventBatchResponse
getCreatedAlerts
in interface IDeviceEventBatchResponse
public void setCreatedAlerts(java.util.List<DeviceAlert> createdAlerts)