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