public class DeviceEventBatch extends java.lang.Object implements IDeviceEventBatch, java.io.Serializable
Constructor and Description |
---|
DeviceEventBatch() |
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.
|
void |
setAlerts(java.util.List<DeviceAlertCreateRequest> alerts) |
void |
setHardwareId(java.lang.String hardwareId) |
void |
setLocations(java.util.List<DeviceLocationCreateRequest> locations) |
void |
setMeasurements(java.util.List<DeviceMeasurementsCreateRequest> measurements) |
public java.lang.String getHardwareId()
IDeviceEventBatch
getHardwareId
in interface IDeviceEventBatch
public void setHardwareId(java.lang.String hardwareId)
public java.util.List<IDeviceMeasurementsCreateRequest> getMeasurements()
IDeviceEventBatch
getMeasurements
in interface IDeviceEventBatch
public void setMeasurements(java.util.List<DeviceMeasurementsCreateRequest> measurements)
public java.util.List<IDeviceLocationCreateRequest> getLocations()
IDeviceEventBatch
getLocations
in interface IDeviceEventBatch
public void setLocations(java.util.List<DeviceLocationCreateRequest> locations)
public java.util.List<IDeviceAlertCreateRequest> getAlerts()
IDeviceEventBatch
getAlerts
in interface IDeviceEventBatch
public void setAlerts(java.util.List<DeviceAlertCreateRequest> alerts)