org.mechio.impl.motion.messaging
Class JointIdRecord.Builder

java.lang.Object
  extended by org.apache.avro.data.RecordBuilderBase<T>
      extended by org.apache.avro.specific.SpecificRecordBuilderBase<JointIdRecord>
          extended by org.mechio.impl.motion.messaging.JointIdRecord.Builder
All Implemented Interfaces:
org.apache.avro.data.RecordBuilder<JointIdRecord>
Enclosing class:
JointIdRecord

public static class JointIdRecord.Builder
extends org.apache.avro.specific.SpecificRecordBuilderBase<JointIdRecord>
implements org.apache.avro.data.RecordBuilder<JointIdRecord>

RecordBuilder for JointIdRecord instances.


Method Summary
 JointIdRecord build()
           
 JointIdRecord.Builder clearJointId()
          Clears the value of the 'jointId' field
 JointIdRecord.Builder clearRobotId()
          Clears the value of the 'robotId' field
 java.lang.Integer getJointId()
          Gets the value of the 'jointId' field
 java.lang.String getRobotId()
          Gets the value of the 'robotId' field
 boolean hasJointId()
          Checks whether the 'jointId' field has been set
 boolean hasRobotId()
          Checks whether the 'robotId' field has been set
 JointIdRecord.Builder setJointId(int value)
          Sets the value of the 'jointId' field
 JointIdRecord.Builder setRobotId(java.lang.String value)
          Sets the value of the 'robotId' field
 
Methods inherited from class org.apache.avro.data.RecordBuilderBase
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRobotId

public java.lang.String getRobotId()
Gets the value of the 'robotId' field


setRobotId

public JointIdRecord.Builder setRobotId(java.lang.String value)
Sets the value of the 'robotId' field


hasRobotId

public boolean hasRobotId()
Checks whether the 'robotId' field has been set


clearRobotId

public JointIdRecord.Builder clearRobotId()
Clears the value of the 'robotId' field


getJointId

public java.lang.Integer getJointId()
Gets the value of the 'jointId' field


setJointId

public JointIdRecord.Builder setJointId(int value)
Sets the value of the 'jointId' field


hasJointId

public boolean hasJointId()
Checks whether the 'jointId' field has been set


clearJointId

public JointIdRecord.Builder clearJointId()
Clears the value of the 'jointId' field


build

public JointIdRecord build()
Specified by:
build in interface org.apache.avro.data.RecordBuilder<JointIdRecord>


Copyright © 2011-2014. All Rights Reserved.