org.robokind.impl.animation.messaging
Class InterpolatorTypeRecord.Builder

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

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

RecordBuilder for InterpolatorTypeRecord instances.


Method Summary
 InterpolatorTypeRecord build()
           
 InterpolatorTypeRecord.Builder clearName()
          Clears the value of the 'name' field
 InterpolatorTypeRecord.Builder clearVersionNumber()
          Clears the value of the 'versionNumber' field
 String getName()
          Gets the value of the 'name' field
 String getVersionNumber()
          Gets the value of the 'versionNumber' field
 boolean hasName()
          Checks whether the 'name' field has been set
 boolean hasVersionNumber()
          Checks whether the 'versionNumber' field has been set
 InterpolatorTypeRecord.Builder setName(String value)
          Sets the value of the 'name' field
 InterpolatorTypeRecord.Builder setVersionNumber(String value)
          Sets the value of the 'versionNumber' 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

getName

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


setName

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


hasName

public boolean hasName()
Checks whether the 'name' field has been set


clearName

public InterpolatorTypeRecord.Builder clearName()
Clears the value of the 'name' field


getVersionNumber

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


setVersionNumber

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


hasVersionNumber

public boolean hasVersionNumber()
Checks whether the 'versionNumber' field has been set


clearVersionNumber

public InterpolatorTypeRecord.Builder clearVersionNumber()
Clears the value of the 'versionNumber' field


build

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


Copyright © 2011-2013. All Rights Reserved.