public class MonthAggregation
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
MonthAggregation.Builder
RecordBuilder for MonthAggregation instances.
|
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<java.lang.CharSequence,Container> |
data
Deprecated.
|
java.util.List<Container> |
ParentContainer
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
int |
version
Deprecated.
|
| Constructor and Description |
|---|
MonthAggregation()
Default constructor.
|
MonthAggregation(java.util.List<Container> ParentContainer,
java.util.Map<java.lang.CharSequence,Container> data,
java.lang.Integer version)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
java.util.Map<java.lang.CharSequence,Container> |
getData()
Gets the value of the 'data' field.
|
java.util.List<Container> |
getParentContainer()
Gets the value of the 'ParentContainer' field.
|
org.apache.avro.Schema |
getSchema() |
java.lang.Integer |
getVersion()
Gets the value of the 'version' field.
|
static MonthAggregation.Builder |
newBuilder()
Creates a new MonthAggregation RecordBuilder
|
static MonthAggregation.Builder |
newBuilder(MonthAggregation.Builder other)
Creates a new MonthAggregation RecordBuilder by copying an existing Builder
|
static MonthAggregation.Builder |
newBuilder(MonthAggregation other)
Creates a new MonthAggregation RecordBuilder by copying an existing MonthAggregation instance
|
void |
put(int field$,
java.lang.Object value$) |
void |
setData(java.util.Map<java.lang.CharSequence,Container> value)
Sets the value of the 'data' field.
|
void |
setParentContainer(java.util.List<Container> value)
Sets the value of the 'ParentContainer' field.
|
void |
setVersion(java.lang.Integer value)
Sets the value of the 'version' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public java.util.List<Container> ParentContainer
@Deprecated public java.util.Map<java.lang.CharSequence,Container> data
@Deprecated public int version
public MonthAggregation()
newBuilder().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 java.lang.Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
java.lang.Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic java.util.List<Container> getParentContainer()
public void setParentContainer(java.util.List<Container> value)
value - the value to set.public java.util.Map<java.lang.CharSequence,Container> getData()
public void setData(java.util.Map<java.lang.CharSequence,Container> value)
value - the value to set.public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer value)
value - the value to set.public static MonthAggregation.Builder newBuilder()
public static MonthAggregation.Builder newBuilder(MonthAggregation.Builder other)
public static MonthAggregation.Builder newBuilder(MonthAggregation other)
Copyright © 2022. All rights reserved.