|
|||||||||
| 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.Double2Record
public class Double2Record
| Nested Class Summary | |
|---|---|
static class |
Double2Record.Builder
RecordBuilder for Double2Record instances. |
| Field Summary | |
|---|---|
double |
d1
Deprecated. |
double |
d2
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
Double2Record()
|
|
| 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. |
org.apache.avro.Schema |
getSchema()
|
static Double2Record.Builder |
newBuilder()
Creates a new Double2Record RecordBuilder |
static Double2Record.Builder |
newBuilder(Double2Record.Builder other)
Creates a new Double2Record RecordBuilder by copying an existing Builder |
static Double2Record.Builder |
newBuilder(Double2Record other)
Creates a new Double2Record RecordBuilder by copying an existing Double2Record 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. |
| 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
| Constructor Detail |
|---|
public Double2Record()
| 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 Double2Eventpublic void setD1(java.lang.Double value)
value - the value to set.public java.lang.Double getD2()
getD2 in interface Double2Eventpublic void setD2(java.lang.Double value)
value - the value to set.public static Double2Record.Builder newBuilder()
public static Double2Record.Builder newBuilder(Double2Record.Builder other)
public static Double2Record.Builder newBuilder(Double2Record other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||