public class InterpolatorTypeRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
InterpolatorTypeRecord.Builder
RecordBuilder for InterpolatorTypeRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
String |
name
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
String |
versionNumber
Deprecated.
|
| Constructor and Description |
|---|
InterpolatorTypeRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
String |
getName()
Gets the value of the 'name' field.
|
org.apache.avro.Schema |
getSchema() |
String |
getVersionNumber()
Gets the value of the 'versionNumber' field.
|
static InterpolatorTypeRecord.Builder |
newBuilder()
Creates a new InterpolatorTypeRecord RecordBuilder
|
static InterpolatorTypeRecord.Builder |
newBuilder(InterpolatorTypeRecord.Builder other)
Creates a new InterpolatorTypeRecord RecordBuilder by copying an existing Builder
|
static InterpolatorTypeRecord.Builder |
newBuilder(InterpolatorTypeRecord other)
Creates a new InterpolatorTypeRecord RecordBuilder by copying an existing InterpolatorTypeRecord instance
|
void |
put(int field$,
Object value$) |
void |
setName(String value)
Sets the value of the 'name' field.
|
void |
setVersionNumber(String value)
Sets the value of the 'versionNumber' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String name
@Deprecated public String versionNumber
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 String getName()
public void setName(String value)
value - the value to set.public String getVersionNumber()
public void setVersionNumber(String value)
value - the value to set.public static InterpolatorTypeRecord.Builder newBuilder()
public static InterpolatorTypeRecord.Builder newBuilder(InterpolatorTypeRecord.Builder other)
public static InterpolatorTypeRecord.Builder newBuilder(InterpolatorTypeRecord other)
Copyright © 2011-2014. All Rights Reserved.