|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.mechio.impl.vision.CameraConfig
public class CameraConfig
| Nested Class Summary | |
|---|---|
static class |
CameraConfig.Builder
RecordBuilder for CameraConfig instances. |
| Field Summary | |
|---|---|
java.lang.String |
brokerAddress
Deprecated. |
int |
cameraChannels
Deprecated. |
int |
cameraHeight
Deprecated. |
int |
cameraNumber
Deprecated. |
int |
cameraWidth
Deprecated. |
java.lang.String |
commandDestination
Deprecated. |
java.lang.String |
connectionOptions
Deprecated. |
java.lang.String |
errorDestination
Deprecated. |
java.lang.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 | |
|---|---|
java.lang.Object |
get(int field$)
|
java.lang.String |
getBrokerAddress()
Gets the value of the 'brokerAddress' field. |
java.lang.Integer |
getCameraChannels()
Gets the value of the 'cameraChannels' field. |
java.lang.Integer |
getCameraHeight()
Gets the value of the 'cameraHeight' field. |
java.lang.Integer |
getCameraNumber()
Gets the value of the 'cameraNumber' field. |
java.lang.Integer |
getCameraWidth()
Gets the value of the 'cameraWidth' field. |
java.lang.String |
getCommandDestination()
Gets the value of the 'commandDestination' field. |
java.lang.String |
getConnectionOptions()
Gets the value of the 'connectionOptions' field. |
java.lang.String |
getErrorDestination()
Gets the value of the 'errorDestination' field. |
java.lang.String |
getEventDestination()
Gets the value of the 'eventDestination' field. |
java.lang.Boolean |
getFlipImage()
Gets the value of the 'flipImage' field. |
java.lang.Integer |
getFrameLength()
Gets the value of the 'frameLength' field. |
java.lang.Integer |
getImageChannels()
Gets the value of the 'imageChannels' field. |
java.lang.Integer |
getImageHeight()
Gets the value of the 'imageHeight' field. |
java.lang.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$,
java.lang.Object value$)
|
void |
setBrokerAddress(java.lang.String value)
Sets the value of the 'brokerAddress' field. |
void |
setCameraChannels(java.lang.Integer value)
Sets the value of the 'cameraChannels' field. |
void |
setCameraHeight(java.lang.Integer value)
Sets the value of the 'cameraHeight' field. |
void |
setCameraNumber(java.lang.Integer value)
Sets the value of the 'cameraNumber' field. |
void |
setCameraWidth(java.lang.Integer value)
Sets the value of the 'cameraWidth' field. |
void |
setCommandDestination(java.lang.String value)
Sets the value of the 'commandDestination' field. |
void |
setConnectionOptions(java.lang.String value)
Sets the value of the 'connectionOptions' field. |
void |
setErrorDestination(java.lang.String value)
Sets the value of the 'errorDestination' field. |
void |
setEventDestination(java.lang.String value)
Sets the value of the 'eventDestination' field. |
void |
setFlipImage(java.lang.Boolean value)
Sets the value of the 'flipImage' field. |
void |
setFrameLength(java.lang.Integer value)
Sets the value of the 'frameLength' field. |
void |
setImageChannels(java.lang.Integer value)
Sets the value of the 'imageChannels' field. |
void |
setImageHeight(java.lang.Integer value)
Sets the value of the 'imageHeight' field. |
void |
setImageWidth(java.lang.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 |
|---|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public java.lang.String brokerAddress
@Deprecated public java.lang.String connectionOptions
@Deprecated public java.lang.String eventDestination
@Deprecated public java.lang.String commandDestination
@Deprecated public java.lang.String errorDestination
@Deprecated public int cameraNumber
@Deprecated public int frameLength
@Deprecated public int imageWidth
@Deprecated public int imageHeight
@Deprecated public int imageChannels
@Deprecated public int cameraWidth
@Deprecated public int cameraHeight
@Deprecated public int cameraChannels
@Deprecated public boolean flipImage
| Constructor Detail |
|---|
public CameraConfig()
| Method Detail |
|---|
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
java.lang.Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.String getBrokerAddress()
getBrokerAddress in interface CameraServiceConfigpublic void setBrokerAddress(java.lang.String value)
value - the value to set.public java.lang.String getConnectionOptions()
getConnectionOptions in interface CameraServiceConfigpublic void setConnectionOptions(java.lang.String value)
value - the value to set.public java.lang.String getEventDestination()
getEventDestination in interface CameraServiceConfigpublic void setEventDestination(java.lang.String value)
value - the value to set.public java.lang.String getCommandDestination()
getCommandDestination in interface CameraServiceConfigpublic void setCommandDestination(java.lang.String value)
value - the value to set.public java.lang.String getErrorDestination()
getErrorDestination in interface CameraServiceConfigpublic void setErrorDestination(java.lang.String value)
value - the value to set.public java.lang.Integer getCameraNumber()
getCameraNumber in interface CameraServiceConfigpublic void setCameraNumber(java.lang.Integer value)
value - the value to set.public java.lang.Integer getFrameLength()
getFrameLength in interface CameraServiceConfigpublic void setFrameLength(java.lang.Integer value)
value - the value to set.public java.lang.Integer getImageWidth()
getImageWidth in interface CameraServiceConfigpublic void setImageWidth(java.lang.Integer value)
value - the value to set.public java.lang.Integer getImageHeight()
getImageHeight in interface CameraServiceConfigpublic void setImageHeight(java.lang.Integer value)
value - the value to set.public java.lang.Integer getImageChannels()
getImageChannels in interface CameraServiceConfigpublic void setImageChannels(java.lang.Integer value)
value - the value to set.public java.lang.Integer getCameraWidth()
getCameraWidth in interface CameraServiceConfigpublic void setCameraWidth(java.lang.Integer value)
value - the value to set.public java.lang.Integer getCameraHeight()
getCameraHeight in interface CameraServiceConfigpublic void setCameraHeight(java.lang.Integer value)
value - the value to set.public java.lang.Integer getCameraChannels()
getCameraChannels in interface CameraServiceConfigpublic void setCameraChannels(java.lang.Integer value)
value - the value to set.public java.lang.Boolean getFlipImage()
getFlipImage in interface CameraServiceConfigpublic void setFlipImage(java.lang.Boolean value)
value - the value to set.public static CameraConfig.Builder newBuilder()
public static CameraConfig.Builder newBuilder(CameraConfig.Builder other)
public static CameraConfig.Builder newBuilder(CameraConfig other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||