|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.mechio.impl.sensor.Double4Record
public class Double4Record
| Nested Class Summary | |
|---|---|
static class |
Double4Record.Builder
RecordBuilder for Double4Record instances. |
| Field Summary | |
|---|---|
double |
d1
Deprecated. |
double |
d2
Deprecated. |
double |
d3
Deprecated. |
double |
d4
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
Double4Record()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
java.lang.Double |
getD1()
Gets the value of the 'd1' field. |
java.lang.Double |
getD2()
Gets the value of the 'd2' field. |
java.lang.Double |
getD3()
Gets the value of the 'd3' field. |
java.lang.Double |
getD4()
Gets the value of the 'd4' field. |
org.apache.avro.Schema |
getSchema()
|
static Double4Record.Builder |
newBuilder()
Creates a new Double4Record RecordBuilder |
static Double4Record.Builder |
newBuilder(Double4Record.Builder other)
Creates a new Double4Record RecordBuilder by copying an existing Builder |
static Double4Record.Builder |
newBuilder(Double4Record other)
Creates a new Double4Record RecordBuilder by copying an existing Double4Record instance |
void |
put(int field$,
java.lang.Object value$)
|
void |
setD1(java.lang.Double value)
Sets the value of the 'd1' field. |
void |
setD2(java.lang.Double value)
Sets the value of the 'd2' field. |
void |
setD3(java.lang.Double value)
Sets the value of the 'd3' field. |
void |
setD4(java.lang.Double value)
Sets the value of the 'd4' 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 double d1
@Deprecated public double d2
@Deprecated public double d3
@Deprecated public double d4
| Constructor Detail |
|---|
public Double4Record()
| Method Detail |
|---|
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
java.lang.Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.Double getD1()
getD1 in interface Double4Eventpublic void setD1(java.lang.Double value)
value - the value to set.public java.lang.Double getD2()
getD2 in interface Double4Eventpublic void setD2(java.lang.Double value)
value - the value to set.public java.lang.Double getD3()
getD3 in interface Double4Eventpublic void setD3(java.lang.Double value)
value - the value to set.public java.lang.Double getD4()
getD4 in interface Double4Eventpublic void setD4(java.lang.Double value)
value - the value to set.public static Double4Record.Builder newBuilder()
public static Double4Record.Builder newBuilder(Double4Record.Builder other)
public static Double4Record.Builder newBuilder(Double4Record other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||