|
|||||||||
| 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<CameraConfig>
org.robokind.avrogen.vision.CameraConfig.Builder
public static class CameraConfig.Builder
RecordBuilder for CameraConfig instances.
| Method Summary | |
|---|---|
CameraConfig |
build()
|
CameraConfig.Builder |
clearBrokerAddress()
Clears the value of the 'brokerAddress' field |
CameraConfig.Builder |
clearCameraChannels()
Clears the value of the 'cameraChannels' field |
CameraConfig.Builder |
clearCameraHeight()
Clears the value of the 'cameraHeight' field |
CameraConfig.Builder |
clearCameraNumber()
Clears the value of the 'cameraNumber' field |
CameraConfig.Builder |
clearCameraWidth()
Clears the value of the 'cameraWidth' field |
CameraConfig.Builder |
clearCommandDestination()
Clears the value of the 'commandDestination' field |
CameraConfig.Builder |
clearConnectionOptions()
Clears the value of the 'connectionOptions' field |
CameraConfig.Builder |
clearErrorDestination()
Clears the value of the 'errorDestination' field |
CameraConfig.Builder |
clearEventDestination()
Clears the value of the 'eventDestination' field |
CameraConfig.Builder |
clearFlipImage()
Clears the value of the 'flipImage' field |
CameraConfig.Builder |
clearFrameLength()
Clears the value of the 'frameLength' field |
CameraConfig.Builder |
clearImageChannels()
Clears the value of the 'imageChannels' field |
CameraConfig.Builder |
clearImageHeight()
Clears the value of the 'imageHeight' field |
CameraConfig.Builder |
clearImageWidth()
Clears the value of the 'imageWidth' 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 |
CameraConfig |
getValue()
|
boolean |
hasBrokerAddress()
Checks whether the 'brokerAddress' field has been set |
boolean |
hasCameraChannels()
Checks whether the 'cameraChannels' field has been set |
boolean |
hasCameraHeight()
Checks whether the 'cameraHeight' field has been set |
boolean |
hasCameraNumber()
Checks whether the 'cameraNumber' field has been set |
boolean |
hasCameraWidth()
Checks whether the 'cameraWidth' 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 |
hasErrorDestination()
Checks whether the 'errorDestination' field has been set |
boolean |
hasEventDestination()
Checks whether the 'eventDestination' field has been set |
boolean |
hasFlipImage()
Checks whether the 'flipImage' field has been set |
boolean |
hasFrameLength()
Checks whether the 'frameLength' field has been set |
boolean |
hasImageChannels()
Checks whether the 'imageChannels' field has been set |
boolean |
hasImageHeight()
Checks whether the 'imageHeight' field has been set |
boolean |
hasImageWidth()
Checks whether the 'imageWidth' field has been set |
CameraConfig.Builder |
setBrokerAddress(String value)
Sets the value of the 'brokerAddress' field |
CameraConfig.Builder |
setCameraChannels(int value)
Sets the value of the 'cameraChannels' field |
CameraConfig.Builder |
setCameraHeight(int value)
Sets the value of the 'cameraHeight' field |
CameraConfig.Builder |
setCameraNumber(int value)
Sets the value of the 'cameraNumber' field |
CameraConfig.Builder |
setCameraWidth(int value)
Sets the value of the 'cameraWidth' field |
CameraConfig.Builder |
setCommandDestination(String value)
Sets the value of the 'commandDestination' field |
CameraConfig.Builder |
setConnectionOptions(String value)
Sets the value of the 'connectionOptions' field |
CameraConfig.Builder |
setErrorDestination(String value)
Sets the value of the 'errorDestination' field |
CameraConfig.Builder |
setEventDestination(String value)
Sets the value of the 'eventDestination' field |
CameraConfig.Builder |
setFlipImage(boolean value)
Sets the value of the 'flipImage' field |
CameraConfig.Builder |
setFrameLength(int value)
Sets the value of the 'frameLength' field |
CameraConfig.Builder |
setImageChannels(int value)
Sets the value of the 'imageChannels' field |
CameraConfig.Builder |
setImageHeight(int value)
Sets the value of the 'imageHeight' field |
CameraConfig.Builder |
setImageWidth(int value)
Sets the value of the 'imageWidth' 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 CameraConfig.Builder setBrokerAddress(String value)
public boolean hasBrokerAddress()
public CameraConfig.Builder clearBrokerAddress()
public String getConnectionOptions()
public CameraConfig.Builder setConnectionOptions(String value)
public boolean hasConnectionOptions()
public CameraConfig.Builder clearConnectionOptions()
public String getEventDestination()
public CameraConfig.Builder setEventDestination(String value)
public boolean hasEventDestination()
public CameraConfig.Builder clearEventDestination()
public String getCommandDestination()
public CameraConfig.Builder setCommandDestination(String value)
public boolean hasCommandDestination()
public CameraConfig.Builder clearCommandDestination()
public String getErrorDestination()
public CameraConfig.Builder setErrorDestination(String value)
public boolean hasErrorDestination()
public CameraConfig.Builder clearErrorDestination()
public Integer getCameraNumber()
public CameraConfig.Builder setCameraNumber(int value)
public boolean hasCameraNumber()
public CameraConfig.Builder clearCameraNumber()
public Integer getFrameLength()
public CameraConfig.Builder setFrameLength(int value)
public boolean hasFrameLength()
public CameraConfig.Builder clearFrameLength()
public Integer getImageWidth()
public CameraConfig.Builder setImageWidth(int value)
public boolean hasImageWidth()
public CameraConfig.Builder clearImageWidth()
public Integer getImageHeight()
public CameraConfig.Builder setImageHeight(int value)
public boolean hasImageHeight()
public CameraConfig.Builder clearImageHeight()
public Integer getImageChannels()
public CameraConfig.Builder setImageChannels(int value)
public boolean hasImageChannels()
public CameraConfig.Builder clearImageChannels()
public Integer getCameraWidth()
public CameraConfig.Builder setCameraWidth(int value)
public boolean hasCameraWidth()
public CameraConfig.Builder clearCameraWidth()
public Integer getCameraHeight()
public CameraConfig.Builder setCameraHeight(int value)
public boolean hasCameraHeight()
public CameraConfig.Builder clearCameraHeight()
public Integer getCameraChannels()
public CameraConfig.Builder setCameraChannels(int value)
public boolean hasCameraChannels()
public CameraConfig.Builder clearCameraChannels()
public Boolean getFlipImage()
public CameraConfig.Builder setFlipImage(boolean value)
public boolean hasFlipImage()
public CameraConfig.Builder clearFlipImage()
public CameraConfig build()
build in interface org.apache.avro.data.RecordBuilder<CameraConfig>public CameraConfig getValue()
getValue in interface org.jflux.api.core.Source<CameraConfig>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||