| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Field and Description |
|---|---|
List<SeatBidThrift> |
BidResponseThrift.seatbid
Array of seatbid objects.
|
| Modifier and Type | Method and Description |
|---|---|
SeatBidThrift |
SeatBidThrift.deepCopy() |
SeatBidThrift |
SeatBid.Thrift.get() |
SeatBidThrift |
SeatBidThrift.setBid(List<BidThrift> bid)
Array of bid objects; each bid object relates to an imp object in the bid request.
|
SeatBidThrift |
SeatBidThrift.setGroup(byte group)
“1” means impressions must be won-lost as a group; default is “0”.
|
SeatBidThrift |
SeatBidThrift.setSeat(String seat)
ID of the bidder seat on whose behalf this bid is made.
|
| Modifier and Type | Method and Description |
|---|---|
SeatBid<SeatBidThrift> |
SeatBid.ThriftBuilder.build() |
SeatBid.Builder<SeatBidThrift> |
SeatBid.ThriftBuilder.clearBid() |
SeatBid.Builder<SeatBidThrift> |
SeatBid.ThriftBuilder.clearGroup() |
SeatBid.Builder<SeatBidThrift> |
SeatBid.ThriftBuilder.clearSeat() |
List<SeatBidThrift> |
BidResponseThrift.getSeatbid()
Array of seatbid objects.
|
Iterator<SeatBidThrift> |
BidResponseThrift.getSeatbidIterator() |
static Class<SeatBidThrift> |
SeatBid.getThriftClass()
Returns Thrift class for this struct.
|
SeatBid.Builder<SeatBidThrift> |
SeatBid.Thrift.newBuilder() |
static SeatBid.Builder<SeatBidThrift> |
SeatBid.newThriftBuilder()
Returns new Thrift builder instance with default values.
|
static SeatBid.Builder<SeatBidThrift> |
SeatBid.newThriftBuilder(SeatBid<?> other)
Returns new Thrift builder instance based on existing prototype SeatBid.
|
static SeatBid.Builder<SeatBidThrift> |
SeatBid.newThriftBuilder(SeatBidThrift other)
Returns new Thrift builder instance based on existing prototype.
|
SeatBid.Builder<SeatBidThrift> |
SeatBid.ThriftBuilder.setBid(List<Bid<?>> value) |
SeatBid.Builder<SeatBidThrift> |
SeatBid.ThriftBuilder.setGroup(int value) |
SeatBid.Builder<SeatBidThrift> |
SeatBid.ThriftBuilder.setSeat(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
BidResponseThrift.addToSeatbid(SeatBidThrift elem) |
int |
SeatBidThrift.compareTo(SeatBidThrift other) |
boolean |
SeatBidThrift.equals(SeatBidThrift that) |
static SeatBid.Builder<SeatBidThrift> |
SeatBid.newThriftBuilder(SeatBidThrift other)
Returns new Thrift builder instance based on existing prototype.
|
static SeatBid.Thrift |
SeatBid.thrift(SeatBidThrift instance)
Creates a new wrapped Thrift struct copied from an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
BidResponseThrift |
BidResponseThrift.setSeatbid(List<SeatBidThrift> seatbid)
Array of seatbid objects.
|
| Constructor and Description |
|---|
SeatBidThrift(SeatBidThrift other)
Performs a deep copy on other.
|
Thrift(SeatBidThrift wrapped)
Wraps an existing instance.
|
ThriftBuilder(SeatBidThrift builder)
Only use this if you know what you are doing.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.