Request for deletion of sensor data given a filter criterion.
| Type | Name and description |
|---|---|
Timestamp |
afterTimestamp after which to get data (null for no start time). |
float[] |
aoiArea of interest. |
Timestamp |
beforeTimestamp before which to get data (null for no end time). |
Long |
nodeIDNode ID (null for any). |
String |
quantityQuantity (null for any). |
String |
sensorClassSensor class (null for any). |
String |
sensorIDSensor ID (null for any). |
List<String> |
tagsTags (null for any). |
| Constructor and description |
|---|
DeleteSensorDataReq
() |
| Methods inherited from class | Name |
|---|---|
class Message |
setPerformative, toString, getSender, setMessageID, getSentAt, setRecipient, getInReplyTo, setSentAt, setSender, getPerformative, getRecipient, getMessageID, setInReplyTo, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Timestamp after which to get data (null for no start time).
Area of interest. Defined by a 4-tuple: (top latitude, left longitude, bottom latitude, right longitude).
Timestamp before which to get data (null for no end time).
Node ID (null for any).
Quantity (null for any).
Sensor class (null for any).
Sensor class specification ending in a "/" are considered to be
requiring only a partial match.
Sensor ID (null for any).
Copyright 2013-21, Acoustic Research Laboratory, National University of Singapore, and Subnero Pte Ltd