org.mechio.impl.motion.messaging
Class MotionFrameEventRecord

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.mechio.impl.motion.messaging.MotionFrameEventRecord
All Implemented Interfaces:
java.lang.Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord

public class MotionFrameEventRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord


Nested Class Summary
static class MotionFrameEventRecord.Builder
          RecordBuilder for MotionFrameEventRecord instances.
 
Field Summary
 long currentTimeMillisecUTC
          Deprecated. 
 java.lang.String destinationId
          Deprecated. 
 MotionFrameRecord motionFrame
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 java.lang.String sourceId
          Deprecated. 
 
Constructor Summary
MotionFrameEventRecord()
           
 
Method Summary
 java.lang.Object get(int 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.
 org.apache.avro.Schema getSchema()
           
 java.lang.String getSourceId()
          Gets the value of the 'sourceId' field.
static MotionFrameEventRecord.Builder newBuilder()
          Creates a new MotionFrameEventRecord RecordBuilder
static MotionFrameEventRecord.Builder newBuilder(MotionFrameEventRecord.Builder other)
          Creates a new MotionFrameEventRecord RecordBuilder by copying an existing Builder
static MotionFrameEventRecord.Builder newBuilder(MotionFrameEventRecord other)
          Creates a new MotionFrameEventRecord RecordBuilder by copying an existing MotionFrameEventRecord instance
 void put(int field$, java.lang.Object value$)
           
 void setCurrentTimeMillisecUTC(java.lang.Long value)
          Sets the value of the 'currentTimeMillisecUTC' field.
 void setDestinationId(java.lang.String value)
          Sets the value of the 'destinationId' field.
 void setMotionFrame(MotionFrameRecord value)
          Sets the value of the 'motionFrame' field.
 void setSourceId(java.lang.String value)
          Sets the value of the 'sourceId' field.
 
Methods inherited from class org.apache.avro.specific.SpecificRecordBase
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SCHEMA$

public static final org.apache.avro.Schema SCHEMA$

sourceId

@Deprecated
public java.lang.String sourceId
Deprecated. 

destinationId

@Deprecated
public java.lang.String destinationId
Deprecated. 

currentTimeMillisecUTC

@Deprecated
public long currentTimeMillisecUTC
Deprecated. 

motionFrame

@Deprecated
public MotionFrameRecord motionFrame
Deprecated. 
Constructor Detail

MotionFrameEventRecord

public MotionFrameEventRecord()
Method Detail

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase

get

public java.lang.Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificRecordBase

put

public void put(int field$,
                java.lang.Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getSourceId

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


setSourceId

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

Parameters:
value - the value to set.

getDestinationId

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


setDestinationId

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

Parameters:
value - the value to set.

getCurrentTimeMillisecUTC

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


setCurrentTimeMillisecUTC

public void setCurrentTimeMillisecUTC(java.lang.Long value)
Sets the value of the 'currentTimeMillisecUTC' field.

Parameters:
value - the value to set.

getMotionFrame

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


setMotionFrame

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

Parameters:
value - the value to set.

newBuilder

public static MotionFrameEventRecord.Builder newBuilder()
Creates a new MotionFrameEventRecord RecordBuilder


newBuilder

public static MotionFrameEventRecord.Builder newBuilder(MotionFrameEventRecord.Builder other)
Creates a new MotionFrameEventRecord RecordBuilder by copying an existing Builder


newBuilder

public static MotionFrameEventRecord.Builder newBuilder(MotionFrameEventRecord other)
Creates a new MotionFrameEventRecord RecordBuilder by copying an existing MotionFrameEventRecord instance



Copyright © 2011-2014. All Rights Reserved.