|
|||||||||
| 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<ImageDisplayConfig>
org.robokind.impl.vision.ImageDisplayConfig.Builder
public static class ImageDisplayConfig.Builder
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 |
|---|
public String getBrokerAddress()
public ImageDisplayConfig.Builder setBrokerAddress(String value)
public boolean hasBrokerAddress()
public ImageDisplayConfig.Builder clearBrokerAddress()
public String getConnectionOptions()
public ImageDisplayConfig.Builder setConnectionOptions(String value)
public boolean hasConnectionOptions()
public ImageDisplayConfig.Builder clearConnectionOptions()
public String getImageEventDestination()
public ImageDisplayConfig.Builder setImageEventDestination(String value)
public boolean hasImageEventDestination()
public ImageDisplayConfig.Builder clearImageEventDestination()
public String getProcEventDestination()
public ImageDisplayConfig.Builder setProcEventDestination(String value)
public boolean hasProcEventDestination()
public ImageDisplayConfig.Builder clearProcEventDestination()
public String getCommandDestination()
public ImageDisplayConfig.Builder setCommandDestination(String value)
public boolean hasCommandDestination()
public ImageDisplayConfig.Builder clearCommandDestination()
public String getErrorDestination()
public ImageDisplayConfig.Builder setErrorDestination(String value)
public boolean hasErrorDestination()
public ImageDisplayConfig.Builder clearErrorDestination()
public Integer getDrawRate()
public ImageDisplayConfig.Builder setDrawRate(int value)
public boolean hasDrawRate()
public ImageDisplayConfig.Builder clearDrawRate()
public String getWindowName()
public ImageDisplayConfig.Builder setWindowName(String value)
public boolean hasWindowName()
public ImageDisplayConfig.Builder clearWindowName()
public ImageDisplayConfig build()
build in interface org.apache.avro.data.RecordBuilder<ImageDisplayConfig>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||