| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Class and Description |
|---|---|
static class |
Deal.Avro |
static class |
Deal.NativeImpl |
static class |
Deal.Protobuf |
static class |
Deal.Thrift |
| Modifier and Type | Method and Description |
|---|---|
Deal<T> |
Deal.Builder.build() |
Deal<DealAvro> |
Deal.AvroBuilder.build() |
Deal<OpenRtbProtobuf.Deal> |
Deal.ProtobufBuilder.build() |
Deal<DealThrift> |
Deal.ThriftBuilder.build() |
static Deal<DealAvro> |
Deal.Avro.from(byte[] binaryEncoding)
Decodes a Avro record.
|
static Deal<OpenRtbProtobuf.Deal> |
Deal.Protobuf.from(byte[] binaryEncoding)
Decodes a Protobuf message.
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator<Deal<?>> |
Deal.getComparator()
Returns comparator instance for Deal objects.
|
List<Deal<?>> |
Pmp.getDeals()
A collection of “deal” objects encapsulating a list of direct deals eligible for this impression.
|
List<Deal<?>> |
Pmp.NativeImpl.getDeals() |
List<Deal<?>> |
Pmp.Avro.getDeals() |
List<Deal<?>> |
Pmp.Protobuf.getDeals() |
List<Deal<?>> |
Pmp.Thrift.getDeals() |
| Modifier and Type | Method and Description |
|---|---|
static Deal.Avro |
Deal.avro(Deal<?> instance)
Returns a wrapped Avro record based on an instance of Deal.
|
int |
Deal.Comparator.compare(Deal<?> a,
Deal<?> b) |
int |
Deal.Comparator.compare(Deal<?> a,
Deal<?> b) |
default int |
Deal.compareTo(Deal<?> other) |
static Deal.NativeImpl |
Deal.nativeImpl(Deal<?> instance)
Returns a POJO based on an instance of Deal.
|
static Deal.Builder<DealAvro> |
Deal.newAvroBuilder(Deal<?> other)
Returns new Avro builder instance based on existing prototype Deal.
|
static Deal.Builder<Deal.NativeImpl> |
Deal.newNativeImplBuilder(Deal<?> other)
Returns a POJO builder instance based on existing prototype Deal.
|
static Deal.Builder<OpenRtbProtobuf.Deal> |
Deal.newProtobufBuilder(Deal<?> other)
Returns new Protobuf builder instance based on existing prototype Deal.
|
static Deal.Builder<DealThrift> |
Deal.newThriftBuilder(Deal<?> other)
Returns new Thrift builder instance based on existing prototype Deal.
|
static Deal.Protobuf |
Deal.protobuf(Deal<?> instance)
Returns a wrapped Protobuf message based on an instance of Deal.
|
static Deal.Thrift |
Deal.thrift(Deal<?> instance)
Returns a wrapped Thrift struct based on an instance of Deal.
|
| Modifier and Type | Method and Description |
|---|---|
Pmp.Builder<T> |
Pmp.Builder.setDeals(List<Deal<?>> value) |
Pmp.Builder<PmpAvro> |
Pmp.AvroBuilder.setDeals(List<Deal<?>> value) |
Pmp.Builder<OpenRtbProtobuf.Pmp> |
Pmp.ProtobufBuilder.setDeals(List<Deal<?>> value) |
Pmp.Builder<PmpThrift> |
Pmp.ThriftBuilder.setDeals(List<Deal<?>> value) |
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.