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