public class ChannelDoubleRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, ChannelDoubleEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelDoubleRecord.Builder
RecordBuilder for ChannelDoubleRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
int |
channelId
Deprecated.
|
double |
doubleValue
Deprecated.
|
HeaderRecord |
header
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
ChannelDoubleRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
Integer |
getChannelId()
Gets the value of the 'channelId' field.
|
Double |
getDoubleValue()
Gets the value of the 'doubleValue' field.
|
HeaderRecord |
getHeader()
Gets the value of the 'header' field.
|
org.apache.avro.Schema |
getSchema() |
static ChannelDoubleRecord.Builder |
newBuilder()
Creates a new ChannelDoubleRecord RecordBuilder
|
static ChannelDoubleRecord.Builder |
newBuilder(ChannelDoubleRecord.Builder other)
Creates a new ChannelDoubleRecord RecordBuilder by copying an existing Builder
|
static ChannelDoubleRecord.Builder |
newBuilder(ChannelDoubleRecord other)
Creates a new ChannelDoubleRecord RecordBuilder by copying an existing ChannelDoubleRecord instance
|
void |
put(int field$,
Object value$) |
void |
setChannelId(Integer value)
Sets the value of the 'channelId' field.
|
void |
setDoubleValue(Double value)
Sets the value of the 'doubleValue' field.
|
void |
setHeader(HeaderRecord value)
Sets the value of the 'header' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public HeaderRecord header
@Deprecated public int channelId
@Deprecated public double doubleValue
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 ChannelDoubleEventpublic void setHeader(HeaderRecord value)
value - the value to set.public Integer getChannelId()
getChannelId in interface ChannelDoubleEventpublic void setChannelId(Integer value)
value - the value to set.public Double getDoubleValue()
getDoubleValue in interface ChannelDoubleEventpublic void setDoubleValue(Double value)
value - the value to set.public static ChannelDoubleRecord.Builder newBuilder()
public static ChannelDoubleRecord.Builder newBuilder(ChannelDoubleRecord.Builder other)
public static ChannelDoubleRecord.Builder newBuilder(ChannelDoubleRecord other)
Copyright © 2011-2014. All Rights Reserved.