|
|||||||||
| 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.Double3Record
public class Double3Record
| Nested Class Summary | |
|---|---|
static class |
Double3Record.Builder
RecordBuilder for Double3Record instances. |
| Field Summary | |
|---|---|
static org.apache.avro.Schema |
SCHEMA$
|
double |
x
Deprecated. |
double |
y
Deprecated. |
double |
z
Deprecated. |
| Constructor Summary | |
|---|---|
Double3Record()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
org.apache.avro.Schema |
getSchema()
|
java.lang.Double |
getX()
Gets the value of the 'x' field. |
java.lang.Double |
getY()
Gets the value of the 'y' field. |
java.lang.Double |
getZ()
Gets the value of the 'z' field. |
static Double3Record.Builder |
newBuilder()
Creates a new Double3Record RecordBuilder |
static Double3Record.Builder |
newBuilder(Double3Record.Builder other)
Creates a new Double3Record RecordBuilder by copying an existing Builder |
static Double3Record.Builder |
newBuilder(Double3Record other)
Creates a new Double3Record RecordBuilder by copying an existing Double3Record instance |
void |
put(int field$,
java.lang.Object value$)
|
void |
setX(java.lang.Double value)
Sets the value of the 'x' field. |
void |
setY(java.lang.Double value)
Sets the value of the 'y' field. |
void |
setZ(java.lang.Double value)
Sets the value of the 'z' 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 x
@Deprecated public double y
@Deprecated public double z
| Constructor Detail |
|---|
public Double3Record()
| 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 getX()
getX in interface Double3Eventpublic void setX(java.lang.Double value)
value - the value to set.public java.lang.Double getY()
getY in interface Double3Eventpublic void setY(java.lang.Double value)
value - the value to set.public java.lang.Double getZ()
getZ in interface Double3Eventpublic void setZ(java.lang.Double value)
value - the value to set.public static Double3Record.Builder newBuilder()
public static Double3Record.Builder newBuilder(Double3Record.Builder other)
public static Double3Record.Builder newBuilder(Double3Record other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||