public interface IDeviceEventCreateRequest
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getEventDate()
Get the date on which the event occurred.
|
java.util.Map<java.lang.String,java.lang.String> |
getMetadata()
Get metadata values.
|
boolean |
isUpdateState()
Indicates whether state information on the device assignment should be
updated to reflect new event.
|
void |
setUpdateState(boolean update)
Set indicator for whether state information on the device assignment
should be updated.
|
java.util.Date getEventDate()
boolean isUpdateState()
void setUpdateState(boolean update)
update
- java.util.Map<java.lang.String,java.lang.String> getMetadata()