| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Class and Description |
|---|---|
static class |
Pmp.AvroBuilder |
static class |
Pmp.ProtobufBuilder |
static class |
Pmp.ThriftBuilder |
| Modifier and Type | Method and Description |
|---|---|
Pmp.Builder<T> |
Pmp.Builder.clearDeals() |
Pmp.Builder<PmpAvro> |
Pmp.AvroBuilder.clearDeals() |
Pmp.Builder<OpenRtbProtobuf.Pmp> |
Pmp.ProtobufBuilder.clearDeals() |
Pmp.Builder<PmpThrift> |
Pmp.ThriftBuilder.clearDeals() |
Pmp.Builder<T> |
Pmp.Builder.clearPrivateAuction() |
Pmp.Builder<PmpAvro> |
Pmp.AvroBuilder.clearPrivateAuction() |
Pmp.Builder<OpenRtbProtobuf.Pmp> |
Pmp.ProtobufBuilder.clearPrivateAuction() |
Pmp.Builder<PmpThrift> |
Pmp.ThriftBuilder.clearPrivateAuction() |
static Pmp.Builder<PmpAvro> |
Pmp.newAvroBuilder()
Returns new Avro builder instance with default values.
|
static Pmp.Builder<PmpAvro> |
Pmp.newAvroBuilder(Pmp<?> other)
Returns new Avro builder instance based on existing prototype Pmp.
|
static Pmp.Builder<PmpAvro> |
Pmp.newAvroBuilder(PmpAvro.Builder other)
Returns new Avro builder instance based on existing prototype builder.
|
static Pmp.Builder<PmpAvro> |
Pmp.newAvroBuilder(PmpAvro other)
Returns new Avro builder instance based on existing prototype.
|
Pmp.Builder<T> |
Pmp.newBuilder()
Creates a new builder based on this object.
|
Pmp.Builder<Pmp.NativeImpl> |
Pmp.NativeImpl.newBuilder() |
Pmp.Builder<PmpAvro> |
Pmp.Avro.newBuilder() |
Pmp.Builder<OpenRtbProtobuf.Pmp> |
Pmp.Protobuf.newBuilder() |
Pmp.Builder<PmpThrift> |
Pmp.Thrift.newBuilder() |
static Pmp.Builder<Pmp.NativeImpl> |
Pmp.newNativeImplBuilder()
Returns a POJO builder instance with default values.
|
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()
Returns new Protobuf builder instance with default values.
|
static Pmp.Builder<OpenRtbProtobuf.Pmp> |
Pmp.newProtobufBuilder(OpenRtbProtobuf.Pmp other)
Returns new Protobuf builder instance based on existing prototype.
|
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()
Returns new Thrift builder instance with default values.
|
static Pmp.Builder<PmpThrift> |
Pmp.newThriftBuilder(Pmp<?> other)
Returns new Thrift builder instance based on existing prototype Pmp.
|
static Pmp.Builder<PmpThrift> |
Pmp.newThriftBuilder(PmpThrift other)
Returns new Thrift builder instance based on existing prototype.
|
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) |
Pmp.Builder<T> |
Pmp.Builder.setPrivateAuction(int value) |
Pmp.Builder<PmpAvro> |
Pmp.AvroBuilder.setPrivateAuction(int value) |
Pmp.Builder<OpenRtbProtobuf.Pmp> |
Pmp.ProtobufBuilder.setPrivateAuction(int value) |
Pmp.Builder<PmpThrift> |
Pmp.ThriftBuilder.setPrivateAuction(int value) |
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.