public class RoleHistoryFooter
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
RoleHistoryFooter.Builder
RecordBuilder for RoleHistoryFooter instances.
|
| Modifier and Type | Field and Description |
|---|---|
long |
count
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
RoleHistoryFooter()
Default constructor.
|
RoleHistoryFooter(Long count)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
Long |
getCount()
Gets the value of the 'count' field.
|
org.apache.avro.Schema |
getSchema() |
static RoleHistoryFooter.Builder |
newBuilder()
Creates a new RoleHistoryFooter RecordBuilder
|
static RoleHistoryFooter.Builder |
newBuilder(RoleHistoryFooter.Builder other)
Creates a new RoleHistoryFooter RecordBuilder by copying an existing Builder
|
static RoleHistoryFooter.Builder |
newBuilder(RoleHistoryFooter other)
Creates a new RoleHistoryFooter RecordBuilder by copying an existing RoleHistoryFooter instance
|
void |
put(int field$,
Object value$) |
void |
setCount(Long value)
Sets the value of the 'count' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public long count
public RoleHistoryFooter()
public RoleHistoryFooter(Long count)
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 Long getCount()
public void setCount(Long value)
value - the value to set.public static RoleHistoryFooter.Builder newBuilder()
public static RoleHistoryFooter.Builder newBuilder(RoleHistoryFooter.Builder other)
public static RoleHistoryFooter.Builder newBuilder(RoleHistoryFooter other)
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.