org.robokind.impl.vision
Class ImageDisplayConfig.Builder

java.lang.Object
  extended by org.apache.avro.data.RecordBuilderBase<T>
      extended by org.apache.avro.specific.SpecificRecordBuilderBase<ImageDisplayConfig>
          extended by org.robokind.impl.vision.ImageDisplayConfig.Builder
All Implemented Interfaces:
org.apache.avro.data.RecordBuilder<ImageDisplayConfig>
Enclosing class:
ImageDisplayConfig

public static class ImageDisplayConfig.Builder
extends org.apache.avro.specific.SpecificRecordBuilderBase<ImageDisplayConfig>
implements org.apache.avro.data.RecordBuilder<ImageDisplayConfig>

RecordBuilder for ImageDisplayConfig instances.


Method Summary
 ImageDisplayConfig build()
           
 ImageDisplayConfig.Builder clearBrokerAddress()
          Clears the value of the 'brokerAddress' field
 ImageDisplayConfig.Builder clearCommandDestination()
          Clears the value of the 'commandDestination' field
 ImageDisplayConfig.Builder clearConnectionOptions()
          Clears the value of the 'connectionOptions' field
 ImageDisplayConfig.Builder clearDrawRate()
          Clears the value of the 'drawRate' field
 ImageDisplayConfig.Builder clearErrorDestination()
          Clears the value of the 'errorDestination' field
 ImageDisplayConfig.Builder clearImageEventDestination()
          Clears the value of the 'imageEventDestination' field
 ImageDisplayConfig.Builder clearProcEventDestination()
          Clears the value of the 'procEventDestination' field
 ImageDisplayConfig.Builder clearWindowName()
          Clears the value of the 'windowName' 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
 String getWindowName()
          Gets the value of the 'windowName' field
 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 hasDrawRate()
          Checks whether the 'drawRate' field has been set
 boolean hasErrorDestination()
          Checks whether the 'errorDestination' field has been set
 boolean hasImageEventDestination()
          Checks whether the 'imageEventDestination' field has been set
 boolean hasProcEventDestination()
          Checks whether the 'procEventDestination' field has been set
 boolean hasWindowName()
          Checks whether the 'windowName' field has been set
 ImageDisplayConfig.Builder setBrokerAddress(String value)
          Sets the value of the 'brokerAddress' field
 ImageDisplayConfig.Builder setCommandDestination(String value)
          Sets the value of the 'commandDestination' field
 ImageDisplayConfig.Builder setConnectionOptions(String value)
          Sets the value of the 'connectionOptions' field
 ImageDisplayConfig.Builder setDrawRate(int value)
          Sets the value of the 'drawRate' field
 ImageDisplayConfig.Builder setErrorDestination(String value)
          Sets the value of the 'errorDestination' field
 ImageDisplayConfig.Builder setImageEventDestination(String value)
          Sets the value of the 'imageEventDestination' field
 ImageDisplayConfig.Builder setProcEventDestination(String value)
          Sets the value of the 'procEventDestination' field
 ImageDisplayConfig.Builder setWindowName(String value)
          Sets the value of the 'windowName' 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

getBrokerAddress

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


setBrokerAddress

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


hasBrokerAddress

public boolean hasBrokerAddress()
Checks whether the 'brokerAddress' field has been set


clearBrokerAddress

public ImageDisplayConfig.Builder clearBrokerAddress()
Clears the value of the 'brokerAddress' field


getConnectionOptions

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


setConnectionOptions

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


hasConnectionOptions

public boolean hasConnectionOptions()
Checks whether the 'connectionOptions' field has been set


clearConnectionOptions

public ImageDisplayConfig.Builder clearConnectionOptions()
Clears the value of the 'connectionOptions' field


getImageEventDestination

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


setImageEventDestination

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


hasImageEventDestination

public boolean hasImageEventDestination()
Checks whether the 'imageEventDestination' field has been set


clearImageEventDestination

public ImageDisplayConfig.Builder clearImageEventDestination()
Clears the value of the 'imageEventDestination' field


getProcEventDestination

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


setProcEventDestination

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


hasProcEventDestination

public boolean hasProcEventDestination()
Checks whether the 'procEventDestination' field has been set


clearProcEventDestination

public ImageDisplayConfig.Builder clearProcEventDestination()
Clears the value of the 'procEventDestination' field


getCommandDestination

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


setCommandDestination

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


hasCommandDestination

public boolean hasCommandDestination()
Checks whether the 'commandDestination' field has been set


clearCommandDestination

public ImageDisplayConfig.Builder clearCommandDestination()
Clears the value of the 'commandDestination' field


getErrorDestination

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


setErrorDestination

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


hasErrorDestination

public boolean hasErrorDestination()
Checks whether the 'errorDestination' field has been set


clearErrorDestination

public ImageDisplayConfig.Builder clearErrorDestination()
Clears the value of the 'errorDestination' field


getDrawRate

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


setDrawRate

public ImageDisplayConfig.Builder setDrawRate(int value)
Sets the value of the 'drawRate' field


hasDrawRate

public boolean hasDrawRate()
Checks whether the 'drawRate' field has been set


clearDrawRate

public ImageDisplayConfig.Builder clearDrawRate()
Clears the value of the 'drawRate' field


getWindowName

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


setWindowName

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


hasWindowName

public boolean hasWindowName()
Checks whether the 'windowName' field has been set


clearWindowName

public ImageDisplayConfig.Builder clearWindowName()
Clears the value of the 'windowName' field


build

public ImageDisplayConfig build()
Specified by:
build in interface org.apache.avro.data.RecordBuilder<ImageDisplayConfig>


Copyright © 2011-2013. All Rights Reserved.