| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Method and Description |
|---|---|
PmpAvro |
PmpAvro.Builder.build() |
PmpAvro |
PmpAvro.decode(Decoder _decoder)
Reads record from Avro Decoder.
|
PmpAvro |
PmpAvro.freeze() |
PmpAvro |
Pmp.Avro.get() |
PmpAvro |
ImpressionAvro.Builder.getPmp()
Gets the value of the 'pmp' field.
|
| Modifier and Type | Method and Description |
|---|---|
Pmp<PmpAvro> |
Pmp.AvroBuilder.build() |
Pmp.Builder<PmpAvro> |
Pmp.AvroBuilder.clearDeals() |
Pmp.Builder<PmpAvro> |
Pmp.AvroBuilder.clearPrivateAuction() |
static Pmp<PmpAvro> |
Pmp.Avro.from(byte[] binaryEncoding)
Decodes a Avro record.
|
static Class<PmpAvro> |
Pmp.getAvroClass()
Returns Avro record class.
|
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<PmpAvro> |
Pmp.Avro.newBuilder() |
Pmp.Builder<PmpAvro> |
Pmp.AvroBuilder.setDeals(List<Deal<?>> value) |
Pmp.Builder<PmpAvro> |
Pmp.AvroBuilder.setPrivateAuction(int value) |
| Modifier and Type | Method and Description |
|---|---|
static Pmp.Avro |
Pmp.avro(PmpAvro wrapped)
Wraps an existing Avro record.
|
static Pmp.Builder<PmpAvro> |
Pmp.newAvroBuilder(PmpAvro other)
Returns new Avro builder instance based on existing prototype.
|
static PmpAvro.Builder |
PmpAvro.newBuilder(PmpAvro other)
Creates a new PmpAvro RecordBuilder by copying an existing PmpAvro instance.
|
ImpressionAvro.Builder |
ImpressionAvro.Builder.setPmp(PmpAvro value)
Sets the value of the 'pmp' field.
|
| Constructor and Description |
|---|
Builder(PmpAvro other) |
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.