public static class AvroEvaluatorsInfo.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroEvaluatorsInfo> implements org.apache.avro.data.RecordBuilder<AvroEvaluatorsInfo>
Modifier and Type | Method and Description |
---|---|
AvroEvaluatorsInfo |
build() |
AvroEvaluatorsInfo.Builder |
clearEvaluatorsInfo()
Clears the value of the 'evaluatorsInfo' field
|
List<AvroEvaluatorInfo> |
getEvaluatorsInfo()
Gets the value of the 'evaluatorsInfo' field
|
boolean |
hasEvaluatorsInfo()
Checks whether the 'evaluatorsInfo' field has been set
|
AvroEvaluatorsInfo.Builder |
setEvaluatorsInfo(List<AvroEvaluatorInfo> value)
Sets the value of the 'evaluatorsInfo' field
|
public List<AvroEvaluatorInfo> getEvaluatorsInfo()
public AvroEvaluatorsInfo.Builder setEvaluatorsInfo(List<AvroEvaluatorInfo> value)
public boolean hasEvaluatorsInfo()
public AvroEvaluatorsInfo.Builder clearEvaluatorsInfo()
public AvroEvaluatorsInfo build()
build
in interface org.apache.avro.data.RecordBuilder<AvroEvaluatorsInfo>
Copyright © 2016 The Apache Software Foundation. All rights reserved.