public static class AvroAllocatedEvaluator.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroAllocatedEvaluator> implements org.apache.avro.data.RecordBuilder<AvroAllocatedEvaluator>
Modifier and Type | Method and Description |
---|---|
AvroAllocatedEvaluator |
build() |
AvroAllocatedEvaluator.Builder |
clearEvaluatorDescriptor()
Clears the value of the 'evaluatorDescriptor' field
|
AvroAllocatedEvaluator.Builder |
clearId()
Clears the value of the 'id' field
|
AvroEvaluatorDescriptor |
getEvaluatorDescriptor()
Gets the value of the 'evaluatorDescriptor' field
|
CharSequence |
getId()
Gets the value of the 'id' field
|
boolean |
hasEvaluatorDescriptor()
Checks whether the 'evaluatorDescriptor' field has been set
|
boolean |
hasId()
Checks whether the 'id' field has been set
|
AvroAllocatedEvaluator.Builder |
setEvaluatorDescriptor(AvroEvaluatorDescriptor value)
Sets the value of the 'evaluatorDescriptor' field
|
AvroAllocatedEvaluator.Builder |
setId(CharSequence value)
Sets the value of the 'id' field
|
public CharSequence getId()
public AvroAllocatedEvaluator.Builder setId(CharSequence value)
public boolean hasId()
public AvroAllocatedEvaluator.Builder clearId()
public AvroEvaluatorDescriptor getEvaluatorDescriptor()
public AvroAllocatedEvaluator.Builder setEvaluatorDescriptor(AvroEvaluatorDescriptor value)
public boolean hasEvaluatorDescriptor()
public AvroAllocatedEvaluator.Builder clearEvaluatorDescriptor()
public AvroAllocatedEvaluator build()
build
in interface org.apache.avro.data.RecordBuilder<AvroAllocatedEvaluator>
Copyright © 2016 The Apache Software Foundation. All rights reserved.