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