| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Field and Description |
|---|---|
List<DealThrift> |
PmpThrift.deals
A collection of “deal” objects encapsulating a list of direct deals eligible for this impression.
|
| Modifier and Type | Method and Description |
|---|---|
DealThrift |
DealThrift.deepCopy() |
DealThrift |
Deal.Thrift.get() |
DealThrift |
DealThrift.setAt(short at)
Auction type.
|
DealThrift |
DealThrift.setBidfloor(double bidfloor)
Bid floor for this impression (in CPM of bidfloorcur).
|
DealThrift |
DealThrift.setBidfloorcur(String bidfloorcur)
If bid floor is specified and multiple currencies supported per bid request, then currency should be specified here using ISO- 4217 alphabetic codes.
|
DealThrift |
DealThrift.setId(String id)
A unique identifier for the direct deal.
|
DealThrift |
DealThrift.setWadomain(List<String> wadomain)
Array of advertiser domains allowed to bid on this Direct Deal.
|
DealThrift |
DealThrift.setWseat(List<String> wseat)
Array of buyer seats allowed to bid on this Direct Deal.
|
| Modifier and Type | Method and Description |
|---|---|
Deal<DealThrift> |
Deal.ThriftBuilder.build() |
Deal.Builder<DealThrift> |
Deal.ThriftBuilder.clearAt() |
Deal.Builder<DealThrift> |
Deal.ThriftBuilder.clearBidfloor() |
Deal.Builder<DealThrift> |
Deal.ThriftBuilder.clearBidfloorcur() |
Deal.Builder<DealThrift> |
Deal.ThriftBuilder.clearId() |
Deal.Builder<DealThrift> |
Deal.ThriftBuilder.clearWadomain() |
Deal.Builder<DealThrift> |
Deal.ThriftBuilder.clearWseat() |
List<DealThrift> |
PmpThrift.getDeals()
A collection of “deal” objects encapsulating a list of direct deals eligible for this impression.
|
Iterator<DealThrift> |
PmpThrift.getDealsIterator() |
static Class<DealThrift> |
Deal.getThriftClass()
Returns Thrift class for this struct.
|
Deal.Builder<DealThrift> |
Deal.Thrift.newBuilder() |
static Deal.Builder<DealThrift> |
Deal.newThriftBuilder()
Returns new Thrift builder instance with default values.
|
static Deal.Builder<DealThrift> |
Deal.newThriftBuilder(Deal<?> other)
Returns new Thrift builder instance based on existing prototype Deal.
|
static Deal.Builder<DealThrift> |
Deal.newThriftBuilder(DealThrift other)
Returns new Thrift builder instance based on existing prototype.
|
Deal.Builder<DealThrift> |
Deal.ThriftBuilder.setAt(int value) |
Deal.Builder<DealThrift> |
Deal.ThriftBuilder.setBidfloor(double value) |
Deal.Builder<DealThrift> |
Deal.ThriftBuilder.setBidfloorcur(String value) |
Deal.Builder<DealThrift> |
Deal.ThriftBuilder.setId(String value) |
Deal.Builder<DealThrift> |
Deal.ThriftBuilder.setWadomain(List<String> value) |
Deal.Builder<DealThrift> |
Deal.ThriftBuilder.setWseat(List<String> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
PmpThrift.addToDeals(DealThrift elem) |
int |
DealThrift.compareTo(DealThrift other) |
boolean |
DealThrift.equals(DealThrift that) |
static Deal.Builder<DealThrift> |
Deal.newThriftBuilder(DealThrift other)
Returns new Thrift builder instance based on existing prototype.
|
static Deal.Thrift |
Deal.thrift(DealThrift instance)
Creates a new wrapped Thrift struct copied from an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
PmpThrift |
PmpThrift.setDeals(List<DealThrift> deals)
A collection of “deal” objects encapsulating a list of direct deals eligible for this impression.
|
| Constructor and Description |
|---|
DealThrift(DealThrift other)
Performs a deep copy on other.
|
Thrift(DealThrift wrapped)
Wraps an existing instance.
|
ThriftBuilder(DealThrift builder)
Only use this if you know what you are doing.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.