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

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

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

RecordBuilder for MotionFrameEventRecord instances.


Method Summary
 MotionFrameEventRecord build()
           
 MotionFrameEventRecord.Builder clearCurrentTimeMillisecUTC()
          Clears the value of the 'currentTimeMillisecUTC' field
 MotionFrameEventRecord.Builder clearDestinationId()
          Clears the value of the 'destinationId' field
 MotionFrameEventRecord.Builder clearMotionFrame()
          Clears the value of the 'motionFrame' field
 MotionFrameEventRecord.Builder clearSourceId()
          Clears the value of the 'sourceId' field
 java.lang.Long getCurrentTimeMillisecUTC()
          Gets the value of the 'currentTimeMillisecUTC' field
 java.lang.String getDestinationId()
          Gets the value of the 'destinationId' field
 MotionFrameRecord getMotionFrame()
          Gets the value of the 'motionFrame' field
 java.lang.String getSourceId()
          Gets the value of the 'sourceId' field
 boolean hasCurrentTimeMillisecUTC()
          Checks whether the 'currentTimeMillisecUTC' field has been set
 boolean hasDestinationId()
          Checks whether the 'destinationId' field has been set
 boolean hasMotionFrame()
          Checks whether the 'motionFrame' field has been set
 boolean hasSourceId()
          Checks whether the 'sourceId' field has been set
 MotionFrameEventRecord.Builder setCurrentTimeMillisecUTC(long value)
          Sets the value of the 'currentTimeMillisecUTC' field
 MotionFrameEventRecord.Builder setDestinationId(java.lang.String value)
          Sets the value of the 'destinationId' field
 MotionFrameEventRecord.Builder setMotionFrame(MotionFrameRecord value)
          Sets the value of the 'motionFrame' field
 MotionFrameEventRecord.Builder setSourceId(java.lang.String value)
          Sets the value of the 'sourceId' 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

getSourceId

public java.lang.String getSourceId()
Gets the value of the 'sourceId' field


setSourceId

public MotionFrameEventRecord.Builder setSourceId(java.lang.String value)
Sets the value of the 'sourceId' field


hasSourceId

public boolean hasSourceId()
Checks whether the 'sourceId' field has been set


clearSourceId

public MotionFrameEventRecord.Builder clearSourceId()
Clears the value of the 'sourceId' field


getDestinationId

public java.lang.String getDestinationId()
Gets the value of the 'destinationId' field


setDestinationId

public MotionFrameEventRecord.Builder setDestinationId(java.lang.String value)
Sets the value of the 'destinationId' field


hasDestinationId

public boolean hasDestinationId()
Checks whether the 'destinationId' field has been set


clearDestinationId

public MotionFrameEventRecord.Builder clearDestinationId()
Clears the value of the 'destinationId' field


getCurrentTimeMillisecUTC

public java.lang.Long getCurrentTimeMillisecUTC()
Gets the value of the 'currentTimeMillisecUTC' field


setCurrentTimeMillisecUTC

public MotionFrameEventRecord.Builder setCurrentTimeMillisecUTC(long value)
Sets the value of the 'currentTimeMillisecUTC' field


hasCurrentTimeMillisecUTC

public boolean hasCurrentTimeMillisecUTC()
Checks whether the 'currentTimeMillisecUTC' field has been set


clearCurrentTimeMillisecUTC

public MotionFrameEventRecord.Builder clearCurrentTimeMillisecUTC()
Clears the value of the 'currentTimeMillisecUTC' field


getMotionFrame

public MotionFrameRecord getMotionFrame()
Gets the value of the 'motionFrame' field


setMotionFrame

public MotionFrameEventRecord.Builder setMotionFrame(MotionFrameRecord value)
Sets the value of the 'motionFrame' field


hasMotionFrame

public boolean hasMotionFrame()
Checks whether the 'motionFrame' field has been set


clearMotionFrame

public MotionFrameEventRecord.Builder clearMotionFrame()
Clears the value of the 'motionFrame' field


build

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


Copyright © 2011-2014. All Rights Reserved.