public class WatchUpdate
extends java.lang.Object
| Constructor and Description |
|---|
WatchUpdate(Watch watch,
org.dsa.iot.dslink.node.value.SubscriptionValue update) |
| Modifier and Type | Method and Description |
|---|---|
long |
getIntervalTimestamp() |
org.dsa.iot.dslink.node.value.SubscriptionValue |
getUpdate() |
Watch |
getWatch() |
void |
updateTimestamp(long nowTimestamp) |
public WatchUpdate(Watch watch, org.dsa.iot.dslink.node.value.SubscriptionValue update)
public Watch getWatch()
public org.dsa.iot.dslink.node.value.SubscriptionValue getUpdate()
public long getIntervalTimestamp()
public void updateTimestamp(long nowTimestamp)