| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Class and Description |
|---|---|
static class |
Geo.Avro |
static class |
Geo.NativeImpl |
static class |
Geo.Protobuf |
static class |
Geo.Thrift |
| Modifier and Type | Method and Description |
|---|---|
Geo<T> |
Geo.Builder.build() |
Geo<GeoAvro> |
Geo.AvroBuilder.build() |
Geo<OpenRtbProtobuf.Geo> |
Geo.ProtobufBuilder.build() |
Geo<GeoThrift> |
Geo.ThriftBuilder.build() |
static Geo<GeoAvro> |
Geo.Avro.from(byte[] binaryEncoding)
Decodes a Avro record.
|
static Geo<OpenRtbProtobuf.Geo> |
Geo.Protobuf.from(byte[] binaryEncoding)
Decodes a Protobuf message.
|
Geo<?> |
User.getGeo()
Home geo for the user (e.g., based off of registration data); this is different from the current location of the access device (that is defined by the geo object embedded in the Device Object); see Geo Object.
|
Geo<?> |
User.NativeImpl.getGeo() |
Geo<?> |
User.Avro.getGeo() |
Geo<?> |
User.Protobuf.getGeo() |
Geo<?> |
User.Thrift.getGeo() |
Geo<?> |
Device.getGeo()
Geography as derived from the device’s location services (e.g., cell tower triangulation, GPS) or IP address.
|
Geo<?> |
Device.NativeImpl.getGeo() |
Geo<?> |
Device.Avro.getGeo() |
Geo<?> |
Device.Protobuf.getGeo() |
Geo<?> |
Device.Thrift.getGeo() |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<Geo<?>> |
Geo.getComparator()
Returns comparator instance for Geo objects.
|
| Modifier and Type | Method and Description |
|---|---|
static Geo.Avro |
Geo.avro(Geo<?> instance)
Returns a wrapped Avro record based on an instance of Geo.
|
int |
Geo.Comparator.compare(Geo<?> a,
Geo<?> b) |
int |
Geo.Comparator.compare(Geo<?> a,
Geo<?> b) |
default int |
Geo.compareTo(Geo<?> other) |
static Geo.NativeImpl |
Geo.nativeImpl(Geo<?> instance)
Returns a POJO based on an instance of Geo.
|
static Geo.Builder<GeoAvro> |
Geo.newAvroBuilder(Geo<?> other)
Returns new Avro builder instance based on existing prototype Geo.
|
static Geo.Builder<Geo.NativeImpl> |
Geo.newNativeImplBuilder(Geo<?> other)
Returns a POJO builder instance based on existing prototype Geo.
|
static Geo.Builder<OpenRtbProtobuf.Geo> |
Geo.newProtobufBuilder(Geo<?> other)
Returns new Protobuf builder instance based on existing prototype Geo.
|
static Geo.Builder<GeoThrift> |
Geo.newThriftBuilder(Geo<?> other)
Returns new Thrift builder instance based on existing prototype Geo.
|
static Geo.Protobuf |
Geo.protobuf(Geo<?> instance)
Returns a wrapped Protobuf message based on an instance of Geo.
|
User.Builder<T> |
User.Builder.setGeo(Geo<?> value) |
User.Builder<UserAvro> |
User.AvroBuilder.setGeo(Geo<?> value) |
User.Builder<OpenRtbProtobuf.User> |
User.ProtobufBuilder.setGeo(Geo<?> value) |
User.Builder<UserThrift> |
User.ThriftBuilder.setGeo(Geo<?> value) |
Device.Builder<T> |
Device.Builder.setGeo(Geo<?> value) |
Device.Builder<DeviceAvro> |
Device.AvroBuilder.setGeo(Geo<?> value) |
Device.Builder<OpenRtbProtobuf.Device> |
Device.ProtobufBuilder.setGeo(Geo<?> value) |
Device.Builder<DeviceThrift> |
Device.ThriftBuilder.setGeo(Geo<?> value) |
static Geo.Thrift |
Geo.thrift(Geo<?> instance)
Returns a wrapped Thrift struct based on an instance of Geo.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.