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