public static class AvroEvaluatorList.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroEvaluatorList> implements org.apache.avro.data.RecordBuilder<AvroEvaluatorList>
Modifier and Type | Method and Description |
---|---|
AvroEvaluatorList |
build() |
AvroEvaluatorList.Builder |
clearEvaluators()
Clears the value of the 'evaluators' field
|
AvroEvaluatorList.Builder |
clearStartTime()
Clears the value of the 'startTime' field
|
AvroEvaluatorList.Builder |
clearTotal()
Clears the value of the 'total' field
|
List<AvroEvaluatorEntry> |
getEvaluators()
Gets the value of the 'evaluators' field
|
CharSequence |
getStartTime()
Gets the value of the 'startTime' field
|
Integer |
getTotal()
Gets the value of the 'total' field
|
boolean |
hasEvaluators()
Checks whether the 'evaluators' field has been set
|
boolean |
hasStartTime()
Checks whether the 'startTime' field has been set
|
boolean |
hasTotal()
Checks whether the 'total' field has been set
|
AvroEvaluatorList.Builder |
setEvaluators(List<AvroEvaluatorEntry> value)
Sets the value of the 'evaluators' field
|
AvroEvaluatorList.Builder |
setStartTime(CharSequence value)
Sets the value of the 'startTime' field
|
AvroEvaluatorList.Builder |
setTotal(int value)
Sets the value of the 'total' field
|
public List<AvroEvaluatorEntry> getEvaluators()
public AvroEvaluatorList.Builder setEvaluators(List<AvroEvaluatorEntry> value)
public boolean hasEvaluators()
public AvroEvaluatorList.Builder clearEvaluators()
public AvroEvaluatorList.Builder setTotal(int value)
public boolean hasTotal()
public AvroEvaluatorList.Builder clearTotal()
public CharSequence getStartTime()
public AvroEvaluatorList.Builder setStartTime(CharSequence value)
public boolean hasStartTime()
public AvroEvaluatorList.Builder clearStartTime()
public AvroEvaluatorList build()
build
in interface org.apache.avro.data.RecordBuilder<AvroEvaluatorList>
Copyright © 2016 The Apache Software Foundation. All rights reserved.