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