| Package | Description |
|---|---|
| com.adgear.anoa.test.ad_exchange | |
| open_rtb |
| Modifier and Type | Method and Description |
|---|---|
BidResponse<?> |
LogEvent.getResponse()
Bid response submitted to the real-time bidding ad exchange.
|
BidResponse<?> |
LogEvent.NativeImpl.getResponse() |
BidResponse<?> |
LogEvent.Avro.getResponse() |
BidResponse<?> |
LogEvent.Protobuf.getResponse() |
BidResponse<?> |
LogEvent.Thrift.getResponse() |
| Modifier and Type | Method and Description |
|---|---|
LogEvent.Builder<T> |
LogEvent.Builder.setResponse(BidResponse<?> value) |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.setResponse(BidResponse<?> value) |
LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.ProtobufBuilder.setResponse(BidResponse<?> value) |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.setResponse(BidResponse<?> value) |
| Modifier and Type | Class and Description |
|---|---|
static class |
BidResponse.Avro |
static class |
BidResponse.NativeImpl |
static class |
BidResponse.Protobuf |
static class |
BidResponse.Thrift |
| Modifier and Type | Method and Description |
|---|---|
BidResponse<T> |
BidResponse.Builder.build() |
BidResponse<BidResponseAvro> |
BidResponse.AvroBuilder.build() |
BidResponse<OpenRtbProtobuf.BidResponse> |
BidResponse.ProtobufBuilder.build() |
BidResponse<BidResponseThrift> |
BidResponse.ThriftBuilder.build() |
static BidResponse<BidResponseAvro> |
BidResponse.Avro.from(byte[] binaryEncoding)
Decodes a Avro record.
|
static BidResponse<OpenRtbProtobuf.BidResponse> |
BidResponse.Protobuf.from(byte[] binaryEncoding)
Decodes a Protobuf message.
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator<BidResponse<?>> |
BidResponse.getComparator()
Returns comparator instance for BidResponse objects.
|
| Modifier and Type | Method and Description |
|---|---|
static BidResponse.Avro |
BidResponse.avro(BidResponse<?> instance)
Returns a wrapped Avro record based on an instance of BidResponse.
|
int |
BidResponse.Comparator.compare(BidResponse<?> a,
BidResponse<?> b) |
int |
BidResponse.Comparator.compare(BidResponse<?> a,
BidResponse<?> b) |
default int |
BidResponse.compareTo(BidResponse<?> other) |
static BidResponse.NativeImpl |
BidResponse.nativeImpl(BidResponse<?> instance)
Returns a POJO based on an instance of BidResponse.
|
static BidResponse.Builder<BidResponseAvro> |
BidResponse.newAvroBuilder(BidResponse<?> other)
Returns new Avro builder instance based on existing prototype BidResponse.
|
static BidResponse.Builder<BidResponse.NativeImpl> |
BidResponse.newNativeImplBuilder(BidResponse<?> other)
Returns a POJO builder instance based on existing prototype BidResponse.
|
static BidResponse.Builder<OpenRtbProtobuf.BidResponse> |
BidResponse.newProtobufBuilder(BidResponse<?> other)
Returns new Protobuf builder instance based on existing prototype BidResponse.
|
static BidResponse.Builder<BidResponseThrift> |
BidResponse.newThriftBuilder(BidResponse<?> other)
Returns new Thrift builder instance based on existing prototype BidResponse.
|
static BidResponse.Protobuf |
BidResponse.protobuf(BidResponse<?> instance)
Returns a wrapped Protobuf message based on an instance of BidResponse.
|
static BidResponse.Thrift |
BidResponse.thrift(BidResponse<?> instance)
Returns a wrapped Thrift struct based on an instance of BidResponse.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.