public static class POBBid.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder(POBBid bid)
Constructor build with bid instance
|
| Modifier and Type | Method and Description |
|---|---|
POBBid |
build()
Builds the new bid with builder parameters
|
POBBid.Builder |
setCreativeType(java.lang.String creativeType)
Set Creative type for bid
|
POBBid.Builder |
setHeight(int height)
Set Bid height
|
POBBid.Builder |
setPartnerId(java.lang.String partnerId)
Set Bid partner id
|
POBBid.Builder |
setWidth(int width)
Set Bid width
|
public Builder(@NonNull
POBBid bid)
bid - the bid instancepublic POBBid.Builder setCreativeType(@NonNull java.lang.String creativeType)
creativeType - the bid creative typepublic POBBid.Builder setPartnerId(@NonNull java.lang.String partnerId)
partnerId - the bid partenr idpublic POBBid.Builder setWidth(int width)
width - the Bid widthpublic POBBid.Builder setHeight(int height)
height - the Bid height