public class Double4Record extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord, Double4Event
| Modifier and Type | Class and Description |
|---|---|
static class |
Double4Record.Builder
RecordBuilder for Double4Record instances.
|
| Modifier and Type | Field and Description |
|---|---|
double |
d1
Deprecated.
|
double |
d2
Deprecated.
|
double |
d3
Deprecated.
|
double |
d4
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
Double4Record() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
Double |
getD1()
Gets the value of the 'd1' field.
|
Double |
getD2()
Gets the value of the 'd2' field.
|
Double |
getD3()
Gets the value of the 'd3' field.
|
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$,
Object value$) |
void |
setD1(Double value)
Sets the value of the 'd1' field.
|
void |
setD2(Double value)
Sets the value of the 'd2' field.
|
void |
setD3(Double value)
Sets the value of the 'd3' field.
|
void |
setD4(Double value)
Sets the value of the 'd4' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public double d1
@Deprecated public double d2
@Deprecated public double d3
@Deprecated public double d4
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic Double getD1()
getD1 in interface Double4Eventpublic void setD1(Double value)
value - the value to set.public Double getD2()
getD2 in interface Double4Eventpublic void setD2(Double value)
value - the value to set.public Double getD3()
getD3 in interface Double4Eventpublic void setD3(Double value)
value - the value to set.public Double getD4()
getD4 in interface Double4Eventpublic void setD4(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)
Copyright © 2011-2014. All Rights Reserved.