org.robokind.impl.vision
Class CameraConfig

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

public class CameraConfig
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord, CameraServiceConfig


Nested Class Summary
static class CameraConfig.Builder
          RecordBuilder for CameraConfig instances.
 
Field Summary
 String brokerAddress
          Deprecated. 
 int cameraChannels
          Deprecated. 
 int cameraHeight
          Deprecated. 
 int cameraNumber
          Deprecated. 
 int cameraWidth
          Deprecated. 
 String commandDestination
          Deprecated. 
 String connectionOptions
          Deprecated. 
 String errorDestination
          Deprecated. 
 String eventDestination
          Deprecated. 
 boolean flipImage
          Deprecated. 
 int frameLength
          Deprecated. 
 int imageChannels
          Deprecated. 
 int imageHeight
          Deprecated. 
 int imageWidth
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 
Constructor Summary
CameraConfig()
           
 
Method Summary
 Object get(int 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.
 org.apache.avro.Schema getSchema()
           
static CameraConfig.Builder newBuilder()
          Creates a new CameraConfig RecordBuilder
static CameraConfig.Builder newBuilder(CameraConfig.Builder other)
          Creates a new CameraConfig RecordBuilder by copying an existing Builder
static CameraConfig.Builder newBuilder(CameraConfig other)
          Creates a new CameraConfig RecordBuilder by copying an existing CameraConfig instance
 void put(int field$, Object value$)
           
 void setBrokerAddress(String value)
          Sets the value of the 'brokerAddress' field.
 void setCameraChannels(Integer value)
          Sets the value of the 'cameraChannels' field.
 void setCameraHeight(Integer value)
          Sets the value of the 'cameraHeight' field.
 void setCameraNumber(Integer value)
          Sets the value of the 'cameraNumber' field.
 void setCameraWidth(Integer value)
          Sets the value of the 'cameraWidth' 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 setEventDestination(String value)
          Sets the value of the 'eventDestination' field.
 void setFlipImage(Boolean value)
          Sets the value of the 'flipImage' field.
 void setFrameLength(Integer value)
          Sets the value of the 'frameLength' field.
 void setImageChannels(Integer value)
          Sets the value of the 'imageChannels' field.
 void setImageHeight(Integer value)
          Sets the value of the 'imageHeight' field.
 void setImageWidth(Integer value)
          Sets the value of the 'imageWidth' 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. 

eventDestination

@Deprecated
public String eventDestination
Deprecated. 

commandDestination

@Deprecated
public String commandDestination
Deprecated. 

errorDestination

@Deprecated
public String errorDestination
Deprecated. 

cameraNumber

@Deprecated
public int cameraNumber
Deprecated. 

frameLength

@Deprecated
public int frameLength
Deprecated. 

imageWidth

@Deprecated
public int imageWidth
Deprecated. 

imageHeight

@Deprecated
public int imageHeight
Deprecated. 

imageChannels

@Deprecated
public int imageChannels
Deprecated. 

cameraWidth

@Deprecated
public int cameraWidth
Deprecated. 

cameraHeight

@Deprecated
public int cameraHeight
Deprecated. 

cameraChannels

@Deprecated
public int cameraChannels
Deprecated. 

flipImage

@Deprecated
public boolean flipImage
Deprecated. 
Constructor Detail

CameraConfig

public CameraConfig()
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 CameraServiceConfig

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 CameraServiceConfig

setConnectionOptions

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

Parameters:
value - the value to set.

getEventDestination

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

Specified by:
getEventDestination in interface CameraServiceConfig

setEventDestination

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

Parameters:
value - the value to set.

getCommandDestination

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

Specified by:
getCommandDestination in interface CameraServiceConfig

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 CameraServiceConfig

setErrorDestination

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

Parameters:
value - the value to set.

getCameraNumber

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

Specified by:
getCameraNumber in interface CameraServiceConfig

setCameraNumber

public void setCameraNumber(Integer value)
Sets the value of the 'cameraNumber' field.

Parameters:
value - the value to set.

getFrameLength

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

Specified by:
getFrameLength in interface CameraServiceConfig

setFrameLength

public void setFrameLength(Integer value)
Sets the value of the 'frameLength' field.

Parameters:
value - the value to set.

getImageWidth

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

Specified by:
getImageWidth in interface CameraServiceConfig

setImageWidth

public void setImageWidth(Integer value)
Sets the value of the 'imageWidth' field.

Parameters:
value - the value to set.

getImageHeight

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

Specified by:
getImageHeight in interface CameraServiceConfig

setImageHeight

public void setImageHeight(Integer value)
Sets the value of the 'imageHeight' field.

Parameters:
value - the value to set.

getImageChannels

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

Specified by:
getImageChannels in interface CameraServiceConfig

setImageChannels

public void setImageChannels(Integer value)
Sets the value of the 'imageChannels' field.

Parameters:
value - the value to set.

getCameraWidth

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

Specified by:
getCameraWidth in interface CameraServiceConfig

setCameraWidth

public void setCameraWidth(Integer value)
Sets the value of the 'cameraWidth' field.

Parameters:
value - the value to set.

getCameraHeight

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

Specified by:
getCameraHeight in interface CameraServiceConfig

setCameraHeight

public void setCameraHeight(Integer value)
Sets the value of the 'cameraHeight' field.

Parameters:
value - the value to set.

getCameraChannels

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

Specified by:
getCameraChannels in interface CameraServiceConfig

setCameraChannels

public void setCameraChannels(Integer value)
Sets the value of the 'cameraChannels' field.

Parameters:
value - the value to set.

getFlipImage

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

Specified by:
getFlipImage in interface CameraServiceConfig

setFlipImage

public void setFlipImage(Boolean value)
Sets the value of the 'flipImage' field.

Parameters:
value - the value to set.

newBuilder

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


newBuilder

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


newBuilder

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



Copyright © 2011-2013. All Rights Reserved.