|
|||||||||
| 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.StampedDoubleRecord
public class StampedDoubleRecord
| Nested Class Summary | |
|---|---|
static class |
StampedDoubleRecord.Builder
RecordBuilder for StampedDoubleRecord instances. |
| Field Summary | |
|---|---|
double |
doubleValue
Deprecated. |
HeaderRecord |
header
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
StampedDoubleRecord()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
java.lang.Double |
getDoubleValue()
Gets the value of the 'doubleValue' field. |
HeaderRecord |
getHeader()
Gets the value of the 'header' field. |
org.apache.avro.Schema |
getSchema()
|
static StampedDoubleRecord.Builder |
newBuilder()
Creates a new StampedDoubleRecord RecordBuilder |
static StampedDoubleRecord.Builder |
newBuilder(StampedDoubleRecord.Builder other)
Creates a new StampedDoubleRecord RecordBuilder by copying an existing Builder |
static StampedDoubleRecord.Builder |
newBuilder(StampedDoubleRecord other)
Creates a new StampedDoubleRecord RecordBuilder by copying an existing StampedDoubleRecord instance |
void |
put(int field$,
java.lang.Object value$)
|
void |
setDoubleValue(java.lang.Double value)
Sets the value of the 'doubleValue' field. |
void |
setHeader(HeaderRecord value)
Sets the value of the 'header' 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 HeaderRecord header
@Deprecated public double doubleValue
| Constructor Detail |
|---|
public StampedDoubleRecord()
| 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 HeaderRecord getHeader()
getHeader in interface StampedDoubleEventpublic void setHeader(HeaderRecord value)
value - the value to set.public java.lang.Double getDoubleValue()
getDoubleValue in interface StampedDoubleEventpublic void setDoubleValue(java.lang.Double value)
value - the value to set.public static StampedDoubleRecord.Builder newBuilder()
public static StampedDoubleRecord.Builder newBuilder(StampedDoubleRecord.Builder other)
public static StampedDoubleRecord.Builder newBuilder(StampedDoubleRecord other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||