public class MessageNotify extends Message
| Modifier and Type | Field | Description |
|---|---|---|
long |
configId |
|
URL |
location |
|
NotifyType |
notifyType |
|
String |
nt |
|
long |
seconds |
|
String |
server |
|
String |
uuid |
BOOT_ID, MULTICAST_ADDRESS, MULTICAST_PORT, ROOT_DEVICE_IDENTIFIER, type| Constructor | Description |
|---|---|
MessageNotify(String uuid,
NotifyType notifyType,
URL location,
long seconds,
long configId) |
|
MessageNotify(String uuid,
NotifyType notifyType,
URL location,
long seconds,
long configId,
String nt,
String server) |
| Modifier and Type | Method | Description |
|---|---|---|
protected StringBuilder |
printFields() |
|
boolean |
rootDevice() |
Specify whether this message contains information about the root device/requests
information about the root device
|
public final NotifyType notifyType
public final long seconds
public final URL location
public final long configId
public final String uuid
public final String nt
public final String server
public MessageNotify(String uuid, NotifyType notifyType, URL location, long seconds, long configId)
public MessageNotify(String uuid, NotifyType notifyType, URL location, long seconds, long configId, String nt, String server)
public boolean rootDevice()
MessagerootDevice in class Messageprotected StringBuilder printFields()
printFields in class MessageCopyright © 2017–2019. All rights reserved.