org.mechio.impl.animation.messaging
Class AnimationRecord

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

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


Nested Class Summary
static class AnimationRecord.Builder
          RecordBuilder for AnimationRecord instances.
 
Field Summary
 List<ChannelRecord> channels
          Deprecated. 
 String name
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 Long startTime
          Deprecated. 
 Long stopTime
          Deprecated. 
 String versionNumber
          Deprecated. 
 
Constructor Summary
AnimationRecord()
           
 
Method Summary
 Object get(int field$)
           
 List<ChannelRecord> getChannels()
          Gets the value of the 'channels' field.
 String getName()
          Gets the value of the 'name' field.
 org.apache.avro.Schema getSchema()
           
 Long getStartTime()
          Gets the value of the 'startTime' field.
 Long getStopTime()
          Gets the value of the 'stopTime' field.
 String getVersionNumber()
          Gets the value of the 'versionNumber' field.
static AnimationRecord.Builder newBuilder()
          Creates a new AnimationRecord RecordBuilder
static AnimationRecord.Builder newBuilder(AnimationRecord.Builder other)
          Creates a new AnimationRecord RecordBuilder by copying an existing Builder
static AnimationRecord.Builder newBuilder(AnimationRecord other)
          Creates a new AnimationRecord RecordBuilder by copying an existing AnimationRecord instance
 void put(int field$, Object value$)
           
 void setChannels(List<ChannelRecord> value)
          Sets the value of the 'channels' field.
 void setName(String value)
          Sets the value of the 'name' field.
 void setStartTime(Long value)
          Sets the value of the 'startTime' field.
 void setStopTime(Long value)
          Sets the value of the 'stopTime' field.
 void setVersionNumber(String value)
          Sets the value of the 'versionNumber' 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$

name

@Deprecated
public String name
Deprecated. 

versionNumber

@Deprecated
public String versionNumber
Deprecated. 

stopTime

@Deprecated
public Long stopTime
Deprecated. 

startTime

@Deprecated
public Long startTime
Deprecated. 

channels

@Deprecated
public List<ChannelRecord> channels
Deprecated. 
Constructor Detail

AnimationRecord

public AnimationRecord()
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 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$,
                Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getName

public String getName()
Gets the value of the 'name' field.


setName

public void setName(String value)
Sets the value of the 'name' field.

Parameters:
value - the value to set.

getVersionNumber

public String getVersionNumber()
Gets the value of the 'versionNumber' field.


setVersionNumber

public void setVersionNumber(String value)
Sets the value of the 'versionNumber' field.

Parameters:
value - the value to set.

getStopTime

public Long getStopTime()
Gets the value of the 'stopTime' field.


setStopTime

public void setStopTime(Long value)
Sets the value of the 'stopTime' field.

Parameters:
value - the value to set.

getStartTime

public Long getStartTime()
Gets the value of the 'startTime' field.


setStartTime

public void setStartTime(Long value)
Sets the value of the 'startTime' field.

Parameters:
value - the value to set.

getChannels

public List<ChannelRecord> getChannels()
Gets the value of the 'channels' field.


setChannels

public void setChannels(List<ChannelRecord> value)
Sets the value of the 'channels' field.

Parameters:
value - the value to set.

newBuilder

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


newBuilder

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


newBuilder

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



Copyright © 2011-2015. All Rights Reserved.