public class GyroConfigRecord extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, GyroConfigEvent<HeaderRecord>
| Modifier and Type | Class and Description |
|---|---|
static class |
GyroConfigRecord.Builder
RecordBuilder for GyroConfigRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
int |
ctl1
Deprecated.
|
int |
ctl2
Deprecated.
|
int |
ctl3
Deprecated.
|
int |
ctl4
Deprecated.
|
int |
ctl5
Deprecated.
|
HeaderRecord |
header
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
GyroConfigRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
Integer |
getCtl1()
Gets the value of the 'ctl1' field.
|
Integer |
getCtl2()
Gets the value of the 'ctl2' field.
|
Integer |
getCtl3()
Gets the value of the 'ctl3' field.
|
Integer |
getCtl4()
Gets the value of the 'ctl4' field.
|
Integer |
getCtl5()
Gets the value of the 'ctl5' field.
|
HeaderRecord |
getHeader()
Gets the value of the 'header' field.
|
org.apache.avro.Schema |
getSchema() |
static GyroConfigRecord.Builder |
newBuilder()
Creates a new GyroConfigRecord RecordBuilder
|
static GyroConfigRecord.Builder |
newBuilder(GyroConfigRecord.Builder other)
Creates a new GyroConfigRecord RecordBuilder by copying an existing Builder
|
static GyroConfigRecord.Builder |
newBuilder(GyroConfigRecord other)
Creates a new GyroConfigRecord RecordBuilder by copying an existing GyroConfigRecord instance
|
void |
put(int field$,
Object value$) |
void |
setCtl1(Integer value)
Sets the value of the 'ctl1' field.
|
void |
setCtl2(Integer value)
Sets the value of the 'ctl2' field.
|
void |
setCtl3(Integer value)
Sets the value of the 'ctl3' field.
|
void |
setCtl4(Integer value)
Sets the value of the 'ctl4' field.
|
void |
setCtl5(Integer value)
Sets the value of the 'ctl5' 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 ctl1
@Deprecated public int ctl2
@Deprecated public int ctl3
@Deprecated public int ctl4
@Deprecated public int ctl5
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 GyroConfigEvent<HeaderRecord>public void setHeader(HeaderRecord value)
setHeader in interface GyroConfigEvent<HeaderRecord>value - the value to set.public Integer getCtl1()
getCtl1 in interface GyroConfigEvent<HeaderRecord>public void setCtl1(Integer value)
setCtl1 in interface GyroConfigEvent<HeaderRecord>value - the value to set.public Integer getCtl2()
getCtl2 in interface GyroConfigEvent<HeaderRecord>public void setCtl2(Integer value)
setCtl2 in interface GyroConfigEvent<HeaderRecord>value - the value to set.public Integer getCtl3()
getCtl3 in interface GyroConfigEvent<HeaderRecord>public void setCtl3(Integer value)
setCtl3 in interface GyroConfigEvent<HeaderRecord>value - the value to set.public Integer getCtl4()
getCtl4 in interface GyroConfigEvent<HeaderRecord>public void setCtl4(Integer value)
setCtl4 in interface GyroConfigEvent<HeaderRecord>value - the value to set.public Integer getCtl5()
getCtl5 in interface GyroConfigEvent<HeaderRecord>public void setCtl5(Integer value)
setCtl5 in interface GyroConfigEvent<HeaderRecord>value - the value to set.public static GyroConfigRecord.Builder newBuilder()
public static GyroConfigRecord.Builder newBuilder(GyroConfigRecord.Builder other)
public static GyroConfigRecord.Builder newBuilder(GyroConfigRecord other)
Copyright © 2011-2014. All Rights Reserved.