| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Class and Description |
|---|---|
static class |
Banner.Avro |
static class |
Banner.NativeImpl |
static class |
Banner.Protobuf |
static class |
Banner.Thrift |
| Modifier and Type | Method and Description |
|---|---|
Banner<T> |
Banner.Builder.build() |
Banner<BannerAvro> |
Banner.AvroBuilder.build() |
Banner<OpenRtbProtobuf.Banner> |
Banner.ProtobufBuilder.build() |
Banner<BannerThrift> |
Banner.ThriftBuilder.build() |
static Banner<BannerAvro> |
Banner.Avro.from(byte[] binaryEncoding)
Decodes a Avro record.
|
static Banner<OpenRtbProtobuf.Banner> |
Banner.Protobuf.from(byte[] binaryEncoding)
Decodes a Protobuf message.
|
Banner<?> |
Impression.getBanner()
A reference to a banner object.
|
Banner<?> |
Impression.NativeImpl.getBanner() |
Banner<?> |
Impression.Avro.getBanner() |
Banner<?> |
Impression.Protobuf.getBanner() |
Banner<?> |
Impression.Thrift.getBanner() |
| Modifier and Type | Method and Description |
|---|---|
List<Banner<?>> |
Video.getCompanionad()
If companion ads are available, they can be listed as an array of banner objects.
|
List<Banner<?>> |
Video.NativeImpl.getCompanionad() |
List<Banner<?>> |
Video.Avro.getCompanionad() |
List<Banner<?>> |
Video.Protobuf.getCompanionad() |
List<Banner<?>> |
Video.Thrift.getCompanionad() |
static Comparator<Banner<?>> |
Banner.getComparator()
Returns comparator instance for Banner objects.
|
| Modifier and Type | Method and Description |
|---|---|
static Banner.Avro |
Banner.avro(Banner<?> instance)
Returns a wrapped Avro record based on an instance of Banner.
|
int |
Banner.Comparator.compare(Banner<?> a,
Banner<?> b) |
int |
Banner.Comparator.compare(Banner<?> a,
Banner<?> b) |
default int |
Banner.compareTo(Banner<?> other) |
static Banner.NativeImpl |
Banner.nativeImpl(Banner<?> instance)
Returns a POJO based on an instance of Banner.
|
static Banner.Builder<BannerAvro> |
Banner.newAvroBuilder(Banner<?> other)
Returns new Avro builder instance based on existing prototype Banner.
|
static Banner.Builder<Banner.NativeImpl> |
Banner.newNativeImplBuilder(Banner<?> other)
Returns a POJO builder instance based on existing prototype Banner.
|
static Banner.Builder<OpenRtbProtobuf.Banner> |
Banner.newProtobufBuilder(Banner<?> other)
Returns new Protobuf builder instance based on existing prototype Banner.
|
static Banner.Builder<BannerThrift> |
Banner.newThriftBuilder(Banner<?> other)
Returns new Thrift builder instance based on existing prototype Banner.
|
static Banner.Protobuf |
Banner.protobuf(Banner<?> instance)
Returns a wrapped Protobuf message based on an instance of Banner.
|
Impression.Builder<T> |
Impression.Builder.setBanner(Banner<?> value) |
Impression.Builder<ImpressionAvro> |
Impression.AvroBuilder.setBanner(Banner<?> value) |
Impression.Builder<OpenRtbProtobuf.Impression> |
Impression.ProtobufBuilder.setBanner(Banner<?> value) |
Impression.Builder<ImpressionThrift> |
Impression.ThriftBuilder.setBanner(Banner<?> value) |
static Banner.Thrift |
Banner.thrift(Banner<?> instance)
Returns a wrapped Thrift struct based on an instance of Banner.
|
| Modifier and Type | Method and Description |
|---|---|
Video.Builder<T> |
Video.Builder.setCompanionad(List<Banner<?>> value) |
Video.Builder<VideoAvro> |
Video.AvroBuilder.setCompanionad(List<Banner<?>> value) |
Video.Builder<OpenRtbProtobuf.Video> |
Video.ProtobufBuilder.setCompanionad(List<Banner<?>> value) |
Video.Builder<VideoThrift> |
Video.ThriftBuilder.setCompanionad(List<Banner<?>> value) |
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.