Uses of Class
org.mechio.impl.motion.messaging.RobotRequestRecord.Builder

Packages that use RobotRequestRecord.Builder
org.mechio.impl.motion.messaging   
 

Uses of RobotRequestRecord.Builder in org.mechio.impl.motion.messaging
 

Methods in org.mechio.impl.motion.messaging that return RobotRequestRecord.Builder
 RobotRequestRecord.Builder RobotRequestRecord.Builder.clearIntParam()
          Clears the value of the 'intParam' field
 RobotRequestRecord.Builder RobotRequestRecord.Builder.clearRequestDestinationId()
          Clears the value of the 'requestDestinationId' field
 RobotRequestRecord.Builder RobotRequestRecord.Builder.clearRequestSourceId()
          Clears the value of the 'requestSourceId' field
 RobotRequestRecord.Builder RobotRequestRecord.Builder.clearRequestType()
          Clears the value of the 'requestType' field
 RobotRequestRecord.Builder RobotRequestRecord.Builder.clearRobotId()
          Clears the value of the 'robotId' field
 RobotRequestRecord.Builder RobotRequestRecord.Builder.clearTimestampMillisecUTC()
          Clears the value of the 'timestampMillisecUTC' field
static RobotRequestRecord.Builder RobotRequestRecord.newBuilder()
          Creates a new RobotRequestRecord RecordBuilder
static RobotRequestRecord.Builder RobotRequestRecord.newBuilder(RobotRequestRecord.Builder other)
          Creates a new RobotRequestRecord RecordBuilder by copying an existing Builder
static RobotRequestRecord.Builder RobotRequestRecord.newBuilder(RobotRequestRecord other)
          Creates a new RobotRequestRecord RecordBuilder by copying an existing RobotRequestRecord instance
 RobotRequestRecord.Builder RobotRequestRecord.Builder.setIntParam(java.lang.Integer value)
          Sets the value of the 'intParam' field
 RobotRequestRecord.Builder RobotRequestRecord.Builder.setRequestDestinationId(java.lang.String value)
          Sets the value of the 'requestDestinationId' field
 RobotRequestRecord.Builder RobotRequestRecord.Builder.setRequestSourceId(java.lang.String value)
          Sets the value of the 'requestSourceId' field
 RobotRequestRecord.Builder RobotRequestRecord.Builder.setRequestType(java.lang.String value)
          Sets the value of the 'requestType' field
 RobotRequestRecord.Builder RobotRequestRecord.Builder.setRobotId(java.lang.String value)
          Sets the value of the 'robotId' field
 RobotRequestRecord.Builder RobotRequestRecord.Builder.setTimestampMillisecUTC(long value)
          Sets the value of the 'timestampMillisecUTC' field
 

Methods in org.mechio.impl.motion.messaging with parameters of type RobotRequestRecord.Builder
static RobotRequestRecord.Builder RobotRequestRecord.newBuilder(RobotRequestRecord.Builder other)
          Creates a new RobotRequestRecord RecordBuilder by copying an existing Builder
 



Copyright © 2011-2014. All Rights Reserved.