public class TimedRGBOutputRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, TimedRGBOutputEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
TimedRGBOutputRecord.Builder
RecordBuilder for TimedRGBOutputRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
int |
blue
Deprecated.
|
int |
channelId
Deprecated.
|
int |
green
Deprecated.
|
HeaderRecord |
header
Deprecated.
|
int |
interpolationInterval
Deprecated.
|
int |
red
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
int |
targetTime
Deprecated.
|
| Constructor and Description |
|---|
TimedRGBOutputRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
Integer |
getBlue()
Gets the value of the 'blue' field.
|
Integer |
getChannelId()
Gets the value of the 'channelId' field.
|
Integer |
getGreen()
Gets the value of the 'green' field.
|
HeaderRecord |
getHeader()
Gets the value of the 'header' field.
|
Integer |
getInterpolationInterval()
Gets the value of the 'interpolationInterval' field.
|
Integer |
getRed()
Gets the value of the 'red' field.
|
org.apache.avro.Schema |
getSchema() |
Integer |
getTargetTime()
Gets the value of the 'targetTime' field.
|
static TimedRGBOutputRecord.Builder |
newBuilder()
Creates a new TimedRGBOutputRecord RecordBuilder
|
static TimedRGBOutputRecord.Builder |
newBuilder(TimedRGBOutputRecord.Builder other)
Creates a new TimedRGBOutputRecord RecordBuilder by copying an existing Builder
|
static TimedRGBOutputRecord.Builder |
newBuilder(TimedRGBOutputRecord other)
Creates a new TimedRGBOutputRecord RecordBuilder by copying an existing TimedRGBOutputRecord instance
|
void |
put(int field$,
Object value$) |
void |
setBlue(Integer value)
Sets the value of the 'blue' field.
|
void |
setChannelId(Integer value)
Sets the value of the 'channelId' field.
|
void |
setGreen(Integer value)
Sets the value of the 'green' field.
|
void |
setHeader(HeaderRecord value)
Sets the value of the 'header' field.
|
void |
setInterpolationInterval(Integer value)
Sets the value of the 'interpolationInterval' field.
|
void |
setRed(Integer value)
Sets the value of the 'red' field.
|
void |
setTargetTime(Integer value)
Sets the value of the 'targetTime' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public HeaderRecord header
@Deprecated public int channelId
@Deprecated public int red
@Deprecated public int green
@Deprecated public int blue
@Deprecated public int targetTime
@Deprecated public int interpolationInterval
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 HeaderRecord getHeader()
getHeader in interface TimedRGBOutputEventpublic void setHeader(HeaderRecord value)
value - the value to set.public Integer getChannelId()
getChannelId in interface TimedRGBOutputEventpublic void setChannelId(Integer value)
value - the value to set.public Integer getRed()
getRed in interface TimedRGBOutputEventpublic void setRed(Integer value)
value - the value to set.public Integer getGreen()
getGreen in interface TimedRGBOutputEventpublic void setGreen(Integer value)
value - the value to set.public Integer getBlue()
getBlue in interface TimedRGBOutputEventpublic void setBlue(Integer value)
value - the value to set.public Integer getTargetTime()
getTargetTime in interface TimedRGBOutputEventpublic void setTargetTime(Integer value)
value - the value to set.public Integer getInterpolationInterval()
getInterpolationInterval in interface TimedRGBOutputEventpublic void setInterpolationInterval(Integer value)
value - the value to set.public static TimedRGBOutputRecord.Builder newBuilder()
public static TimedRGBOutputRecord.Builder newBuilder(TimedRGBOutputRecord.Builder other)
public static TimedRGBOutputRecord.Builder newBuilder(TimedRGBOutputRecord other)
Copyright © 2011-2014. All Rights Reserved.