org.robokind.impl.vision
Class FaceDetectConfig

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.robokind.impl.vision.FaceDetectConfig
All Implemented Interfaces:
Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord, FaceDetectServiceConfig

public class FaceDetectConfig
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord, FaceDetectServiceConfig


Nested Class Summary
static class FaceDetectConfig.Builder
          RecordBuilder for FaceDetectConfig instances.
 
Field Summary
 String brokerAddress
          Deprecated. 
 String commandDestination
          Deprecated. 
 String connectionOptions
          Deprecated. 
 String errorDestination
          Deprecated. 
 String haarFileLocation
          Deprecated. 
 int haarFlags
          Deprecated. 
 String imageEventDestination
          Deprecated. 
 int minFaceHeight
          Deprecated. 
 int minFaceWidth
          Deprecated. 
 int neighbors
          Deprecated. 
 String procEventDestination
          Deprecated. 
 double scaleFactor
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 
Constructor Summary
FaceDetectConfig()
           
 
Method Summary
 Object get(int 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.
 org.apache.avro.Schema getSchema()
           
static FaceDetectConfig.Builder newBuilder()
          Creates a new FaceDetectConfig RecordBuilder
static FaceDetectConfig.Builder newBuilder(FaceDetectConfig.Builder other)
          Creates a new FaceDetectConfig RecordBuilder by copying an existing Builder
static FaceDetectConfig.Builder newBuilder(FaceDetectConfig other)
          Creates a new FaceDetectConfig RecordBuilder by copying an existing FaceDetectConfig instance
 void put(int field$, Object value$)
           
 void setBrokerAddress(String value)
          Sets the value of the 'brokerAddress' field.
 void setCommandDestination(String value)
          Sets the value of the 'commandDestination' field.
 void setConnectionOptions(String value)
          Sets the value of the 'connectionOptions' field.
 void setErrorDestination(String value)
          Sets the value of the 'errorDestination' field.
 void setHaarFileLocation(String value)
          Sets the value of the 'haarFileLocation' field.
 void setHaarFlags(Integer value)
          Sets the value of the 'haarFlags' field.
 void setImageEventDestination(String value)
          Sets the value of the 'imageEventDestination' field.
 void setMinFaceHeight(Integer value)
          Sets the value of the 'minFaceHeight' field.
 void setMinFaceWidth(Integer value)
          Sets the value of the 'minFaceWidth' field.
 void setNeighbors(Integer value)
          Sets the value of the 'neighbors' field.
 void setProcEventDestination(String value)
          Sets the value of the 'procEventDestination' field.
 void setScaleFactor(Double value)
          Sets the value of the 'scaleFactor' field.
 
Methods inherited from class org.apache.avro.specific.SpecificRecordBase
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SCHEMA$

public static final org.apache.avro.Schema SCHEMA$

brokerAddress

@Deprecated
public String brokerAddress
Deprecated. 

connectionOptions

@Deprecated
public String connectionOptions
Deprecated. 

imageEventDestination

@Deprecated
public String imageEventDestination
Deprecated. 

procEventDestination

@Deprecated
public String procEventDestination
Deprecated. 

commandDestination

@Deprecated
public String commandDestination
Deprecated. 

errorDestination

@Deprecated
public String errorDestination
Deprecated. 

haarFileLocation

@Deprecated
public String haarFileLocation
Deprecated. 

scaleFactor

@Deprecated
public double scaleFactor
Deprecated. 

neighbors

@Deprecated
public int neighbors
Deprecated. 

haarFlags

@Deprecated
public int haarFlags
Deprecated. 

minFaceWidth

@Deprecated
public int minFaceWidth
Deprecated. 

minFaceHeight

@Deprecated
public int minFaceHeight
Deprecated. 
Constructor Detail

FaceDetectConfig

public FaceDetectConfig()
Method Detail

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase

get

public Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificRecordBase

put

public void put(int field$,
                Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getBrokerAddress

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

Specified by:
getBrokerAddress in interface FaceDetectServiceConfig

setBrokerAddress

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

Parameters:
value - the value to set.

getConnectionOptions

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

Specified by:
getConnectionOptions in interface FaceDetectServiceConfig

setConnectionOptions

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

Parameters:
value - the value to set.

getImageEventDestination

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

Specified by:
getImageEventDestination in interface FaceDetectServiceConfig

setImageEventDestination

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

Parameters:
value - the value to set.

getProcEventDestination

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

Specified by:
getProcEventDestination in interface FaceDetectServiceConfig

setProcEventDestination

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

Parameters:
value - the value to set.

getCommandDestination

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

Specified by:
getCommandDestination in interface FaceDetectServiceConfig

setCommandDestination

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

Parameters:
value - the value to set.

getErrorDestination

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

Specified by:
getErrorDestination in interface FaceDetectServiceConfig

setErrorDestination

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

Parameters:
value - the value to set.

getHaarFileLocation

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

Specified by:
getHaarFileLocation in interface FaceDetectServiceConfig

setHaarFileLocation

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

Parameters:
value - the value to set.

getScaleFactor

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

Specified by:
getScaleFactor in interface FaceDetectServiceConfig

setScaleFactor

public void setScaleFactor(Double value)
Sets the value of the 'scaleFactor' field.

Parameters:
value - the value to set.

getNeighbors

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

Specified by:
getNeighbors in interface FaceDetectServiceConfig

setNeighbors

public void setNeighbors(Integer value)
Sets the value of the 'neighbors' field.

Parameters:
value - the value to set.

getHaarFlags

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

Specified by:
getHaarFlags in interface FaceDetectServiceConfig

setHaarFlags

public void setHaarFlags(Integer value)
Sets the value of the 'haarFlags' field.

Parameters:
value - the value to set.

getMinFaceWidth

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

Specified by:
getMinFaceWidth in interface FaceDetectServiceConfig

setMinFaceWidth

public void setMinFaceWidth(Integer value)
Sets the value of the 'minFaceWidth' field.

Parameters:
value - the value to set.

getMinFaceHeight

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

Specified by:
getMinFaceHeight in interface FaceDetectServiceConfig

setMinFaceHeight

public void setMinFaceHeight(Integer value)
Sets the value of the 'minFaceHeight' field.

Parameters:
value - the value to set.

newBuilder

public static FaceDetectConfig.Builder newBuilder()
Creates a new FaceDetectConfig RecordBuilder


newBuilder

public static FaceDetectConfig.Builder newBuilder(FaceDetectConfig.Builder other)
Creates a new FaceDetectConfig RecordBuilder by copying an existing Builder


newBuilder

public static FaceDetectConfig.Builder newBuilder(FaceDetectConfig other)
Creates a new FaceDetectConfig RecordBuilder by copying an existing FaceDetectConfig instance



Copyright © 2011-2013. All Rights Reserved.