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

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

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

RecordBuilder for RobotStatusResponseRecord instances.


Method Summary
 RobotStatusResponseRecord build()
           
 RobotStatusResponseRecord.Builder clearResponseHeader()
          Clears the value of the 'responseHeader' field
 RobotStatusResponseRecord.Builder clearStatusResponse()
          Clears the value of the 'statusResponse' field
 RobotResponseHeaderRecord getResponseHeader()
          Gets the value of the 'responseHeader' field
 java.lang.Boolean getStatusResponse()
          Gets the value of the 'statusResponse' field
 boolean hasResponseHeader()
          Checks whether the 'responseHeader' field has been set
 boolean hasStatusResponse()
          Checks whether the 'statusResponse' field has been set
 RobotStatusResponseRecord.Builder setResponseHeader(RobotResponseHeaderRecord value)
          Sets the value of the 'responseHeader' field
 RobotStatusResponseRecord.Builder setStatusResponse(boolean value)
          Sets the value of the 'statusResponse' 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

getResponseHeader

public RobotResponseHeaderRecord getResponseHeader()
Gets the value of the 'responseHeader' field


setResponseHeader

public RobotStatusResponseRecord.Builder setResponseHeader(RobotResponseHeaderRecord value)
Sets the value of the 'responseHeader' field


hasResponseHeader

public boolean hasResponseHeader()
Checks whether the 'responseHeader' field has been set


clearResponseHeader

public RobotStatusResponseRecord.Builder clearResponseHeader()
Clears the value of the 'responseHeader' field


getStatusResponse

public java.lang.Boolean getStatusResponse()
Gets the value of the 'statusResponse' field


setStatusResponse

public RobotStatusResponseRecord.Builder setStatusResponse(boolean value)
Sets the value of the 'statusResponse' field


hasStatusResponse

public boolean hasStatusResponse()
Checks whether the 'statusResponse' field has been set


clearStatusResponse

public RobotStatusResponseRecord.Builder clearStatusResponse()
Clears the value of the 'statusResponse' field


build

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


Copyright © 2011-2014. All Rights Reserved.