|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avro.data.RecordBuilderBase<T>
org.apache.avro.specific.SpecificRecordBuilderBase<FaceDetectConfig>
org.mechio.impl.vision.FaceDetectConfig.Builder
public static class FaceDetectConfig.Builder
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 |
java.lang.String |
getBrokerAddress()
Gets the value of the 'brokerAddress' field |
java.lang.String |
getCommandDestination()
Gets the value of the 'commandDestination' field |
java.lang.String |
getConnectionOptions()
Gets the value of the 'connectionOptions' field |
java.lang.String |
getErrorDestination()
Gets the value of the 'errorDestination' field |
java.lang.String |
getHaarFileLocation()
Gets the value of the 'haarFileLocation' field |
java.lang.Integer |
getHaarFlags()
Gets the value of the 'haarFlags' field |
java.lang.String |
getImageEventDestination()
Gets the value of the 'imageEventDestination' field |
java.lang.Integer |
getMinFaceHeight()
Gets the value of the 'minFaceHeight' field |
java.lang.Integer |
getMinFaceWidth()
Gets the value of the 'minFaceWidth' field |
java.lang.Integer |
getNeighbors()
Gets the value of the 'neighbors' field |
java.lang.String |
getProcEventDestination()
Gets the value of the 'procEventDestination' field |
java.lang.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(java.lang.String value)
Sets the value of the 'brokerAddress' field |
FaceDetectConfig.Builder |
setCommandDestination(java.lang.String value)
Sets the value of the 'commandDestination' field |
FaceDetectConfig.Builder |
setConnectionOptions(java.lang.String value)
Sets the value of the 'connectionOptions' field |
FaceDetectConfig.Builder |
setErrorDestination(java.lang.String value)
Sets the value of the 'errorDestination' field |
FaceDetectConfig.Builder |
setHaarFileLocation(java.lang.String value)
Sets the value of the 'haarFileLocation' field |
FaceDetectConfig.Builder |
setHaarFlags(int value)
Sets the value of the 'haarFlags' field |
FaceDetectConfig.Builder |
setImageEventDestination(java.lang.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(java.lang.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 |
|---|
public java.lang.String getBrokerAddress()
public FaceDetectConfig.Builder setBrokerAddress(java.lang.String value)
public boolean hasBrokerAddress()
public FaceDetectConfig.Builder clearBrokerAddress()
public java.lang.String getConnectionOptions()
public FaceDetectConfig.Builder setConnectionOptions(java.lang.String value)
public boolean hasConnectionOptions()
public FaceDetectConfig.Builder clearConnectionOptions()
public java.lang.String getImageEventDestination()
public FaceDetectConfig.Builder setImageEventDestination(java.lang.String value)
public boolean hasImageEventDestination()
public FaceDetectConfig.Builder clearImageEventDestination()
public java.lang.String getProcEventDestination()
public FaceDetectConfig.Builder setProcEventDestination(java.lang.String value)
public boolean hasProcEventDestination()
public FaceDetectConfig.Builder clearProcEventDestination()
public java.lang.String getCommandDestination()
public FaceDetectConfig.Builder setCommandDestination(java.lang.String value)
public boolean hasCommandDestination()
public FaceDetectConfig.Builder clearCommandDestination()
public java.lang.String getErrorDestination()
public FaceDetectConfig.Builder setErrorDestination(java.lang.String value)
public boolean hasErrorDestination()
public FaceDetectConfig.Builder clearErrorDestination()
public java.lang.String getHaarFileLocation()
public FaceDetectConfig.Builder setHaarFileLocation(java.lang.String value)
public boolean hasHaarFileLocation()
public FaceDetectConfig.Builder clearHaarFileLocation()
public java.lang.Double getScaleFactor()
public FaceDetectConfig.Builder setScaleFactor(double value)
public boolean hasScaleFactor()
public FaceDetectConfig.Builder clearScaleFactor()
public java.lang.Integer getNeighbors()
public FaceDetectConfig.Builder setNeighbors(int value)
public boolean hasNeighbors()
public FaceDetectConfig.Builder clearNeighbors()
public java.lang.Integer getHaarFlags()
public FaceDetectConfig.Builder setHaarFlags(int value)
public boolean hasHaarFlags()
public FaceDetectConfig.Builder clearHaarFlags()
public java.lang.Integer getMinFaceWidth()
public FaceDetectConfig.Builder setMinFaceWidth(int value)
public boolean hasMinFaceWidth()
public FaceDetectConfig.Builder clearMinFaceWidth()
public java.lang.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>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||