org.robokind.avrogen.vision
Class CameraConfig.Builder

java.lang.Object
  extended by org.apache.avro.data.RecordBuilderBase<T>
      extended by org.apache.avro.specific.SpecificRecordBuilderBase<CameraConfig>
          extended by org.robokind.avrogen.vision.CameraConfig.Builder
All Implemented Interfaces:
org.apache.avro.data.RecordBuilder<CameraConfig>, org.jflux.api.core.Source<CameraConfig>
Enclosing class:
CameraConfig

public static class CameraConfig.Builder
extends org.apache.avro.specific.SpecificRecordBuilderBase<CameraConfig>
implements org.apache.avro.data.RecordBuilder<CameraConfig>, org.jflux.api.core.Source<CameraConfig>

RecordBuilder for CameraConfig instances.


Method Summary
 CameraConfig build()
           
 CameraConfig.Builder clearBrokerAddress()
          Clears the value of the 'brokerAddress' field
 CameraConfig.Builder clearCameraChannels()
          Clears the value of the 'cameraChannels' field
 CameraConfig.Builder clearCameraHeight()
          Clears the value of the 'cameraHeight' field
 CameraConfig.Builder clearCameraNumber()
          Clears the value of the 'cameraNumber' field
 CameraConfig.Builder clearCameraWidth()
          Clears the value of the 'cameraWidth' field
 CameraConfig.Builder clearCommandDestination()
          Clears the value of the 'commandDestination' field
 CameraConfig.Builder clearConnectionOptions()
          Clears the value of the 'connectionOptions' field
 CameraConfig.Builder clearErrorDestination()
          Clears the value of the 'errorDestination' field
 CameraConfig.Builder clearEventDestination()
          Clears the value of the 'eventDestination' field
 CameraConfig.Builder clearFlipImage()
          Clears the value of the 'flipImage' field
 CameraConfig.Builder clearFrameLength()
          Clears the value of the 'frameLength' field
 CameraConfig.Builder clearImageChannels()
          Clears the value of the 'imageChannels' field
 CameraConfig.Builder clearImageHeight()
          Clears the value of the 'imageHeight' field
 CameraConfig.Builder clearImageWidth()
          Clears the value of the 'imageWidth' field
 String getBrokerAddress()
          Gets the value of the 'brokerAddress' field
 Integer getCameraChannels()
          Gets the value of the 'cameraChannels' field
 Integer getCameraHeight()
          Gets the value of the 'cameraHeight' field
 Integer getCameraNumber()
          Gets the value of the 'cameraNumber' field
 Integer getCameraWidth()
          Gets the value of the 'cameraWidth' field
 String getCommandDestination()
          Gets the value of the 'commandDestination' field
 String getConnectionOptions()
          Gets the value of the 'connectionOptions' field
 String getErrorDestination()
          Gets the value of the 'errorDestination' field
 String getEventDestination()
          Gets the value of the 'eventDestination' field
 Boolean getFlipImage()
          Gets the value of the 'flipImage' field
 Integer getFrameLength()
          Gets the value of the 'frameLength' field
 Integer getImageChannels()
          Gets the value of the 'imageChannels' field
 Integer getImageHeight()
          Gets the value of the 'imageHeight' field
 Integer getImageWidth()
          Gets the value of the 'imageWidth' field
 CameraConfig getValue()
           
 boolean hasBrokerAddress()
          Checks whether the 'brokerAddress' field has been set
 boolean hasCameraChannels()
          Checks whether the 'cameraChannels' field has been set
 boolean hasCameraHeight()
          Checks whether the 'cameraHeight' field has been set
 boolean hasCameraNumber()
          Checks whether the 'cameraNumber' field has been set
 boolean hasCameraWidth()
          Checks whether the 'cameraWidth' field has been set
 boolean hasCommandDestination()
          Checks whether the 'commandDestination' field has been set
 boolean hasConnectionOptions()
          Checks whether the 'connectionOptions' field has been set
 boolean hasErrorDestination()
          Checks whether the 'errorDestination' field has been set
 boolean hasEventDestination()
          Checks whether the 'eventDestination' field has been set
 boolean hasFlipImage()
          Checks whether the 'flipImage' field has been set
 boolean hasFrameLength()
          Checks whether the 'frameLength' field has been set
 boolean hasImageChannels()
          Checks whether the 'imageChannels' field has been set
 boolean hasImageHeight()
          Checks whether the 'imageHeight' field has been set
 boolean hasImageWidth()
          Checks whether the 'imageWidth' field has been set
 CameraConfig.Builder setBrokerAddress(String value)
          Sets the value of the 'brokerAddress' field
 CameraConfig.Builder setCameraChannels(int value)
          Sets the value of the 'cameraChannels' field
 CameraConfig.Builder setCameraHeight(int value)
          Sets the value of the 'cameraHeight' field
 CameraConfig.Builder setCameraNumber(int value)
          Sets the value of the 'cameraNumber' field
 CameraConfig.Builder setCameraWidth(int value)
          Sets the value of the 'cameraWidth' field
 CameraConfig.Builder setCommandDestination(String value)
          Sets the value of the 'commandDestination' field
 CameraConfig.Builder setConnectionOptions(String value)
          Sets the value of the 'connectionOptions' field
 CameraConfig.Builder setErrorDestination(String value)
          Sets the value of the 'errorDestination' field
 CameraConfig.Builder setEventDestination(String value)
          Sets the value of the 'eventDestination' field
 CameraConfig.Builder setFlipImage(boolean value)
          Sets the value of the 'flipImage' field
 CameraConfig.Builder setFrameLength(int value)
          Sets the value of the 'frameLength' field
 CameraConfig.Builder setImageChannels(int value)
          Sets the value of the 'imageChannels' field
 CameraConfig.Builder setImageHeight(int value)
          Sets the value of the 'imageHeight' field
 CameraConfig.Builder setImageWidth(int value)
          Sets the value of the 'imageWidth' 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

getBrokerAddress

public String getBrokerAddress()
Gets the value of the 'brokerAddress' field


setBrokerAddress

public CameraConfig.Builder setBrokerAddress(String value)
Sets the value of the 'brokerAddress' field


hasBrokerAddress

public boolean hasBrokerAddress()
Checks whether the 'brokerAddress' field has been set


clearBrokerAddress

public CameraConfig.Builder clearBrokerAddress()
Clears the value of the 'brokerAddress' field


getConnectionOptions

public String getConnectionOptions()
Gets the value of the 'connectionOptions' field


setConnectionOptions

public CameraConfig.Builder setConnectionOptions(String value)
Sets the value of the 'connectionOptions' field


hasConnectionOptions

public boolean hasConnectionOptions()
Checks whether the 'connectionOptions' field has been set


clearConnectionOptions

public CameraConfig.Builder clearConnectionOptions()
Clears the value of the 'connectionOptions' field


getEventDestination

public String getEventDestination()
Gets the value of the 'eventDestination' field


setEventDestination

public CameraConfig.Builder setEventDestination(String value)
Sets the value of the 'eventDestination' field


hasEventDestination

public boolean hasEventDestination()
Checks whether the 'eventDestination' field has been set


clearEventDestination

public CameraConfig.Builder clearEventDestination()
Clears the value of the 'eventDestination' field


getCommandDestination

public String getCommandDestination()
Gets the value of the 'commandDestination' field


setCommandDestination

public CameraConfig.Builder setCommandDestination(String value)
Sets the value of the 'commandDestination' field


hasCommandDestination

public boolean hasCommandDestination()
Checks whether the 'commandDestination' field has been set


clearCommandDestination

public CameraConfig.Builder clearCommandDestination()
Clears the value of the 'commandDestination' field


getErrorDestination

public String getErrorDestination()
Gets the value of the 'errorDestination' field


setErrorDestination

public CameraConfig.Builder setErrorDestination(String value)
Sets the value of the 'errorDestination' field


hasErrorDestination

public boolean hasErrorDestination()
Checks whether the 'errorDestination' field has been set


clearErrorDestination

public CameraConfig.Builder clearErrorDestination()
Clears the value of the 'errorDestination' field


getCameraNumber

public Integer getCameraNumber()
Gets the value of the 'cameraNumber' field


setCameraNumber

public CameraConfig.Builder setCameraNumber(int value)
Sets the value of the 'cameraNumber' field


hasCameraNumber

public boolean hasCameraNumber()
Checks whether the 'cameraNumber' field has been set


clearCameraNumber

public CameraConfig.Builder clearCameraNumber()
Clears the value of the 'cameraNumber' field


getFrameLength

public Integer getFrameLength()
Gets the value of the 'frameLength' field


setFrameLength

public CameraConfig.Builder setFrameLength(int value)
Sets the value of the 'frameLength' field


hasFrameLength

public boolean hasFrameLength()
Checks whether the 'frameLength' field has been set


clearFrameLength

public CameraConfig.Builder clearFrameLength()
Clears the value of the 'frameLength' field


getImageWidth

public Integer getImageWidth()
Gets the value of the 'imageWidth' field


setImageWidth

public CameraConfig.Builder setImageWidth(int value)
Sets the value of the 'imageWidth' field


hasImageWidth

public boolean hasImageWidth()
Checks whether the 'imageWidth' field has been set


clearImageWidth

public CameraConfig.Builder clearImageWidth()
Clears the value of the 'imageWidth' field


getImageHeight

public Integer getImageHeight()
Gets the value of the 'imageHeight' field


setImageHeight

public CameraConfig.Builder setImageHeight(int value)
Sets the value of the 'imageHeight' field


hasImageHeight

public boolean hasImageHeight()
Checks whether the 'imageHeight' field has been set


clearImageHeight

public CameraConfig.Builder clearImageHeight()
Clears the value of the 'imageHeight' field


getImageChannels

public Integer getImageChannels()
Gets the value of the 'imageChannels' field


setImageChannels

public CameraConfig.Builder setImageChannels(int value)
Sets the value of the 'imageChannels' field


hasImageChannels

public boolean hasImageChannels()
Checks whether the 'imageChannels' field has been set


clearImageChannels

public CameraConfig.Builder clearImageChannels()
Clears the value of the 'imageChannels' field


getCameraWidth

public Integer getCameraWidth()
Gets the value of the 'cameraWidth' field


setCameraWidth

public CameraConfig.Builder setCameraWidth(int value)
Sets the value of the 'cameraWidth' field


hasCameraWidth

public boolean hasCameraWidth()
Checks whether the 'cameraWidth' field has been set


clearCameraWidth

public CameraConfig.Builder clearCameraWidth()
Clears the value of the 'cameraWidth' field


getCameraHeight

public Integer getCameraHeight()
Gets the value of the 'cameraHeight' field


setCameraHeight

public CameraConfig.Builder setCameraHeight(int value)
Sets the value of the 'cameraHeight' field


hasCameraHeight

public boolean hasCameraHeight()
Checks whether the 'cameraHeight' field has been set


clearCameraHeight

public CameraConfig.Builder clearCameraHeight()
Clears the value of the 'cameraHeight' field


getCameraChannels

public Integer getCameraChannels()
Gets the value of the 'cameraChannels' field


setCameraChannels

public CameraConfig.Builder setCameraChannels(int value)
Sets the value of the 'cameraChannels' field


hasCameraChannels

public boolean hasCameraChannels()
Checks whether the 'cameraChannels' field has been set


clearCameraChannels

public CameraConfig.Builder clearCameraChannels()
Clears the value of the 'cameraChannels' field


getFlipImage

public Boolean getFlipImage()
Gets the value of the 'flipImage' field


setFlipImage

public CameraConfig.Builder setFlipImage(boolean value)
Sets the value of the 'flipImage' field


hasFlipImage

public boolean hasFlipImage()
Checks whether the 'flipImage' field has been set


clearFlipImage

public CameraConfig.Builder clearFlipImage()
Clears the value of the 'flipImage' field


build

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

getValue

public CameraConfig getValue()
Specified by:
getValue in interface org.jflux.api.core.Source<CameraConfig>


Copyright © 2011-2013. All Rights Reserved.