| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Method and Description |
|---|---|
DeviceAvro.Builder |
DeviceAvro.Builder.clearCarrier()
Clears the value of the 'carrier' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearConnectiontype()
Clears the value of the 'connectiontype' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearDevicetype()
Clears the value of the 'devicetype' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearDidmd5()
Clears the value of the 'didmd5' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearDidsha1()
Clears the value of the 'didsha1' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearDnt()
Clears the value of the 'dnt' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearDpidmd5()
Clears the value of the 'dpidmd5' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearDpidsha1()
Clears the value of the 'dpidsha1' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearFlashver()
Clears the value of the 'flashver' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearGeo()
Clears the value of the 'geo' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearIfa()
Clears the value of the 'ifa' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearIp()
Clears the value of the 'ip' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearIpv6()
Clears the value of the 'ipv6' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearJs()
Clears the value of the 'js' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearLanguage()
Clears the value of the 'language' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearMacmd5()
Clears the value of the 'macmd5' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearMacsha1()
Clears the value of the 'macsha1' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearMake()
Clears the value of the 'make' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearModel()
Clears the value of the 'model' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearOs()
Clears the value of the 'os' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearOsv()
Clears the value of the 'osv' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.clearUa()
Clears the value of the 'ua' field.
|
static DeviceAvro.Builder |
DeviceAvro.newBuilder()
Creates a new DeviceAvro RecordBuilder.
|
static DeviceAvro.Builder |
DeviceAvro.newBuilder(DeviceAvro.Builder other)
Creates a new DeviceAvro RecordBuilder by copying an existing DeviceAvro.Builder instance.
|
static DeviceAvro.Builder |
DeviceAvro.newBuilder(DeviceAvro other)
Creates a new DeviceAvro RecordBuilder by copying an existing DeviceAvro instance.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setCarrier(Utf8 value)
Sets the value of the 'carrier' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setConnectiontype(int value)
Sets the value of the 'connectiontype' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setDevicetype(int value)
Sets the value of the 'devicetype' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setDidmd5(Utf8 value)
Sets the value of the 'didmd5' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setDidsha1(Utf8 value)
Sets the value of the 'didsha1' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setDnt(int value)
Sets the value of the 'dnt' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setDpidmd5(Utf8 value)
Sets the value of the 'dpidmd5' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setDpidsha1(Utf8 value)
Sets the value of the 'dpidsha1' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setFlashver(Utf8 value)
Sets the value of the 'flashver' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setGeo(GeoAvro value)
Sets the value of the 'geo' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setIfa(Utf8 value)
Sets the value of the 'ifa' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setIp(Utf8 value)
Sets the value of the 'ip' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setIpv6(Utf8 value)
Sets the value of the 'ipv6' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setJs(int value)
Sets the value of the 'js' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setLanguage(Utf8 value)
Sets the value of the 'language' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setMacmd5(Utf8 value)
Sets the value of the 'macmd5' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setMacsha1(Utf8 value)
Sets the value of the 'macsha1' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setMake(Utf8 value)
Sets the value of the 'make' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setModel(Utf8 value)
Sets the value of the 'model' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setOs(Utf8 value)
Sets the value of the 'os' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setOsv(Utf8 value)
Sets the value of the 'osv' field.
|
DeviceAvro.Builder |
DeviceAvro.Builder.setUa(Utf8 value)
Sets the value of the 'ua' field.
|
| Modifier and Type | Method and Description |
|---|---|
static Device.Builder<DeviceAvro> |
Device.newAvroBuilder(DeviceAvro.Builder other)
Returns new Avro builder instance based on existing prototype builder.
|
static DeviceAvro.Builder |
DeviceAvro.newBuilder(DeviceAvro.Builder other)
Creates a new DeviceAvro RecordBuilder by copying an existing DeviceAvro.Builder instance.
|
| Constructor and Description |
|---|
AvroBuilder(DeviceAvro.Builder builder)
Only use this if you know what you are doing.
|
Builder(DeviceAvro.Builder other) |
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.