public static class Container.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<Container> implements org.apache.avro.data.RecordBuilder<Container>
| Modifier and Type | Method and Description |
|---|---|
Container |
build() |
Container.Builder |
clearAggregate()
Clears the value of the 'aggregate' field
|
Container.Builder |
clearAggregateSecondary()
Clears the value of the 'aggregate_secondary' field
|
Container.Builder |
clearCounter()
Clears the value of the 'counter' field
|
Container.Builder |
clearCounterSecondary()
Clears the value of the 'counter_secondary' field
|
Container.Builder |
clearStr()
Clears the value of the 'str' field
|
Container.Builder |
clearUdf1()
Clears the value of the 'udf1' field
|
Container.Builder |
clearUdf2()
Clears the value of the 'udf2' field
|
Container.Builder |
clearUdf3()
Clears the value of the 'udf3' field
|
Container.Builder |
clearUdf4()
Clears the value of the 'udf4' field
|
Container.Builder |
clearUdf5()
Clears the value of the 'udf5' field
|
java.lang.Double |
getAggregate()
Gets the value of the 'aggregate' field
|
java.lang.Double |
getAggregateSecondary()
Gets the value of the 'aggregate_secondary' field
|
java.lang.Integer |
getCounter()
Gets the value of the 'counter' field
|
java.lang.Integer |
getCounterSecondary()
Gets the value of the 'counter_secondary' field
|
java.lang.CharSequence |
getStr()
Gets the value of the 'str' field
|
java.lang.Object |
getUdf1()
Gets the value of the 'udf1' field
|
java.lang.Object |
getUdf2()
Gets the value of the 'udf2' field
|
java.lang.Object |
getUdf3()
Gets the value of the 'udf3' field
|
java.lang.Object |
getUdf4()
Gets the value of the 'udf4' field
|
java.lang.Object |
getUdf5()
Gets the value of the 'udf5' field
|
boolean |
hasAggregate()
Checks whether the 'aggregate' field has been set
|
boolean |
hasAggregateSecondary()
Checks whether the 'aggregate_secondary' field has been set
|
boolean |
hasCounter()
Checks whether the 'counter' field has been set
|
boolean |
hasCounterSecondary()
Checks whether the 'counter_secondary' field has been set
|
boolean |
hasStr()
Checks whether the 'str' field has been set
|
boolean |
hasUdf1()
Checks whether the 'udf1' field has been set
|
boolean |
hasUdf2()
Checks whether the 'udf2' field has been set
|
boolean |
hasUdf3()
Checks whether the 'udf3' field has been set
|
boolean |
hasUdf4()
Checks whether the 'udf4' field has been set
|
boolean |
hasUdf5()
Checks whether the 'udf5' field has been set
|
Container.Builder |
setAggregate(java.lang.Double value)
Sets the value of the 'aggregate' field
|
Container.Builder |
setAggregateSecondary(java.lang.Double value)
Sets the value of the 'aggregate_secondary' field
|
Container.Builder |
setCounter(java.lang.Integer value)
Sets the value of the 'counter' field
|
Container.Builder |
setCounterSecondary(java.lang.Integer value)
Sets the value of the 'counter_secondary' field
|
Container.Builder |
setStr(java.lang.CharSequence value)
Sets the value of the 'str' field
|
Container.Builder |
setUdf1(java.lang.Object value)
Sets the value of the 'udf1' field
|
Container.Builder |
setUdf2(java.lang.Object value)
Sets the value of the 'udf2' field
|
Container.Builder |
setUdf3(java.lang.Object value)
Sets the value of the 'udf3' field
|
Container.Builder |
setUdf4(java.lang.Object value)
Sets the value of the 'udf4' field
|
Container.Builder |
setUdf5(java.lang.Object value)
Sets the value of the 'udf5' field
|
public java.lang.Integer getCounter()
public Container.Builder setCounter(java.lang.Integer value)
public boolean hasCounter()
public Container.Builder clearCounter()
public java.lang.Double getAggregate()
public Container.Builder setAggregate(java.lang.Double value)
public boolean hasAggregate()
public Container.Builder clearAggregate()
public java.lang.Integer getCounterSecondary()
public Container.Builder setCounterSecondary(java.lang.Integer value)
public boolean hasCounterSecondary()
public Container.Builder clearCounterSecondary()
public java.lang.Double getAggregateSecondary()
public Container.Builder setAggregateSecondary(java.lang.Double value)
public boolean hasAggregateSecondary()
public Container.Builder clearAggregateSecondary()
public java.lang.CharSequence getStr()
public Container.Builder setStr(java.lang.CharSequence value)
public boolean hasStr()
public Container.Builder clearStr()
public java.lang.Object getUdf1()
public Container.Builder setUdf1(java.lang.Object value)
public boolean hasUdf1()
public Container.Builder clearUdf1()
public java.lang.Object getUdf2()
public Container.Builder setUdf2(java.lang.Object value)
public boolean hasUdf2()
public Container.Builder clearUdf2()
public java.lang.Object getUdf3()
public Container.Builder setUdf3(java.lang.Object value)
public boolean hasUdf3()
public Container.Builder clearUdf3()
public java.lang.Object getUdf4()
public Container.Builder setUdf4(java.lang.Object value)
public boolean hasUdf4()
public Container.Builder clearUdf4()
public java.lang.Object getUdf5()
public Container.Builder setUdf5(java.lang.Object value)
public boolean hasUdf5()
public Container.Builder clearUdf5()
Copyright © 2022. All rights reserved.