public class RoleHistoryRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
RoleHistoryRecord.Builder
RecordBuilder for RoleHistoryRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
Object |
entry
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
RoleHistoryRecord()
Default constructor.
|
RoleHistoryRecord(Object entry)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
Object |
getEntry()
Gets the value of the 'entry' field.
|
org.apache.avro.Schema |
getSchema() |
static RoleHistoryRecord.Builder |
newBuilder()
Creates a new RoleHistoryRecord RecordBuilder
|
static RoleHistoryRecord.Builder |
newBuilder(RoleHistoryRecord.Builder other)
Creates a new RoleHistoryRecord RecordBuilder by copying an existing Builder
|
static RoleHistoryRecord.Builder |
newBuilder(RoleHistoryRecord other)
Creates a new RoleHistoryRecord RecordBuilder by copying an existing RoleHistoryRecord instance
|
void |
put(int field$,
Object value$) |
void |
setEntry(Object value)
Sets the value of the 'entry' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public Object entry
public RoleHistoryRecord()
public RoleHistoryRecord(Object entry)
public static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic Object getEntry()
public void setEntry(Object value)
value - the value to set.public static RoleHistoryRecord.Builder newBuilder()
public static RoleHistoryRecord.Builder newBuilder(RoleHistoryRecord.Builder other)
public static RoleHistoryRecord.Builder newBuilder(RoleHistoryRecord other)
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.