|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.robokind.avrogen.vision.ImageDisplayConfig
public class ImageDisplayConfig
| Nested Class Summary | |
|---|---|
static class |
ImageDisplayConfig.Builder
RecordBuilder for ImageDisplayConfig instances. |
| Field Summary | |
|---|---|
String |
brokerAddress
Deprecated. |
String |
commandDestination
Deprecated. |
String |
connectionOptions
Deprecated. |
int |
drawRate
Deprecated. |
String |
errorDestination
Deprecated. |
String |
imageEventDestination
Deprecated. |
String |
procEventDestination
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
String |
windowName
Deprecated. |
| Constructor Summary | |
|---|---|
ImageDisplayConfig()
|
|
| Method Summary | |
|---|---|
Object |
get(int 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. |
org.apache.avro.Schema |
getSchema()
|
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$,
Object value$)
|
void |
setBrokerAddress(String value)
Sets the value of the 'brokerAddress' field. |
void |
setCommandDestination(String value)
Sets the value of the 'commandDestination' field. |
void |
setConnectionOptions(String value)
Sets the value of the 'connectionOptions' field. |
void |
setDrawRate(Integer value)
Sets the value of the 'drawRate' field. |
void |
setErrorDestination(String value)
Sets the value of the 'errorDestination' field. |
void |
setImageEventDestination(String value)
Sets the value of the 'imageEventDestination' field. |
void |
setProcEventDestination(String value)
Sets the value of the 'procEventDestination' field. |
void |
setWindowName(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 String brokerAddress
@Deprecated public String connectionOptions
@Deprecated public String imageEventDestination
@Deprecated public String procEventDestination
@Deprecated public String commandDestination
@Deprecated public String errorDestination
@Deprecated public int drawRate
@Deprecated public 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 Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic String getBrokerAddress()
public void setBrokerAddress(String value)
value - the value to set.public String getConnectionOptions()
public void setConnectionOptions(String value)
value - the value to set.public String getImageEventDestination()
public void setImageEventDestination(String value)
value - the value to set.public String getProcEventDestination()
public void setProcEventDestination(String value)
value - the value to set.public String getCommandDestination()
public void setCommandDestination(String value)
value - the value to set.public String getErrorDestination()
public void setErrorDestination(String value)
value - the value to set.public Integer getDrawRate()
public void setDrawRate(Integer value)
value - the value to set.public String getWindowName()
public void setWindowName(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 | ||||||||