public static class ProducerAvro.Builder extends SpecificRecordBuilderBase<ProducerAvro> implements RecordBuilder<ProducerAvro>
| Constructor and Description |
|---|
Builder() |
Builder(ProducerAvro.Builder other) |
Builder(ProducerAvro other) |
| Modifier and Type | Method and Description |
|---|---|
ProducerAvro |
build() |
ProducerAvro.Builder |
clearCat()
Clears the value of the 'cat' field.
|
ProducerAvro.Builder |
clearDomain()
Clears the value of the 'domain' field.
|
ProducerAvro.Builder |
clearId()
Clears the value of the 'id' field.
|
ProducerAvro.Builder |
clearName()
Clears the value of the 'name' field.
|
GenericData.Array<Utf8> |
getCat()
Gets the value of the 'cat' field.
|
Utf8 |
getDomain()
Gets the value of the 'domain' field.
|
Utf8 |
getId()
Gets the value of the 'id' field.
|
Utf8 |
getName()
Gets the value of the 'name' field.
|
boolean |
hasCat()
Checks whether the 'cat' field has been set.
|
boolean |
hasDomain()
Checks whether the 'domain' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasName()
Checks whether the 'name' field has been set.
|
ProducerAvro.Builder |
setCat(GenericData.Array<Utf8> value)
Sets the value of the 'cat' field.
|
ProducerAvro.Builder |
setDomain(Utf8 value)
Sets the value of the 'domain' field.
|
ProducerAvro.Builder |
setId(Utf8 value)
Sets the value of the 'id' field.
|
ProducerAvro.Builder |
setName(Utf8 value)
Sets the value of the 'name' field.
|
equals, hashCodepublic Builder()
public Builder(ProducerAvro.Builder other)
public Builder(ProducerAvro other)
public Utf8 getId()
public ProducerAvro.Builder setId(Utf8 value)
public boolean hasId()
public ProducerAvro.Builder clearId()
public Utf8 getName()
public ProducerAvro.Builder setName(Utf8 value)
public boolean hasName()
public ProducerAvro.Builder clearName()
public GenericData.Array<Utf8> getCat()
public ProducerAvro.Builder setCat(GenericData.Array<Utf8> value)
public boolean hasCat()
public ProducerAvro.Builder clearCat()
public Utf8 getDomain()
public ProducerAvro.Builder setDomain(Utf8 value)
public boolean hasDomain()
public ProducerAvro.Builder clearDomain()
public ProducerAvro build()
build in interface RecordBuilder<ProducerAvro>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.