public class CameraConfig extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, CameraServiceConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
CameraConfig.Builder
RecordBuilder for CameraConfig instances.
|
| Modifier and Type | Field and Description |
|---|---|
String |
brokerAddress
Deprecated.
|
int |
cameraChannels
Deprecated.
|
int |
cameraHeight
Deprecated.
|
int |
cameraNumber
Deprecated.
|
int |
cameraWidth
Deprecated.
|
String |
commandDestination
Deprecated.
|
String |
connectionOptions
Deprecated.
|
String |
errorDestination
Deprecated.
|
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 and Description |
|---|
CameraConfig() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int 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.
|
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$,
Object value$) |
void |
setBrokerAddress(String value)
Sets the value of the 'brokerAddress' field.
|
void |
setCameraChannels(Integer value)
Sets the value of the 'cameraChannels' field.
|
void |
setCameraHeight(Integer value)
Sets the value of the 'cameraHeight' field.
|
void |
setCameraNumber(Integer value)
Sets the value of the 'cameraNumber' field.
|
void |
setCameraWidth(Integer value)
Sets the value of the 'cameraWidth' field.
|
void |
setCommandDestination(String value)
Sets the value of the 'commandDestination' field.
|
void |
setConnectionOptions(String value)
Sets the value of the 'connectionOptions' field.
|
void |
setErrorDestination(String value)
Sets the value of the 'errorDestination' field.
|
void |
setEventDestination(String value)
Sets the value of the 'eventDestination' field.
|
void |
setFlipImage(Boolean value)
Sets the value of the 'flipImage' field.
|
void |
setFrameLength(Integer value)
Sets the value of the 'frameLength' field.
|
void |
setImageChannels(Integer value)
Sets the value of the 'imageChannels' field.
|
void |
setImageHeight(Integer value)
Sets the value of the 'imageHeight' field.
|
void |
setImageWidth(Integer value)
Sets the value of the 'imageWidth' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String brokerAddress
@Deprecated public String connectionOptions
@Deprecated public String eventDestination
@Deprecated public String commandDestination
@Deprecated public 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
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic String getBrokerAddress()
getBrokerAddress in interface CameraServiceConfigpublic void setBrokerAddress(String value)
value - the value to set.public String getConnectionOptions()
getConnectionOptions in interface CameraServiceConfigpublic void setConnectionOptions(String value)
value - the value to set.public String getEventDestination()
getEventDestination in interface CameraServiceConfigpublic void setEventDestination(String value)
value - the value to set.public String getCommandDestination()
getCommandDestination in interface CameraServiceConfigpublic void setCommandDestination(String value)
value - the value to set.public String getErrorDestination()
getErrorDestination in interface CameraServiceConfigpublic void setErrorDestination(String value)
value - the value to set.public Integer getCameraNumber()
getCameraNumber in interface CameraServiceConfigpublic void setCameraNumber(Integer value)
value - the value to set.public Integer getFrameLength()
getFrameLength in interface CameraServiceConfigpublic void setFrameLength(Integer value)
value - the value to set.public Integer getImageWidth()
getImageWidth in interface CameraServiceConfigpublic void setImageWidth(Integer value)
value - the value to set.public Integer getImageHeight()
getImageHeight in interface CameraServiceConfigpublic void setImageHeight(Integer value)
value - the value to set.public Integer getImageChannels()
getImageChannels in interface CameraServiceConfigpublic void setImageChannels(Integer value)
value - the value to set.public Integer getCameraWidth()
getCameraWidth in interface CameraServiceConfigpublic void setCameraWidth(Integer value)
value - the value to set.public Integer getCameraHeight()
getCameraHeight in interface CameraServiceConfigpublic void setCameraHeight(Integer value)
value - the value to set.public Integer getCameraChannels()
getCameraChannels in interface CameraServiceConfigpublic void setCameraChannels(Integer value)
value - the value to set.public Boolean getFlipImage()
getFlipImage in interface CameraServiceConfigpublic void setFlipImage(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)
Copyright © 2011-2016. All Rights Reserved.