org.robokind.avrogen.vision
Class FaceDetectConfig.Builder

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

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

RecordBuilder for FaceDetectConfig instances.


Method Summary
 FaceDetectConfig build()
           
 FaceDetectConfig.Builder clearBrokerAddress()
          Clears the value of the 'brokerAddress' field
 FaceDetectConfig.Builder clearCommandDestination()
          Clears the value of the 'commandDestination' field
 FaceDetectConfig.Builder clearConnectionOptions()
          Clears the value of the 'connectionOptions' field
 FaceDetectConfig.Builder clearErrorDestination()
          Clears the value of the 'errorDestination' field
 FaceDetectConfig.Builder clearHaarFileLocation()
          Clears the value of the 'haarFileLocation' field
 FaceDetectConfig.Builder clearHaarFlags()
          Clears the value of the 'haarFlags' field
 FaceDetectConfig.Builder clearImageEventDestination()
          Clears the value of the 'imageEventDestination' field
 FaceDetectConfig.Builder clearMinFaceHeight()
          Clears the value of the 'minFaceHeight' field
 FaceDetectConfig.Builder clearMinFaceWidth()
          Clears the value of the 'minFaceWidth' field
 FaceDetectConfig.Builder clearNeighbors()
          Clears the value of the 'neighbors' field
 FaceDetectConfig.Builder clearProcEventDestination()
          Clears the value of the 'procEventDestination' field
 FaceDetectConfig.Builder clearScaleFactor()
          Clears the value of the 'scaleFactor' field
 String getBrokerAddress()
          Gets the value of the 'brokerAddress' 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 getHaarFileLocation()
          Gets the value of the 'haarFileLocation' field
 Integer getHaarFlags()
          Gets the value of the 'haarFlags' field
 String getImageEventDestination()
          Gets the value of the 'imageEventDestination' field
 Integer getMinFaceHeight()
          Gets the value of the 'minFaceHeight' field
 Integer getMinFaceWidth()
          Gets the value of the 'minFaceWidth' field
 Integer getNeighbors()
          Gets the value of the 'neighbors' field
 String getProcEventDestination()
          Gets the value of the 'procEventDestination' field
 Double getScaleFactor()
          Gets the value of the 'scaleFactor' field
 FaceDetectConfig getValue()
           
 boolean hasBrokerAddress()
          Checks whether the 'brokerAddress' 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 hasHaarFileLocation()
          Checks whether the 'haarFileLocation' field has been set
 boolean hasHaarFlags()
          Checks whether the 'haarFlags' field has been set
 boolean hasImageEventDestination()
          Checks whether the 'imageEventDestination' field has been set
 boolean hasMinFaceHeight()
          Checks whether the 'minFaceHeight' field has been set
 boolean hasMinFaceWidth()
          Checks whether the 'minFaceWidth' field has been set
 boolean hasNeighbors()
          Checks whether the 'neighbors' field has been set
 boolean hasProcEventDestination()
          Checks whether the 'procEventDestination' field has been set
 boolean hasScaleFactor()
          Checks whether the 'scaleFactor' field has been set
 FaceDetectConfig.Builder setBrokerAddress(String value)
          Sets the value of the 'brokerAddress' field
 FaceDetectConfig.Builder setCommandDestination(String value)
          Sets the value of the 'commandDestination' field
 FaceDetectConfig.Builder setConnectionOptions(String value)
          Sets the value of the 'connectionOptions' field
 FaceDetectConfig.Builder setErrorDestination(String value)
          Sets the value of the 'errorDestination' field
 FaceDetectConfig.Builder setHaarFileLocation(String value)
          Sets the value of the 'haarFileLocation' field
 FaceDetectConfig.Builder setHaarFlags(int value)
          Sets the value of the 'haarFlags' field
 FaceDetectConfig.Builder setImageEventDestination(String value)
          Sets the value of the 'imageEventDestination' field
 FaceDetectConfig.Builder setMinFaceHeight(int value)
          Sets the value of the 'minFaceHeight' field
 FaceDetectConfig.Builder setMinFaceWidth(int value)
          Sets the value of the 'minFaceWidth' field
 FaceDetectConfig.Builder setNeighbors(int value)
          Sets the value of the 'neighbors' field
 FaceDetectConfig.Builder setProcEventDestination(String value)
          Sets the value of the 'procEventDestination' field
 FaceDetectConfig.Builder setScaleFactor(double value)
          Sets the value of the 'scaleFactor' 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 FaceDetectConfig.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 FaceDetectConfig.Builder clearBrokerAddress()
Clears the value of the 'brokerAddress' field


getConnectionOptions

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


setConnectionOptions

public FaceDetectConfig.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 FaceDetectConfig.Builder clearConnectionOptions()
Clears the value of the 'connectionOptions' field


getImageEventDestination

public String getImageEventDestination()
Gets the value of the 'imageEventDestination' field


setImageEventDestination

public FaceDetectConfig.Builder setImageEventDestination(String value)
Sets the value of the 'imageEventDestination' field


hasImageEventDestination

public boolean hasImageEventDestination()
Checks whether the 'imageEventDestination' field has been set


clearImageEventDestination

public FaceDetectConfig.Builder clearImageEventDestination()
Clears the value of the 'imageEventDestination' field


getProcEventDestination

public String getProcEventDestination()
Gets the value of the 'procEventDestination' field


setProcEventDestination

public FaceDetectConfig.Builder setProcEventDestination(String value)
Sets the value of the 'procEventDestination' field


hasProcEventDestination

public boolean hasProcEventDestination()
Checks whether the 'procEventDestination' field has been set


clearProcEventDestination

public FaceDetectConfig.Builder clearProcEventDestination()
Clears the value of the 'procEventDestination' field


getCommandDestination

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


setCommandDestination

public FaceDetectConfig.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 FaceDetectConfig.Builder clearCommandDestination()
Clears the value of the 'commandDestination' field


getErrorDestination

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


setErrorDestination

public FaceDetectConfig.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 FaceDetectConfig.Builder clearErrorDestination()
Clears the value of the 'errorDestination' field


getHaarFileLocation

public String getHaarFileLocation()
Gets the value of the 'haarFileLocation' field


setHaarFileLocation

public FaceDetectConfig.Builder setHaarFileLocation(String value)
Sets the value of the 'haarFileLocation' field


hasHaarFileLocation

public boolean hasHaarFileLocation()
Checks whether the 'haarFileLocation' field has been set


clearHaarFileLocation

public FaceDetectConfig.Builder clearHaarFileLocation()
Clears the value of the 'haarFileLocation' field


getScaleFactor

public Double getScaleFactor()
Gets the value of the 'scaleFactor' field


setScaleFactor

public FaceDetectConfig.Builder setScaleFactor(double value)
Sets the value of the 'scaleFactor' field


hasScaleFactor

public boolean hasScaleFactor()
Checks whether the 'scaleFactor' field has been set


clearScaleFactor

public FaceDetectConfig.Builder clearScaleFactor()
Clears the value of the 'scaleFactor' field


getNeighbors

public Integer getNeighbors()
Gets the value of the 'neighbors' field


setNeighbors

public FaceDetectConfig.Builder setNeighbors(int value)
Sets the value of the 'neighbors' field


hasNeighbors

public boolean hasNeighbors()
Checks whether the 'neighbors' field has been set


clearNeighbors

public FaceDetectConfig.Builder clearNeighbors()
Clears the value of the 'neighbors' field


getHaarFlags

public Integer getHaarFlags()
Gets the value of the 'haarFlags' field


setHaarFlags

public FaceDetectConfig.Builder setHaarFlags(int value)
Sets the value of the 'haarFlags' field


hasHaarFlags

public boolean hasHaarFlags()
Checks whether the 'haarFlags' field has been set


clearHaarFlags

public FaceDetectConfig.Builder clearHaarFlags()
Clears the value of the 'haarFlags' field


getMinFaceWidth

public Integer getMinFaceWidth()
Gets the value of the 'minFaceWidth' field


setMinFaceWidth

public FaceDetectConfig.Builder setMinFaceWidth(int value)
Sets the value of the 'minFaceWidth' field


hasMinFaceWidth

public boolean hasMinFaceWidth()
Checks whether the 'minFaceWidth' field has been set


clearMinFaceWidth

public FaceDetectConfig.Builder clearMinFaceWidth()
Clears the value of the 'minFaceWidth' field


getMinFaceHeight

public Integer getMinFaceHeight()
Gets the value of the 'minFaceHeight' field


setMinFaceHeight

public FaceDetectConfig.Builder setMinFaceHeight(int value)
Sets the value of the 'minFaceHeight' field


hasMinFaceHeight

public boolean hasMinFaceHeight()
Checks whether the 'minFaceHeight' field has been set


clearMinFaceHeight

public FaceDetectConfig.Builder clearMinFaceHeight()
Clears the value of the 'minFaceHeight' field


build

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

getValue

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


Copyright © 2011-2013. All Rights Reserved.