| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Method and Description |
|---|---|
GeoAvro.Builder |
GeoAvro.Builder.clearCity()
Clears the value of the 'city' field.
|
GeoAvro.Builder |
GeoAvro.Builder.clearCountry()
Clears the value of the 'country' field.
|
GeoAvro.Builder |
GeoAvro.Builder.clearLat()
Clears the value of the 'lat' field.
|
GeoAvro.Builder |
GeoAvro.Builder.clearLon()
Clears the value of the 'lon' field.
|
GeoAvro.Builder |
GeoAvro.Builder.clearMetro()
Clears the value of the 'metro' field.
|
GeoAvro.Builder |
GeoAvro.Builder.clearRegion()
Clears the value of the 'region' field.
|
GeoAvro.Builder |
GeoAvro.Builder.clearRegionfips104()
Clears the value of the 'regionfips104' field.
|
GeoAvro.Builder |
GeoAvro.Builder.clearType()
Clears the value of the 'type' field.
|
GeoAvro.Builder |
GeoAvro.Builder.clearZip()
Clears the value of the 'zip' field.
|
static GeoAvro.Builder |
GeoAvro.newBuilder()
Creates a new GeoAvro RecordBuilder.
|
static GeoAvro.Builder |
GeoAvro.newBuilder(GeoAvro.Builder other)
Creates a new GeoAvro RecordBuilder by copying an existing GeoAvro.Builder instance.
|
static GeoAvro.Builder |
GeoAvro.newBuilder(GeoAvro other)
Creates a new GeoAvro RecordBuilder by copying an existing GeoAvro instance.
|
GeoAvro.Builder |
GeoAvro.Builder.setCity(Utf8 value)
Sets the value of the 'city' field.
|
GeoAvro.Builder |
GeoAvro.Builder.setCountry(Utf8 value)
Sets the value of the 'country' field.
|
GeoAvro.Builder |
GeoAvro.Builder.setLat(float value)
Sets the value of the 'lat' field.
|
GeoAvro.Builder |
GeoAvro.Builder.setLon(float value)
Sets the value of the 'lon' field.
|
GeoAvro.Builder |
GeoAvro.Builder.setMetro(Utf8 value)
Sets the value of the 'metro' field.
|
GeoAvro.Builder |
GeoAvro.Builder.setRegion(Utf8 value)
Sets the value of the 'region' field.
|
GeoAvro.Builder |
GeoAvro.Builder.setRegionfips104(Utf8 value)
Sets the value of the 'regionfips104' field.
|
GeoAvro.Builder |
GeoAvro.Builder.setType(int value)
Sets the value of the 'type' field.
|
GeoAvro.Builder |
GeoAvro.Builder.setZip(Utf8 value)
Sets the value of the 'zip' field.
|
| Modifier and Type | Method and Description |
|---|---|
static Geo.Builder<GeoAvro> |
Geo.newAvroBuilder(GeoAvro.Builder other)
Returns new Avro builder instance based on existing prototype builder.
|
static GeoAvro.Builder |
GeoAvro.newBuilder(GeoAvro.Builder other)
Creates a new GeoAvro RecordBuilder by copying an existing GeoAvro.Builder instance.
|
| Constructor and Description |
|---|
AvroBuilder(GeoAvro.Builder builder)
Only use this if you know what you are doing.
|
Builder(GeoAvro.Builder other) |
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.