public static class SiteAvro.Builder extends SpecificRecordBuilderBase<SiteAvro> implements RecordBuilder<SiteAvro>
| Constructor and Description |
|---|
Builder() |
Builder(SiteAvro.Builder other) |
Builder(SiteAvro other) |
| Modifier and Type | Method and Description |
|---|---|
SiteAvro |
build() |
SiteAvro.Builder |
clearCat()
Clears the value of the 'cat' field.
|
SiteAvro.Builder |
clearContent()
Clears the value of the 'content' field.
|
SiteAvro.Builder |
clearDomain()
Clears the value of the 'domain' field.
|
SiteAvro.Builder |
clearId()
Clears the value of the 'id' field.
|
SiteAvro.Builder |
clearKeywords()
Clears the value of the 'keywords' field.
|
SiteAvro.Builder |
clearName()
Clears the value of the 'name' field.
|
SiteAvro.Builder |
clearPage()
Clears the value of the 'page' field.
|
SiteAvro.Builder |
clearPagecat()
Clears the value of the 'pagecat' field.
|
SiteAvro.Builder |
clearPrivacypolicy()
Clears the value of the 'privacypolicy' field.
|
SiteAvro.Builder |
clearPublisher()
Clears the value of the 'publisher' field.
|
SiteAvro.Builder |
clearRef()
Clears the value of the 'ref' field.
|
SiteAvro.Builder |
clearSearch()
Clears the value of the 'search' field.
|
SiteAvro.Builder |
clearSectioncat()
Clears the value of the 'sectioncat' field.
|
GenericData.Array<Utf8> |
getCat()
Gets the value of the 'cat' field.
|
ContentAvro |
getContent()
Gets the value of the 'content' field.
|
Utf8 |
getDomain()
Gets the value of the 'domain' field.
|
Utf8 |
getId()
Gets the value of the 'id' field.
|
Utf8 |
getKeywords()
Gets the value of the 'keywords' field.
|
Utf8 |
getName()
Gets the value of the 'name' field.
|
Utf8 |
getPage()
Gets the value of the 'page' field.
|
GenericData.Array<Utf8> |
getPagecat()
Gets the value of the 'pagecat' field.
|
int |
getPrivacypolicy()
Gets the value of the 'privacypolicy' field.
|
PublisherAvro |
getPublisher()
Gets the value of the 'publisher' field.
|
Utf8 |
getRef()
Gets the value of the 'ref' field.
|
Utf8 |
getSearch()
Gets the value of the 'search' field.
|
GenericData.Array<Utf8> |
getSectioncat()
Gets the value of the 'sectioncat' field.
|
boolean |
hasCat()
Checks whether the 'cat' field has been set.
|
boolean |
hasContent()
Checks whether the 'content' 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 |
hasKeywords()
Checks whether the 'keywords' field has been set.
|
boolean |
hasName()
Checks whether the 'name' field has been set.
|
boolean |
hasPage()
Checks whether the 'page' field has been set.
|
boolean |
hasPagecat()
Checks whether the 'pagecat' field has been set.
|
boolean |
hasPrivacypolicy()
Checks whether the 'privacypolicy' field has been set.
|
boolean |
hasPublisher()
Checks whether the 'publisher' field has been set.
|
boolean |
hasRef()
Checks whether the 'ref' field has been set.
|
boolean |
hasSearch()
Checks whether the 'search' field has been set.
|
boolean |
hasSectioncat()
Checks whether the 'sectioncat' field has been set.
|
SiteAvro.Builder |
setCat(GenericData.Array<Utf8> value)
Sets the value of the 'cat' field.
|
SiteAvro.Builder |
setContent(ContentAvro value)
Sets the value of the 'content' field.
|
SiteAvro.Builder |
setDomain(Utf8 value)
Sets the value of the 'domain' field.
|
SiteAvro.Builder |
setId(Utf8 value)
Sets the value of the 'id' field.
|
SiteAvro.Builder |
setKeywords(Utf8 value)
Sets the value of the 'keywords' field.
|
SiteAvro.Builder |
setName(Utf8 value)
Sets the value of the 'name' field.
|
SiteAvro.Builder |
setPage(Utf8 value)
Sets the value of the 'page' field.
|
SiteAvro.Builder |
setPagecat(GenericData.Array<Utf8> value)
Sets the value of the 'pagecat' field.
|
SiteAvro.Builder |
setPrivacypolicy(int value)
Sets the value of the 'privacypolicy' field.
|
SiteAvro.Builder |
setPublisher(PublisherAvro value)
Sets the value of the 'publisher' field.
|
SiteAvro.Builder |
setRef(Utf8 value)
Sets the value of the 'ref' field.
|
SiteAvro.Builder |
setSearch(Utf8 value)
Sets the value of the 'search' field.
|
SiteAvro.Builder |
setSectioncat(GenericData.Array<Utf8> value)
Sets the value of the 'sectioncat' field.
|
equals, hashCodepublic Builder()
public Builder(SiteAvro.Builder other)
public Builder(SiteAvro other)
public Utf8 getId()
public SiteAvro.Builder setId(Utf8 value)
public boolean hasId()
public SiteAvro.Builder clearId()
public Utf8 getName()
public SiteAvro.Builder setName(Utf8 value)
public boolean hasName()
public SiteAvro.Builder clearName()
public Utf8 getDomain()
public SiteAvro.Builder setDomain(Utf8 value)
public boolean hasDomain()
public SiteAvro.Builder clearDomain()
public GenericData.Array<Utf8> getCat()
public SiteAvro.Builder setCat(GenericData.Array<Utf8> value)
public boolean hasCat()
public SiteAvro.Builder clearCat()
public GenericData.Array<Utf8> getSectioncat()
public SiteAvro.Builder setSectioncat(GenericData.Array<Utf8> value)
public boolean hasSectioncat()
public SiteAvro.Builder clearSectioncat()
public GenericData.Array<Utf8> getPagecat()
public SiteAvro.Builder setPagecat(GenericData.Array<Utf8> value)
public boolean hasPagecat()
public SiteAvro.Builder clearPagecat()
public Utf8 getPage()
public SiteAvro.Builder setPage(Utf8 value)
public boolean hasPage()
public SiteAvro.Builder clearPage()
public int getPrivacypolicy()
public SiteAvro.Builder setPrivacypolicy(int value)
public boolean hasPrivacypolicy()
public SiteAvro.Builder clearPrivacypolicy()
public Utf8 getRef()
public SiteAvro.Builder setRef(Utf8 value)
public boolean hasRef()
public SiteAvro.Builder clearRef()
public Utf8 getSearch()
public SiteAvro.Builder setSearch(Utf8 value)
public boolean hasSearch()
public SiteAvro.Builder clearSearch()
public PublisherAvro getPublisher()
public SiteAvro.Builder setPublisher(PublisherAvro value)
public boolean hasPublisher()
public SiteAvro.Builder clearPublisher()
public ContentAvro getContent()
public SiteAvro.Builder setContent(ContentAvro value)
public boolean hasContent()
public SiteAvro.Builder clearContent()
public Utf8 getKeywords()
public SiteAvro.Builder setKeywords(Utf8 value)
public boolean hasKeywords()
public SiteAvro.Builder clearKeywords()
public SiteAvro build()
build in interface RecordBuilder<SiteAvro>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.