| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Class and Description |
|---|---|
static class |
Device.Avro |
static class |
Device.NativeImpl |
static class |
Device.Protobuf |
static class |
Device.Thrift |
| Modifier and Type | Method and Description |
|---|---|
Device<T> |
Device.Builder.build() |
Device<DeviceAvro> |
Device.AvroBuilder.build() |
Device<OpenRtbProtobuf.Device> |
Device.ProtobufBuilder.build() |
Device<DeviceThrift> |
Device.ThriftBuilder.build() |
static Device<DeviceAvro> |
Device.Avro.from(byte[] binaryEncoding)
Decodes a Avro record.
|
static Device<OpenRtbProtobuf.Device> |
Device.Protobuf.from(byte[] binaryEncoding)
Decodes a Protobuf message.
|
Device<?> |
BidRequest.getDevice()
See Device Object.
|
Device<?> |
BidRequest.NativeImpl.getDevice() |
Device<?> |
BidRequest.Avro.getDevice() |
Device<?> |
BidRequest.Protobuf.getDevice() |
Device<?> |
BidRequest.Thrift.getDevice() |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<Device<?>> |
Device.getComparator()
Returns comparator instance for Device objects.
|
| Modifier and Type | Method and Description |
|---|---|
static Device.Avro |
Device.avro(Device<?> instance)
Returns a wrapped Avro record based on an instance of Device.
|
int |
Device.Comparator.compare(Device<?> a,
Device<?> b) |
int |
Device.Comparator.compare(Device<?> a,
Device<?> b) |
default int |
Device.compareTo(Device<?> other) |
static Device.NativeImpl |
Device.nativeImpl(Device<?> instance)
Returns a POJO based on an instance of Device.
|
static Device.Builder<DeviceAvro> |
Device.newAvroBuilder(Device<?> other)
Returns new Avro builder instance based on existing prototype Device.
|
static Device.Builder<Device.NativeImpl> |
Device.newNativeImplBuilder(Device<?> other)
Returns a POJO builder instance based on existing prototype Device.
|
static Device.Builder<OpenRtbProtobuf.Device> |
Device.newProtobufBuilder(Device<?> other)
Returns new Protobuf builder instance based on existing prototype Device.
|
static Device.Builder<DeviceThrift> |
Device.newThriftBuilder(Device<?> other)
Returns new Thrift builder instance based on existing prototype Device.
|
static Device.Protobuf |
Device.protobuf(Device<?> instance)
Returns a wrapped Protobuf message based on an instance of Device.
|
BidRequest.Builder<T> |
BidRequest.Builder.setDevice(Device<?> value) |
BidRequest.Builder<BidRequestAvro> |
BidRequest.AvroBuilder.setDevice(Device<?> value) |
BidRequest.Builder<OpenRtbProtobuf.BidRequest> |
BidRequest.ProtobufBuilder.setDevice(Device<?> value) |
BidRequest.Builder<BidRequestThrift> |
BidRequest.ThriftBuilder.setDevice(Device<?> value) |
static Device.Thrift |
Device.thrift(Device<?> instance)
Returns a wrapped Thrift struct based on an instance of Device.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.