org.robokind.impl.animation.messaging
Class InterpolatorTypeRecord

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.robokind.impl.animation.messaging.InterpolatorTypeRecord
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 InterpolatorTypeRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord


Nested Class Summary
static class InterpolatorTypeRecord.Builder
          RecordBuilder for InterpolatorTypeRecord instances.
 
Field Summary
 String name
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 String versionNumber
          Deprecated. 
 
Constructor Summary
InterpolatorTypeRecord()
           
 
Method Summary
 Object get(int field$)
           
 String getName()
          Gets the value of the 'name' field.
 org.apache.avro.Schema getSchema()
           
 String getVersionNumber()
          Gets the value of the 'versionNumber' field.
static InterpolatorTypeRecord.Builder newBuilder()
          Creates a new InterpolatorTypeRecord RecordBuilder
static InterpolatorTypeRecord.Builder newBuilder(InterpolatorTypeRecord.Builder other)
          Creates a new InterpolatorTypeRecord RecordBuilder by copying an existing Builder
static InterpolatorTypeRecord.Builder newBuilder(InterpolatorTypeRecord other)
          Creates a new InterpolatorTypeRecord RecordBuilder by copying an existing InterpolatorTypeRecord instance
 void put(int field$, Object value$)
           
 void setName(String value)
          Sets the value of the 'name' 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. 
Constructor Detail

InterpolatorTypeRecord

public InterpolatorTypeRecord()
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.

newBuilder

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


newBuilder

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


newBuilder

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



Copyright © 2011-2014. All Rights Reserved.