| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Class and Description |
|---|---|
static class |
Bid.Avro |
static class |
Bid.NativeImpl |
static class |
Bid.Protobuf |
static class |
Bid.Thrift |
| Modifier and Type | Method and Description |
|---|---|
Bid<T> |
Bid.Builder.build() |
Bid<BidAvro> |
Bid.AvroBuilder.build() |
Bid<OpenRtbProtobuf.Bid> |
Bid.ProtobufBuilder.build() |
Bid<BidThrift> |
Bid.ThriftBuilder.build() |
static Bid<BidAvro> |
Bid.Avro.from(byte[] binaryEncoding)
Decodes a Avro record.
|
static Bid<OpenRtbProtobuf.Bid> |
Bid.Protobuf.from(byte[] binaryEncoding)
Decodes a Protobuf message.
|
| Modifier and Type | Method and Description |
|---|---|
List<Bid<?>> |
SeatBid.getBid()
Array of bid objects; each bid object relates to an imp object in the bid request.
|
List<Bid<?>> |
SeatBid.NativeImpl.getBid() |
List<Bid<?>> |
SeatBid.Avro.getBid() |
List<Bid<?>> |
SeatBid.Protobuf.getBid() |
List<Bid<?>> |
SeatBid.Thrift.getBid() |
static Comparator<Bid<?>> |
Bid.getComparator()
Returns comparator instance for Bid objects.
|
| Modifier and Type | Method and Description |
|---|---|
static Bid.Avro |
Bid.avro(Bid<?> instance)
Returns a wrapped Avro record based on an instance of Bid.
|
int |
Bid.Comparator.compare(Bid<?> a,
Bid<?> b) |
int |
Bid.Comparator.compare(Bid<?> a,
Bid<?> b) |
default int |
Bid.compareTo(Bid<?> other) |
static Bid.NativeImpl |
Bid.nativeImpl(Bid<?> instance)
Returns a POJO based on an instance of Bid.
|
static Bid.Builder<BidAvro> |
Bid.newAvroBuilder(Bid<?> other)
Returns new Avro builder instance based on existing prototype Bid.
|
static Bid.Builder<Bid.NativeImpl> |
Bid.newNativeImplBuilder(Bid<?> other)
Returns a POJO builder instance based on existing prototype Bid.
|
static Bid.Builder<OpenRtbProtobuf.Bid> |
Bid.newProtobufBuilder(Bid<?> other)
Returns new Protobuf builder instance based on existing prototype Bid.
|
static Bid.Builder<BidThrift> |
Bid.newThriftBuilder(Bid<?> other)
Returns new Thrift builder instance based on existing prototype Bid.
|
static Bid.Protobuf |
Bid.protobuf(Bid<?> instance)
Returns a wrapped Protobuf message based on an instance of Bid.
|
static Bid.Thrift |
Bid.thrift(Bid<?> instance)
Returns a wrapped Thrift struct based on an instance of Bid.
|
| Modifier and Type | Method and Description |
|---|---|
SeatBid.Builder<T> |
SeatBid.Builder.setBid(List<Bid<?>> value) |
SeatBid.Builder<SeatBidAvro> |
SeatBid.AvroBuilder.setBid(List<Bid<?>> value) |
SeatBid.Builder<OpenRtbProtobuf.SeatBid> |
SeatBid.ProtobufBuilder.setBid(List<Bid<?>> value) |
SeatBid.Builder<SeatBidThrift> |
SeatBid.ThriftBuilder.setBid(List<Bid<?>> value) |
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.