public static class Pmp.AvroBuilder extends Object implements Pmp.Builder<PmpAvro>
| Constructor and Description |
|---|
AvroBuilder(PmpAvro.Builder builder)
Only use this if you know what you are doing.
|
| Modifier and Type | Method and Description |
|---|---|
Pmp<PmpAvro> |
build() |
Pmp.Builder<PmpAvro> |
clearDeals() |
Pmp.Builder<PmpAvro> |
clearPrivateAuction() |
Pmp.Builder<PmpAvro> |
setDeals(List<Deal<?>> value) |
Pmp.Builder<PmpAvro> |
setPrivateAuction(int value) |
public AvroBuilder(PmpAvro.Builder builder)
public Pmp<PmpAvro> build()
build in interface Pmp.Builder<PmpAvro>public Pmp.Builder<PmpAvro> setPrivateAuction(int value)
setPrivateAuction in interface Pmp.Builder<PmpAvro>public Pmp.Builder<PmpAvro> clearPrivateAuction()
clearPrivateAuction in interface Pmp.Builder<PmpAvro>public Pmp.Builder<PmpAvro> setDeals(List<Deal<?>> value)
setDeals in interface Pmp.Builder<PmpAvro>public Pmp.Builder<PmpAvro> clearDeals()
clearDeals in interface Pmp.Builder<PmpAvro>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.