public static interface RobotResponse.RobotResponseHeader
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationId()
Returns a String identifying the host.
|
long |
getRequestTimestampMillisecUTC()
Returns the creation timestamp of the request being responded to.
|
String |
getRequestType()
Returns the type of Request being responded to.
|
long |
getResponseTimestampMillisecUTC()
Returns the creation timestamp of the response.
|
Robot.Id |
getRobotId()
Returns the id of the Robot which is responding.
|
String |
getSourceId()
Returns a String identifying the host.
|
Robot.Id getRobotId()
String getSourceId()
String getDestinationId()
long getRequestTimestampMillisecUTC()
long getResponseTimestampMillisecUTC()
String getRequestType()
Copyright © 2011-2014. All Rights Reserved.