org.robokind.impl.vision
Class ImageDisplayConfig

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

public class ImageDisplayConfig
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord


Nested Class Summary
static class ImageDisplayConfig.Builder
          RecordBuilder for ImageDisplayConfig instances.
 
Field Summary
 String brokerAddress
          Deprecated. 
 String commandDestination
          Deprecated. 
 String connectionOptions
          Deprecated. 
 int drawRate
          Deprecated. 
 String errorDestination
          Deprecated. 
 String imageEventDestination
          Deprecated. 
 String procEventDestination
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 String windowName
          Deprecated. 
 
Constructor Summary
ImageDisplayConfig()
           
 
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.
 Integer getDrawRate()
          Gets the value of the 'drawRate' field.
 String getErrorDestination()
          Gets the value of the 'errorDestination' field.
 String getImageEventDestination()
          Gets the value of the 'imageEventDestination' field.
 String getProcEventDestination()
          Gets the value of the 'procEventDestination' field.
 org.apache.avro.Schema getSchema()
           
 String getWindowName()
          Gets the value of the 'windowName' field.
static ImageDisplayConfig.Builder newBuilder()
          Creates a new ImageDisplayConfig RecordBuilder
static ImageDisplayConfig.Builder newBuilder(ImageDisplayConfig.Builder other)
          Creates a new ImageDisplayConfig RecordBuilder by copying an existing Builder
static ImageDisplayConfig.Builder newBuilder(ImageDisplayConfig other)
          Creates a new ImageDisplayConfig RecordBuilder by copying an existing ImageDisplayConfig 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 setDrawRate(Integer value)
          Sets the value of the 'drawRate' field.
 void setErrorDestination(String value)
          Sets the value of the 'errorDestination' field.
 void setImageEventDestination(String value)
          Sets the value of the 'imageEventDestination' field.
 void setProcEventDestination(String value)
          Sets the value of the 'procEventDestination' field.
 void setWindowName(String value)
          Sets the value of the 'windowName' 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. 

drawRate

@Deprecated
public int drawRate
Deprecated. 

windowName

@Deprecated
public String windowName
Deprecated. 
Constructor Detail

ImageDisplayConfig

public ImageDisplayConfig()
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.


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.


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.


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.


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.


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.


setErrorDestination

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

Parameters:
value - the value to set.

getDrawRate

public Integer getDrawRate()
Gets the value of the 'drawRate' field.


setDrawRate

public void setDrawRate(Integer value)
Sets the value of the 'drawRate' field.

Parameters:
value - the value to set.

getWindowName

public String getWindowName()
Gets the value of the 'windowName' field.


setWindowName

public void setWindowName(String value)
Sets the value of the 'windowName' field.

Parameters:
value - the value to set.

newBuilder

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


newBuilder

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


newBuilder

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



Copyright © 2011-2013. All Rights Reserved.