|
|||||||||
| 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.ImageDisplayConfig
public class ImageDisplayConfig
| Nested Class Summary | |
|---|---|
static class |
ImageDisplayConfig.Builder
RecordBuilder for ImageDisplayConfig instances. |
| Field Summary | |
|---|---|
java.lang.String |
brokerAddress
Deprecated. |
java.lang.String |
commandDestination
Deprecated. |
java.lang.String |
connectionOptions
Deprecated. |
int |
drawRate
Deprecated. |
java.lang.String |
errorDestination
Deprecated. |
java.lang.String |
imageEventDestination
Deprecated. |
java.lang.String |
procEventDestination
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
java.lang.String |
windowName
Deprecated. |
| Constructor Summary | |
|---|---|
ImageDisplayConfig()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
java.lang.String |
getBrokerAddress()
Gets the value of the 'brokerAddress' 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.Integer |
getDrawRate()
Gets the value of the 'drawRate' field. |
java.lang.String |
getErrorDestination()
Gets the value of the 'errorDestination' field. |
java.lang.String |
getImageEventDestination()
Gets the value of the 'imageEventDestination' field. |
java.lang.String |
getProcEventDestination()
Gets the value of the 'procEventDestination' field. |
org.apache.avro.Schema |
getSchema()
|
java.lang.String |
getWindowName()
Gets the value of the 'windowName' field. |
static ImageDisplayConfig.Builder |
newBuilder()
Creates a new ImageDisplayConfig RecordBuilder |
static ImageDisplayConfig.Builder |
newBuilder(ImageDisplayConfig.Builder other)
Creates a new ImageDisplayConfig RecordBuilder by copying an existing Builder |
static ImageDisplayConfig.Builder |
newBuilder(ImageDisplayConfig other)
Creates a new ImageDisplayConfig RecordBuilder by copying an existing ImageDisplayConfig instance |
void |
put(int field$,
java.lang.Object value$)
|
void |
setBrokerAddress(java.lang.String value)
Sets the value of the 'brokerAddress' 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 |
setDrawRate(java.lang.Integer value)
Sets the value of the 'drawRate' field. |
void |
setErrorDestination(java.lang.String value)
Sets the value of the 'errorDestination' field. |
void |
setImageEventDestination(java.lang.String value)
Sets the value of the 'imageEventDestination' field. |
void |
setProcEventDestination(java.lang.String value)
Sets the value of the 'procEventDestination' field. |
void |
setWindowName(java.lang.String value)
Sets the value of the 'windowName' 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 imageEventDestination
@Deprecated public java.lang.String procEventDestination
@Deprecated public java.lang.String commandDestination
@Deprecated public java.lang.String errorDestination
@Deprecated public int drawRate
@Deprecated public java.lang.String windowName
| Constructor Detail |
|---|
public ImageDisplayConfig()
| 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()
public void setBrokerAddress(java.lang.String value)
value - the value to set.public java.lang.String getConnectionOptions()
public void setConnectionOptions(java.lang.String value)
value - the value to set.public java.lang.String getImageEventDestination()
public void setImageEventDestination(java.lang.String value)
value - the value to set.public java.lang.String getProcEventDestination()
public void setProcEventDestination(java.lang.String value)
value - the value to set.public java.lang.String getCommandDestination()
public void setCommandDestination(java.lang.String value)
value - the value to set.public java.lang.String getErrorDestination()
public void setErrorDestination(java.lang.String value)
value - the value to set.public java.lang.Integer getDrawRate()
public void setDrawRate(java.lang.Integer value)
value - the value to set.public java.lang.String getWindowName()
public void setWindowName(java.lang.String value)
value - the value to set.public static ImageDisplayConfig.Builder newBuilder()
public static ImageDisplayConfig.Builder newBuilder(ImageDisplayConfig.Builder other)
public static ImageDisplayConfig.Builder newBuilder(ImageDisplayConfig other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||