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>
| Modifier and Type | Method and Description |
|---|---|
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
|
public String getBrokerAddress()
public FaceDetectConfig.Builder setBrokerAddress(String value)
public boolean hasBrokerAddress()
public FaceDetectConfig.Builder clearBrokerAddress()
public String getConnectionOptions()
public FaceDetectConfig.Builder setConnectionOptions(String value)
public boolean hasConnectionOptions()
public FaceDetectConfig.Builder clearConnectionOptions()
public String getImageEventDestination()
public FaceDetectConfig.Builder setImageEventDestination(String value)
public boolean hasImageEventDestination()
public FaceDetectConfig.Builder clearImageEventDestination()
public String getProcEventDestination()
public FaceDetectConfig.Builder setProcEventDestination(String value)
public boolean hasProcEventDestination()
public FaceDetectConfig.Builder clearProcEventDestination()
public String getCommandDestination()
public FaceDetectConfig.Builder setCommandDestination(String value)
public boolean hasCommandDestination()
public FaceDetectConfig.Builder clearCommandDestination()
public String getErrorDestination()
public FaceDetectConfig.Builder setErrorDestination(String value)
public boolean hasErrorDestination()
public FaceDetectConfig.Builder clearErrorDestination()
public String getHaarFileLocation()
public FaceDetectConfig.Builder setHaarFileLocation(String value)
public boolean hasHaarFileLocation()
public FaceDetectConfig.Builder clearHaarFileLocation()
public Double getScaleFactor()
public FaceDetectConfig.Builder setScaleFactor(double value)
public boolean hasScaleFactor()
public FaceDetectConfig.Builder clearScaleFactor()
public Integer getNeighbors()
public FaceDetectConfig.Builder setNeighbors(int value)
public boolean hasNeighbors()
public FaceDetectConfig.Builder clearNeighbors()
public Integer getHaarFlags()
public FaceDetectConfig.Builder setHaarFlags(int value)
public boolean hasHaarFlags()
public FaceDetectConfig.Builder clearHaarFlags()
public Integer getMinFaceWidth()
public FaceDetectConfig.Builder setMinFaceWidth(int value)
public boolean hasMinFaceWidth()
public FaceDetectConfig.Builder clearMinFaceWidth()
public Integer getMinFaceHeight()
public FaceDetectConfig.Builder setMinFaceHeight(int value)
public boolean hasMinFaceHeight()
public FaceDetectConfig.Builder clearMinFaceHeight()
public FaceDetectConfig build()
build in interface org.apache.avro.data.RecordBuilder<FaceDetectConfig>public FaceDetectConfig getValue()
getValue in interface org.jflux.api.core.Source<FaceDetectConfig>Copyright © 2011-2014. All Rights Reserved.