| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Class and Description |
|---|---|
static class |
Pmp.Avro |
static class |
Pmp.NativeImpl |
static class |
Pmp.Protobuf |
static class |
Pmp.Thrift |
| Modifier and Type | Method and Description |
|---|---|
Pmp<T> |
Pmp.Builder.build() |
Pmp<PmpAvro> |
Pmp.AvroBuilder.build() |
Pmp<OpenRtbProtobuf.Pmp> |
Pmp.ProtobufBuilder.build() |
Pmp<PmpThrift> |
Pmp.ThriftBuilder.build() |
static Pmp<PmpAvro> |
Pmp.Avro.from(byte[] binaryEncoding)
Decodes a Avro record.
|
static Pmp<OpenRtbProtobuf.Pmp> |
Pmp.Protobuf.from(byte[] binaryEncoding)
Decodes a Protobuf message.
|
Pmp<?> |
Impression.getPmp()
A reference to the PMP object containing any Deals eligible for the impression object.
|
Pmp<?> |
Impression.NativeImpl.getPmp() |
Pmp<?> |
Impression.Avro.getPmp() |
Pmp<?> |
Impression.Protobuf.getPmp() |
Pmp<?> |
Impression.Thrift.getPmp() |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<Pmp<?>> |
Pmp.getComparator()
Returns comparator instance for Pmp objects.
|
| Modifier and Type | Method and Description |
|---|---|
static Pmp.Avro |
Pmp.avro(Pmp<?> instance)
Returns a wrapped Avro record based on an instance of Pmp.
|
int |
Pmp.Comparator.compare(Pmp<?> a,
Pmp<?> b) |
int |
Pmp.Comparator.compare(Pmp<?> a,
Pmp<?> b) |
default int |
Pmp.compareTo(Pmp<?> other) |
static Pmp.NativeImpl |
Pmp.nativeImpl(Pmp<?> instance)
Returns a POJO based on an instance of Pmp.
|
static Pmp.Builder<PmpAvro> |
Pmp.newAvroBuilder(Pmp<?> other)
Returns new Avro builder instance based on existing prototype Pmp.
|
static Pmp.Builder<Pmp.NativeImpl> |
Pmp.newNativeImplBuilder(Pmp<?> other)
Returns a POJO builder instance based on existing prototype Pmp.
|
static Pmp.Builder<OpenRtbProtobuf.Pmp> |
Pmp.newProtobufBuilder(Pmp<?> other)
Returns new Protobuf builder instance based on existing prototype Pmp.
|
static Pmp.Builder<PmpThrift> |
Pmp.newThriftBuilder(Pmp<?> other)
Returns new Thrift builder instance based on existing prototype Pmp.
|
static Pmp.Protobuf |
Pmp.protobuf(Pmp<?> instance)
Returns a wrapped Protobuf message based on an instance of Pmp.
|
Impression.Builder<T> |
Impression.Builder.setPmp(Pmp<?> value) |
Impression.Builder<ImpressionAvro> |
Impression.AvroBuilder.setPmp(Pmp<?> value) |
Impression.Builder<OpenRtbProtobuf.Impression> |
Impression.ProtobufBuilder.setPmp(Pmp<?> value) |
Impression.Builder<ImpressionThrift> |
Impression.ThriftBuilder.setPmp(Pmp<?> value) |
static Pmp.Thrift |
Pmp.thrift(Pmp<?> instance)
Returns a wrapped Thrift struct based on an instance of Pmp.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.