org.robokind.api.motion.messaging.messages
Interface RobotResponse.RobotResponseHeader

Enclosing interface:
RobotResponse

public static interface RobotResponse.RobotResponseHeader


Method Summary
 String getDestinationId()
           
 long getRequestTimestampMillisecUTC()
           
 String getRequestType()
           
 long getResponseTimestampMillisecUTC()
           
 Robot.Id getRobotId()
           
 String getSourceId()
           
 

Method Detail

getRobotId

Robot.Id getRobotId()

getSourceId

String getSourceId()

getDestinationId

String getDestinationId()

getRequestTimestampMillisecUTC

long getRequestTimestampMillisecUTC()

getResponseTimestampMillisecUTC

long getResponseTimestampMillisecUTC()

getRequestType

String getRequestType()


Copyright © 2011-2012. All Rights Reserved.