public static class AvroFailedEvaluator.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroFailedEvaluator> implements org.apache.avro.data.RecordBuilder<AvroFailedEvaluator>
Modifier and Type | Method and Description |
---|---|
AvroFailedEvaluator |
build() |
AvroFailedEvaluator.Builder |
clearEvaluatorException()
Clears the value of the 'evaluatorException' field
|
AvroFailedEvaluator.Builder |
clearFailedContextList()
Clears the value of the 'failedContextList' field
|
AvroFailedEvaluator.Builder |
clearFailedTask()
Clears the value of the 'failedTask' field
|
AvroFailedEvaluator.Builder |
clearId()
Clears the value of the 'id' field
|
CharSequence |
getEvaluatorException()
Gets the value of the 'evaluatorException' field
|
List<AvroFailedContext> |
getFailedContextList()
Gets the value of the 'failedContextList' field
|
AvroFailedTask |
getFailedTask()
Gets the value of the 'failedTask' field
|
CharSequence |
getId()
Gets the value of the 'id' field
|
boolean |
hasEvaluatorException()
Checks whether the 'evaluatorException' field has been set
|
boolean |
hasFailedContextList()
Checks whether the 'failedContextList' field has been set
|
boolean |
hasFailedTask()
Checks whether the 'failedTask' field has been set
|
boolean |
hasId()
Checks whether the 'id' field has been set
|
AvroFailedEvaluator.Builder |
setEvaluatorException(CharSequence value)
Sets the value of the 'evaluatorException' field
|
AvroFailedEvaluator.Builder |
setFailedContextList(List<AvroFailedContext> value)
Sets the value of the 'failedContextList' field
|
AvroFailedEvaluator.Builder |
setFailedTask(AvroFailedTask value)
Sets the value of the 'failedTask' field
|
AvroFailedEvaluator.Builder |
setId(CharSequence value)
Sets the value of the 'id' field
|
public CharSequence getId()
public AvroFailedEvaluator.Builder setId(CharSequence value)
public boolean hasId()
public AvroFailedEvaluator.Builder clearId()
public CharSequence getEvaluatorException()
public AvroFailedEvaluator.Builder setEvaluatorException(CharSequence value)
public boolean hasEvaluatorException()
public AvroFailedEvaluator.Builder clearEvaluatorException()
public List<AvroFailedContext> getFailedContextList()
public AvroFailedEvaluator.Builder setFailedContextList(List<AvroFailedContext> value)
public boolean hasFailedContextList()
public AvroFailedEvaluator.Builder clearFailedContextList()
public AvroFailedTask getFailedTask()
public AvroFailedEvaluator.Builder setFailedTask(AvroFailedTask value)
public boolean hasFailedTask()
public AvroFailedEvaluator.Builder clearFailedTask()
public AvroFailedEvaluator build()
build
in interface org.apache.avro.data.RecordBuilder<AvroFailedEvaluator>
Copyright © 2016 The Apache Software Foundation. All rights reserved.