public class MessageResponse extends Message
| Modifier and Type | Field | Description |
|---|---|---|
long |
configId |
|
URL |
location |
|
long |
seconds |
|
String |
server |
|
String |
st |
|
String |
uuid |
BOOT_ID, MULTICAST_ADDRESS, MULTICAST_PORT, ROOT_DEVICE_IDENTIFIER, type| Constructor | Description |
|---|---|
MessageResponse(String uuid,
URL location,
long seconds,
long configId) |
|
MessageResponse(String uuid,
URL location,
long seconds,
long configId,
String st,
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 URL location
public final long seconds
public final long configId
public final String uuid
public final String st
public final String server
public boolean rootDevice()
MessagerootDevice in class Messageprotected StringBuilder printFields()
printFields in class MessageCopyright © 2017–2019. All rights reserved.