public static class RoleHistoryRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<RoleHistoryRecord> implements org.apache.avro.data.RecordBuilder<RoleHistoryRecord>
| Modifier and Type | Method and Description |
|---|---|
RoleHistoryRecord |
build() |
RoleHistoryRecord.Builder |
clearEntry()
Clears the value of the 'entry' field
|
Object |
getEntry()
Gets the value of the 'entry' field
|
boolean |
hasEntry()
Checks whether the 'entry' field has been set
|
RoleHistoryRecord.Builder |
setEntry(Object value)
Sets the value of the 'entry' field
|
public Object getEntry()
public RoleHistoryRecord.Builder setEntry(Object value)
public boolean hasEntry()
public RoleHistoryRecord.Builder clearEntry()
public RoleHistoryRecord build()
build in interface org.apache.avro.data.RecordBuilder<RoleHistoryRecord>Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.