public static class AvroEvaluatorProcess.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroEvaluatorProcess> implements org.apache.avro.data.RecordBuilder<AvroEvaluatorProcess>
Modifier and Type | Method and Description |
---|---|
AvroEvaluatorProcess |
build() |
AvroEvaluatorProcess.Builder |
clearCommandLines()
Clears the value of the 'commandLines' field
|
AvroEvaluatorProcess.Builder |
clearEvaluatorType()
Clears the value of the 'evaluatorType' field
|
AvroEvaluatorProcess.Builder |
clearIsOptionSet()
Clears the value of the 'isOptionSet' field
|
List<CharSequence> |
getCommandLines()
Gets the value of the 'commandLines' field
|
AvroEvaluatorType |
getEvaluatorType()
Gets the value of the 'evaluatorType' field
|
Boolean |
getIsOptionSet()
Gets the value of the 'isOptionSet' field
|
boolean |
hasCommandLines()
Checks whether the 'commandLines' field has been set
|
boolean |
hasEvaluatorType()
Checks whether the 'evaluatorType' field has been set
|
boolean |
hasIsOptionSet()
Checks whether the 'isOptionSet' field has been set
|
AvroEvaluatorProcess.Builder |
setCommandLines(List<CharSequence> value)
Sets the value of the 'commandLines' field
|
AvroEvaluatorProcess.Builder |
setEvaluatorType(AvroEvaluatorType value)
Sets the value of the 'evaluatorType' field
|
AvroEvaluatorProcess.Builder |
setIsOptionSet(boolean value)
Sets the value of the 'isOptionSet' field
|
public List<CharSequence> getCommandLines()
public AvroEvaluatorProcess.Builder setCommandLines(List<CharSequence> value)
public boolean hasCommandLines()
public AvroEvaluatorProcess.Builder clearCommandLines()
public AvroEvaluatorType getEvaluatorType()
public AvroEvaluatorProcess.Builder setEvaluatorType(AvroEvaluatorType value)
public boolean hasEvaluatorType()
public AvroEvaluatorProcess.Builder clearEvaluatorType()
public Boolean getIsOptionSet()
public AvroEvaluatorProcess.Builder setIsOptionSet(boolean value)
public boolean hasIsOptionSet()
public AvroEvaluatorProcess.Builder clearIsOptionSet()
public AvroEvaluatorProcess build()
build
in interface org.apache.avro.data.RecordBuilder<AvroEvaluatorProcess>
Copyright © 2016 The Apache Software Foundation. All rights reserved.