public class ImageDisplayConfig
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageDisplayConfig.Builder
RecordBuilder for ImageDisplayConfig instances.
|
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ImageDisplayConfig() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
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()
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)
Copyright © 2011-2016. All Rights Reserved.