public static class UserAvro.Builder extends SpecificRecordBuilderBase<UserAvro> implements RecordBuilder<UserAvro>
| Constructor and Description |
|---|
Builder() |
Builder(UserAvro.Builder other) |
Builder(UserAvro other) |
| Modifier and Type | Method and Description |
|---|---|
UserAvro |
build() |
UserAvro.Builder |
clearBuyeruid()
Clears the value of the 'buyeruid' field.
|
UserAvro.Builder |
clearCustomdata()
Clears the value of the 'customdata' field.
|
UserAvro.Builder |
clearData()
Clears the value of the 'data' field.
|
UserAvro.Builder |
clearGender()
Clears the value of the 'gender' field.
|
UserAvro.Builder |
clearGeo()
Clears the value of the 'geo' field.
|
UserAvro.Builder |
clearId()
Clears the value of the 'id' field.
|
UserAvro.Builder |
clearKeywords()
Clears the value of the 'keywords' field.
|
UserAvro.Builder |
clearYob()
Clears the value of the 'yob' field.
|
Utf8 |
getBuyeruid()
Gets the value of the 'buyeruid' field.
|
Utf8 |
getCustomdata()
Gets the value of the 'customdata' field.
|
GenericData.Array<DataAvro> |
getData()
Gets the value of the 'data' field.
|
Utf8 |
getGender()
Gets the value of the 'gender' field.
|
GeoAvro |
getGeo()
Gets the value of the 'geo' field.
|
Utf8 |
getId()
Gets the value of the 'id' field.
|
Utf8 |
getKeywords()
Gets the value of the 'keywords' field.
|
int |
getYob()
Gets the value of the 'yob' field.
|
boolean |
hasBuyeruid()
Checks whether the 'buyeruid' field has been set.
|
boolean |
hasCustomdata()
Checks whether the 'customdata' field has been set.
|
boolean |
hasData()
Checks whether the 'data' field has been set.
|
boolean |
hasGender()
Checks whether the 'gender' field has been set.
|
boolean |
hasGeo()
Checks whether the 'geo' 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 |
hasYob()
Checks whether the 'yob' field has been set.
|
UserAvro.Builder |
setBuyeruid(Utf8 value)
Sets the value of the 'buyeruid' field.
|
UserAvro.Builder |
setCustomdata(Utf8 value)
Sets the value of the 'customdata' field.
|
UserAvro.Builder |
setData(GenericData.Array<DataAvro> value)
Sets the value of the 'data' field.
|
UserAvro.Builder |
setGender(Utf8 value)
Sets the value of the 'gender' field.
|
UserAvro.Builder |
setGeo(GeoAvro value)
Sets the value of the 'geo' field.
|
UserAvro.Builder |
setId(Utf8 value)
Sets the value of the 'id' field.
|
UserAvro.Builder |
setKeywords(Utf8 value)
Sets the value of the 'keywords' field.
|
UserAvro.Builder |
setYob(int value)
Sets the value of the 'yob' field.
|
equals, hashCodepublic Builder()
public Builder(UserAvro.Builder other)
public Builder(UserAvro other)
public Utf8 getId()
public UserAvro.Builder setId(Utf8 value)
public boolean hasId()
public UserAvro.Builder clearId()
public Utf8 getBuyeruid()
public UserAvro.Builder setBuyeruid(Utf8 value)
public boolean hasBuyeruid()
public UserAvro.Builder clearBuyeruid()
public int getYob()
public UserAvro.Builder setYob(int value)
public boolean hasYob()
public UserAvro.Builder clearYob()
public Utf8 getGender()
public UserAvro.Builder setGender(Utf8 value)
public boolean hasGender()
public UserAvro.Builder clearGender()
public Utf8 getKeywords()
public UserAvro.Builder setKeywords(Utf8 value)
public boolean hasKeywords()
public UserAvro.Builder clearKeywords()
public Utf8 getCustomdata()
public UserAvro.Builder setCustomdata(Utf8 value)
public boolean hasCustomdata()
public UserAvro.Builder clearCustomdata()
public GeoAvro getGeo()
public UserAvro.Builder setGeo(GeoAvro value)
public boolean hasGeo()
public UserAvro.Builder clearGeo()
public GenericData.Array<DataAvro> getData()
public UserAvro.Builder setData(GenericData.Array<DataAvro> value)
public boolean hasData()
public UserAvro.Builder clearData()
public UserAvro build()
build in interface RecordBuilder<UserAvro>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.