public static class MonthAggregation.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<MonthAggregation> implements org.apache.avro.data.RecordBuilder<MonthAggregation>
| Modifier and Type | Method and Description |
|---|---|
MonthAggregation |
build() |
MonthAggregation.Builder |
clearData()
Clears the value of the 'data' field
|
MonthAggregation.Builder |
clearParentContainer()
Clears the value of the 'ParentContainer' field
|
MonthAggregation.Builder |
clearVersion()
Clears the value of the 'version' field
|
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
|
java.lang.Integer |
getVersion()
Gets the value of the 'version' field
|
boolean |
hasData()
Checks whether the 'data' field has been set
|
boolean |
hasParentContainer()
Checks whether the 'ParentContainer' field has been set
|
boolean |
hasVersion()
Checks whether the 'version' field has been set
|
MonthAggregation.Builder |
setData(java.util.Map<java.lang.CharSequence,Container> value)
Sets the value of the 'data' field
|
MonthAggregation.Builder |
setParentContainer(java.util.List<Container> value)
Sets the value of the 'ParentContainer' field
|
MonthAggregation.Builder |
setVersion(int value)
Sets the value of the 'version' field
|
public java.util.List<Container> getParentContainer()
public MonthAggregation.Builder setParentContainer(java.util.List<Container> value)
public boolean hasParentContainer()
public MonthAggregation.Builder clearParentContainer()
public java.util.Map<java.lang.CharSequence,Container> getData()
public MonthAggregation.Builder setData(java.util.Map<java.lang.CharSequence,Container> value)
public boolean hasData()
public MonthAggregation.Builder clearData()
public java.lang.Integer getVersion()
public MonthAggregation.Builder setVersion(int value)
public boolean hasVersion()
public MonthAggregation.Builder clearVersion()
public MonthAggregation build()
build in interface org.apache.avro.data.RecordBuilder<MonthAggregation>Copyright © 2022. All rights reserved.