public class Record31
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
Record31.Builder
RecordBuilder for Record31 instances.
|
| Modifier and Type | Field and Description |
|---|---|
float |
f
Deprecated.
|
Record311 |
record311
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
Record31()
Default constructor.
|
Record31(java.lang.Float f,
Record311 record311)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
java.lang.Float |
getF()
Gets the value of the 'f' field.
|
Record311 |
getRecord311()
Gets the value of the 'record311' field.
|
org.apache.avro.Schema |
getSchema() |
static Record31.Builder |
newBuilder()
Creates a new Record31 RecordBuilder
|
static Record31.Builder |
newBuilder(Record31.Builder other)
Creates a new Record31 RecordBuilder by copying an existing Builder
|
static Record31.Builder |
newBuilder(Record31 other)
Creates a new Record31 RecordBuilder by copying an existing Record31 instance
|
void |
put(int field$,
java.lang.Object value$) |
void |
setF(java.lang.Float value)
Sets the value of the 'f' field.
|
void |
setRecord311(Record311 value)
Sets the value of the 'record311' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public float f
@Deprecated public Record311 record311
public Record31()
newBuilder().public Record31(java.lang.Float f,
Record311 record311)
public static org.apache.avro.Schema getClassSchema()
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.SpecificRecordBasepublic 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.Float getF()
public void setF(java.lang.Float value)
value - the value to set.public Record311 getRecord311()
public void setRecord311(Record311 value)
value - the value to set.public static Record31.Builder newBuilder()
public static Record31.Builder newBuilder(Record31.Builder other)
public static Record31.Builder newBuilder(Record31 other)