public class AvroContextBase extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
AvroContextBase.Builder
RecordBuilder for AvroContextBase instances.
|
| Modifier and Type | Field and Description |
|---|---|
AvroEvaluatorDescriptor |
evaluatorDescriptor
Deprecated.
|
CharSequence |
evaluatorId
Deprecated.
|
CharSequence |
id
Deprecated.
|
CharSequence |
parentId
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
AvroContextBase()
Default constructor.
|
AvroContextBase(CharSequence id,
CharSequence evaluatorId,
CharSequence parentId,
AvroEvaluatorDescriptor evaluatorDescriptor)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
AvroEvaluatorDescriptor |
getEvaluatorDescriptor()
Gets the value of the 'evaluatorDescriptor' field.
|
CharSequence |
getEvaluatorId()
Gets the value of the 'evaluatorId' field.
|
CharSequence |
getId()
Gets the value of the 'id' field.
|
CharSequence |
getParentId()
Gets the value of the 'parentId' field.
|
org.apache.avro.Schema |
getSchema() |
static AvroContextBase.Builder |
newBuilder()
Creates a new AvroContextBase RecordBuilder
|
static AvroContextBase.Builder |
newBuilder(AvroContextBase.Builder other)
Creates a new AvroContextBase RecordBuilder by copying an existing Builder
|
static AvroContextBase.Builder |
newBuilder(AvroContextBase other)
Creates a new AvroContextBase RecordBuilder by copying an existing AvroContextBase instance
|
void |
put(int field$,
Object value$) |
void |
setEvaluatorDescriptor(AvroEvaluatorDescriptor value)
Sets the value of the 'evaluatorDescriptor' field.
|
void |
setEvaluatorId(CharSequence value)
Sets the value of the 'evaluatorId' field.
|
void |
setId(CharSequence value)
Sets the value of the 'id' field.
|
void |
setParentId(CharSequence value)
Sets the value of the 'parentId' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public CharSequence id
@Deprecated public CharSequence evaluatorId
@Deprecated public CharSequence parentId
@Deprecated public AvroEvaluatorDescriptor evaluatorDescriptor
public AvroContextBase()
newBuilder().public AvroContextBase(CharSequence id, CharSequence evaluatorId, CharSequence parentId, AvroEvaluatorDescriptor evaluatorDescriptor)
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 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 CharSequence getId()
public void setId(CharSequence value)
value - the value to set.public CharSequence getEvaluatorId()
public void setEvaluatorId(CharSequence value)
value - the value to set.public CharSequence getParentId()
public void setParentId(CharSequence value)
value - the value to set.public AvroEvaluatorDescriptor getEvaluatorDescriptor()
public void setEvaluatorDescriptor(AvroEvaluatorDescriptor value)
value - the value to set.public static AvroContextBase.Builder newBuilder()
public static AvroContextBase.Builder newBuilder(AvroContextBase.Builder other)
public static AvroContextBase.Builder newBuilder(AvroContextBase other)
Copyright © 2016 The Apache Software Foundation. All rights reserved.