org.mechio.impl.sensor
Class Double4Record

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.mechio.impl.sensor.Double4Record
All Implemented Interfaces:
java.lang.Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord, Double4Event

public class Double4Record
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord, Double4Event


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

SCHEMA$

public static final org.apache.avro.Schema SCHEMA$

d1

@Deprecated
public double d1
Deprecated. 

d2

@Deprecated
public double d2
Deprecated. 

d3

@Deprecated
public double d3
Deprecated. 

d4

@Deprecated
public double d4
Deprecated. 
Constructor Detail

Double4Record

public Double4Record()
Method Detail

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase

get

public java.lang.Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificRecordBase

put

public void put(int field$,
                java.lang.Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getD1

public java.lang.Double getD1()
Gets the value of the 'd1' field.

Specified by:
getD1 in interface Double4Event

setD1

public void setD1(java.lang.Double value)
Sets the value of the 'd1' field.

Parameters:
value - the value to set.

getD2

public java.lang.Double getD2()
Gets the value of the 'd2' field.

Specified by:
getD2 in interface Double4Event

setD2

public void setD2(java.lang.Double value)
Sets the value of the 'd2' field.

Parameters:
value - the value to set.

getD3

public java.lang.Double getD3()
Gets the value of the 'd3' field.

Specified by:
getD3 in interface Double4Event

setD3

public void setD3(java.lang.Double value)
Sets the value of the 'd3' field.

Parameters:
value - the value to set.

getD4

public java.lang.Double getD4()
Gets the value of the 'd4' field.

Specified by:
getD4 in interface Double4Event

setD4

public void setD4(java.lang.Double value)
Sets the value of the 'd4' field.

Parameters:
value - the value to set.

newBuilder

public static Double4Record.Builder newBuilder()
Creates a new Double4Record RecordBuilder


newBuilder

public static Double4Record.Builder newBuilder(Double4Record.Builder other)
Creates a new Double4Record RecordBuilder by copying an existing Builder


newBuilder

public static Double4Record.Builder newBuilder(Double4Record other)
Creates a new Double4Record RecordBuilder by copying an existing Double4Record instance



Copyright © 2011-2014. All Rights Reserved.