| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Field and Description |
|---|---|
List<BidThrift> |
SeatBidThrift.bid
Array of bid objects; each bid object relates to an imp object in the bid request.
|
| Modifier and Type | Method and Description |
|---|---|
BidThrift |
BidThrift.deepCopy() |
BidThrift |
Bid.Thrift.get() |
BidThrift |
BidThrift.setAdid(String adid)
ID that references the ad to be served if the bid wins.
|
BidThrift |
BidThrift.setAdm(String adm)
Actual ad markup.
|
BidThrift |
BidThrift.setAdomain(List<String> adomain)
Advertiser’s primary or top-level domain for advertiser checking.
|
BidThrift |
BidThrift.setAttr(List<Short> attr)
Array of creative attributes.
|
BidThrift |
BidThrift.setCid(String cid)
Campaign ID or similar that appears within the ad markup.
|
BidThrift |
BidThrift.setCrid(String crid)
Creative ID for reporting content issues or defects.
|
BidThrift |
BidThrift.setDealid(String dealid)
A unique identifier for the direct deal associated with the bid.
|
BidThrift |
BidThrift.setH(int h)
Height of the ad in pixels.
|
BidThrift |
BidThrift.setId(String id)
ID for the bid object chosen by the bidder for tracking and debugging purposes.
|
BidThrift |
BidThrift.setImpid(String impid)
ID of the impression object to which this bid applies.
|
BidThrift |
BidThrift.setLurl(String lurl)
Sample image URL (without cache busting) for content checking.
|
BidThrift |
BidThrift.setNurl(String nurl)
Win notice URL.
|
BidThrift |
BidThrift.setPrice(double price)
Bid price in CPM.
|
BidThrift |
BidThrift.setW(int w)
Width of the ad in pixels.
|
| Modifier and Type | Method and Description |
|---|---|
Bid<BidThrift> |
Bid.ThriftBuilder.build() |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.clearAdid() |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.clearAdm() |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.clearAdomain() |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.clearAttr() |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.clearCid() |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.clearCrid() |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.clearDealid() |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.clearH() |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.clearId() |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.clearImpid() |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.clearLurl() |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.clearNurl() |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.clearPrice() |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.clearW() |
List<BidThrift> |
SeatBidThrift.getBid()
Array of bid objects; each bid object relates to an imp object in the bid request.
|
Iterator<BidThrift> |
SeatBidThrift.getBidIterator() |
static Class<BidThrift> |
Bid.getThriftClass()
Returns Thrift class for this struct.
|
Bid.Builder<BidThrift> |
Bid.Thrift.newBuilder() |
static Bid.Builder<BidThrift> |
Bid.newThriftBuilder()
Returns new Thrift builder instance with default values.
|
static Bid.Builder<BidThrift> |
Bid.newThriftBuilder(Bid<?> other)
Returns new Thrift builder instance based on existing prototype Bid.
|
static Bid.Builder<BidThrift> |
Bid.newThriftBuilder(BidThrift other)
Returns new Thrift builder instance based on existing prototype.
|
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.setAdid(String value) |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.setAdm(String value) |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.setAdomain(List<String> value) |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.setAttr(List<Integer> value) |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.setCid(String value) |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.setCrid(String value) |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.setDealid(String value) |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.setH(int value) |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.setId(String value) |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.setImpid(String value) |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.setLurl(String value) |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.setNurl(String value) |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.setPrice(double value) |
Bid.Builder<BidThrift> |
Bid.ThriftBuilder.setW(int value) |
| Modifier and Type | Method and Description |
|---|---|
void |
SeatBidThrift.addToBid(BidThrift elem) |
int |
BidThrift.compareTo(BidThrift other) |
boolean |
BidThrift.equals(BidThrift that) |
static Bid.Builder<BidThrift> |
Bid.newThriftBuilder(BidThrift other)
Returns new Thrift builder instance based on existing prototype.
|
static Bid.Thrift |
Bid.thrift(BidThrift instance)
Creates a new wrapped Thrift struct copied from an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
SeatBidThrift |
SeatBidThrift.setBid(List<BidThrift> bid)
Array of bid objects; each bid object relates to an imp object in the bid request.
|
| Constructor and Description |
|---|
BidThrift(BidThrift other)
Performs a deep copy on other.
|
Thrift(BidThrift wrapped)
Wraps an existing instance.
|
ThriftBuilder(BidThrift builder)
Only use this if you know what you are doing.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.