public static class AvroActiveContext.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AvroActiveContext> implements org.apache.avro.data.RecordBuilder<AvroActiveContext>
Modifier and Type | Method and Description |
---|---|
AvroActiveContext |
build() |
AvroActiveContext.Builder |
clearBase()
Clears the value of the 'base' field
|
AvroContextBase |
getBase()
Gets the value of the 'base' field
|
boolean |
hasBase()
Checks whether the 'base' field has been set
|
AvroActiveContext.Builder |
setBase(AvroContextBase value)
Sets the value of the 'base' field
|
public AvroContextBase getBase()
public AvroActiveContext.Builder setBase(AvroContextBase value)
public boolean hasBase()
public AvroActiveContext.Builder clearBase()
public AvroActiveContext build()
build
in interface org.apache.avro.data.RecordBuilder<AvroActiveContext>
Copyright © 2016 The Apache Software Foundation. All rights reserved.