public static class AppAvro.Builder extends SpecificRecordBuilderBase<AppAvro> implements RecordBuilder<AppAvro>
| Constructor and Description |
|---|
Builder() |
Builder(AppAvro.Builder other) |
Builder(AppAvro other) |
| Modifier and Type | Method and Description |
|---|---|
AppAvro |
build() |
AppAvro.Builder |
clearBundle()
Clears the value of the 'bundle' field.
|
AppAvro.Builder |
clearCat()
Clears the value of the 'cat' field.
|
AppAvro.Builder |
clearContent()
Clears the value of the 'content' field.
|
AppAvro.Builder |
clearDomain()
Clears the value of the 'domain' field.
|
AppAvro.Builder |
clearId()
Clears the value of the 'id' field.
|
AppAvro.Builder |
clearKeywords()
Clears the value of the 'keywords' field.
|
AppAvro.Builder |
clearName()
Clears the value of the 'name' field.
|
AppAvro.Builder |
clearPagecat()
Clears the value of the 'pagecat' field.
|
AppAvro.Builder |
clearPaid()
Clears the value of the 'paid' field.
|
AppAvro.Builder |
clearPrivacypolicy()
Clears the value of the 'privacypolicy' field.
|
AppAvro.Builder |
clearPublisher()
Clears the value of the 'publisher' field.
|
AppAvro.Builder |
clearSectioncat()
Clears the value of the 'sectioncat' field.
|
AppAvro.Builder |
clearStoreurl()
Clears the value of the 'storeurl' field.
|
AppAvro.Builder |
clearVer()
Clears the value of the 'ver' field.
|
Utf8 |
getBundle()
Gets the value of the 'bundle' 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.
|
GenericData.Array<Utf8> |
getPagecat()
Gets the value of the 'pagecat' field.
|
int |
getPaid()
Gets the value of the 'paid' field.
|
int |
getPrivacypolicy()
Gets the value of the 'privacypolicy' field.
|
PublisherAvro |
getPublisher()
Gets the value of the 'publisher' field.
|
GenericData.Array<Utf8> |
getSectioncat()
Gets the value of the 'sectioncat' field.
|
Utf8 |
getStoreurl()
Gets the value of the 'storeurl' field.
|
Utf8 |
getVer()
Gets the value of the 'ver' field.
|
boolean |
hasBundle()
Checks whether the 'bundle' field has been set.
|
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 |
hasPagecat()
Checks whether the 'pagecat' field has been set.
|
boolean |
hasPaid()
Checks whether the 'paid' 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 |
hasSectioncat()
Checks whether the 'sectioncat' field has been set.
|
boolean |
hasStoreurl()
Checks whether the 'storeurl' field has been set.
|
boolean |
hasVer()
Checks whether the 'ver' field has been set.
|
AppAvro.Builder |
setBundle(Utf8 value)
Sets the value of the 'bundle' field.
|
AppAvro.Builder |
setCat(GenericData.Array<Utf8> value)
Sets the value of the 'cat' field.
|
AppAvro.Builder |
setContent(ContentAvro value)
Sets the value of the 'content' field.
|
AppAvro.Builder |
setDomain(Utf8 value)
Sets the value of the 'domain' field.
|
AppAvro.Builder |
setId(Utf8 value)
Sets the value of the 'id' field.
|
AppAvro.Builder |
setKeywords(Utf8 value)
Sets the value of the 'keywords' field.
|
AppAvro.Builder |
setName(Utf8 value)
Sets the value of the 'name' field.
|
AppAvro.Builder |
setPagecat(GenericData.Array<Utf8> value)
Sets the value of the 'pagecat' field.
|
AppAvro.Builder |
setPaid(int value)
Sets the value of the 'paid' field.
|
AppAvro.Builder |
setPrivacypolicy(int value)
Sets the value of the 'privacypolicy' field.
|
AppAvro.Builder |
setPublisher(PublisherAvro value)
Sets the value of the 'publisher' field.
|
AppAvro.Builder |
setSectioncat(GenericData.Array<Utf8> value)
Sets the value of the 'sectioncat' field.
|
AppAvro.Builder |
setStoreurl(Utf8 value)
Sets the value of the 'storeurl' field.
|
AppAvro.Builder |
setVer(Utf8 value)
Sets the value of the 'ver' field.
|
equals, hashCodepublic Builder()
public Builder(AppAvro.Builder other)
public Builder(AppAvro other)
public Utf8 getId()
public AppAvro.Builder setId(Utf8 value)
public boolean hasId()
public AppAvro.Builder clearId()
public Utf8 getName()
public AppAvro.Builder setName(Utf8 value)
public boolean hasName()
public AppAvro.Builder clearName()
public Utf8 getDomain()
public AppAvro.Builder setDomain(Utf8 value)
public boolean hasDomain()
public AppAvro.Builder clearDomain()
public GenericData.Array<Utf8> getCat()
public AppAvro.Builder setCat(GenericData.Array<Utf8> value)
public boolean hasCat()
public AppAvro.Builder clearCat()
public GenericData.Array<Utf8> getSectioncat()
public AppAvro.Builder setSectioncat(GenericData.Array<Utf8> value)
public boolean hasSectioncat()
public AppAvro.Builder clearSectioncat()
public GenericData.Array<Utf8> getPagecat()
public AppAvro.Builder setPagecat(GenericData.Array<Utf8> value)
public boolean hasPagecat()
public AppAvro.Builder clearPagecat()
public Utf8 getVer()
public AppAvro.Builder setVer(Utf8 value)
public boolean hasVer()
public AppAvro.Builder clearVer()
public Utf8 getBundle()
public AppAvro.Builder setBundle(Utf8 value)
public boolean hasBundle()
public AppAvro.Builder clearBundle()
public int getPrivacypolicy()
public AppAvro.Builder setPrivacypolicy(int value)
public boolean hasPrivacypolicy()
public AppAvro.Builder clearPrivacypolicy()
public int getPaid()
public AppAvro.Builder setPaid(int value)
public boolean hasPaid()
public AppAvro.Builder clearPaid()
public PublisherAvro getPublisher()
public AppAvro.Builder setPublisher(PublisherAvro value)
public boolean hasPublisher()
public AppAvro.Builder clearPublisher()
public ContentAvro getContent()
public AppAvro.Builder setContent(ContentAvro value)
public boolean hasContent()
public AppAvro.Builder clearContent()
public Utf8 getKeywords()
public AppAvro.Builder setKeywords(Utf8 value)
public boolean hasKeywords()
public AppAvro.Builder clearKeywords()
public Utf8 getStoreurl()
public AppAvro.Builder setStoreurl(Utf8 value)
public boolean hasStoreurl()
public AppAvro.Builder clearStoreurl()
public AppAvro build()
build in interface RecordBuilder<AppAvro>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.