public static class AvroContextBase.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroContextBase> implements org.apache.avro.data.RecordBuilder<AvroContextBase>
Modifier and Type | Method and Description |
---|---|
AvroContextBase |
build() |
AvroContextBase.Builder |
clearEvaluatorDescriptor()
Clears the value of the 'evaluatorDescriptor' field
|
AvroContextBase.Builder |
clearEvaluatorId()
Clears the value of the 'evaluatorId' field
|
AvroContextBase.Builder |
clearId()
Clears the value of the 'id' field
|
AvroContextBase.Builder |
clearParentId()
Clears the value of the 'parentId' field
|
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
|
boolean |
hasEvaluatorDescriptor()
Checks whether the 'evaluatorDescriptor' field has been set
|
boolean |
hasEvaluatorId()
Checks whether the 'evaluatorId' field has been set
|
boolean |
hasId()
Checks whether the 'id' field has been set
|
boolean |
hasParentId()
Checks whether the 'parentId' field has been set
|
AvroContextBase.Builder |
setEvaluatorDescriptor(AvroEvaluatorDescriptor value)
Sets the value of the 'evaluatorDescriptor' field
|
AvroContextBase.Builder |
setEvaluatorId(CharSequence value)
Sets the value of the 'evaluatorId' field
|
AvroContextBase.Builder |
setId(CharSequence value)
Sets the value of the 'id' field
|
AvroContextBase.Builder |
setParentId(CharSequence value)
Sets the value of the 'parentId' field
|
public CharSequence getId()
public AvroContextBase.Builder setId(CharSequence value)
public boolean hasId()
public AvroContextBase.Builder clearId()
public CharSequence getEvaluatorId()
public AvroContextBase.Builder setEvaluatorId(CharSequence value)
public boolean hasEvaluatorId()
public AvroContextBase.Builder clearEvaluatorId()
public CharSequence getParentId()
public AvroContextBase.Builder setParentId(CharSequence value)
public boolean hasParentId()
public AvroContextBase.Builder clearParentId()
public AvroEvaluatorDescriptor getEvaluatorDescriptor()
public AvroContextBase.Builder setEvaluatorDescriptor(AvroEvaluatorDescriptor value)
public boolean hasEvaluatorDescriptor()
public AvroContextBase.Builder clearEvaluatorDescriptor()
public AvroContextBase build()
build
in interface org.apache.avro.data.RecordBuilder<AvroContextBase>
Copyright © 2016 The Apache Software Foundation. All rights reserved.