| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Method and Description |
|---|---|
UserAvro.Builder |
UserAvro.Builder.clearBuyeruid()
Clears the value of the 'buyeruid' field.
|
UserAvro.Builder |
UserAvro.Builder.clearCustomdata()
Clears the value of the 'customdata' field.
|
UserAvro.Builder |
UserAvro.Builder.clearData()
Clears the value of the 'data' field.
|
UserAvro.Builder |
UserAvro.Builder.clearGender()
Clears the value of the 'gender' field.
|
UserAvro.Builder |
UserAvro.Builder.clearGeo()
Clears the value of the 'geo' field.
|
UserAvro.Builder |
UserAvro.Builder.clearId()
Clears the value of the 'id' field.
|
UserAvro.Builder |
UserAvro.Builder.clearKeywords()
Clears the value of the 'keywords' field.
|
UserAvro.Builder |
UserAvro.Builder.clearYob()
Clears the value of the 'yob' field.
|
static UserAvro.Builder |
UserAvro.newBuilder()
Creates a new UserAvro RecordBuilder.
|
static UserAvro.Builder |
UserAvro.newBuilder(UserAvro.Builder other)
Creates a new UserAvro RecordBuilder by copying an existing UserAvro.Builder instance.
|
static UserAvro.Builder |
UserAvro.newBuilder(UserAvro other)
Creates a new UserAvro RecordBuilder by copying an existing UserAvro instance.
|
UserAvro.Builder |
UserAvro.Builder.setBuyeruid(Utf8 value)
Sets the value of the 'buyeruid' field.
|
UserAvro.Builder |
UserAvro.Builder.setCustomdata(Utf8 value)
Sets the value of the 'customdata' field.
|
UserAvro.Builder |
UserAvro.Builder.setData(GenericData.Array<DataAvro> value)
Sets the value of the 'data' field.
|
UserAvro.Builder |
UserAvro.Builder.setGender(Utf8 value)
Sets the value of the 'gender' field.
|
UserAvro.Builder |
UserAvro.Builder.setGeo(GeoAvro value)
Sets the value of the 'geo' field.
|
UserAvro.Builder |
UserAvro.Builder.setId(Utf8 value)
Sets the value of the 'id' field.
|
UserAvro.Builder |
UserAvro.Builder.setKeywords(Utf8 value)
Sets the value of the 'keywords' field.
|
UserAvro.Builder |
UserAvro.Builder.setYob(int value)
Sets the value of the 'yob' field.
|
| Modifier and Type | Method and Description |
|---|---|
static User.Builder<UserAvro> |
User.newAvroBuilder(UserAvro.Builder other)
Returns new Avro builder instance based on existing prototype builder.
|
static UserAvro.Builder |
UserAvro.newBuilder(UserAvro.Builder other)
Creates a new UserAvro RecordBuilder by copying an existing UserAvro.Builder instance.
|
| Constructor and Description |
|---|
AvroBuilder(UserAvro.Builder builder)
Only use this if you know what you are doing.
|
Builder(UserAvro.Builder other) |
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.