| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Class and Description |
|---|---|
static class |
Content.Avro |
static class |
Content.NativeImpl |
static class |
Content.Protobuf |
static class |
Content.Thrift |
| Modifier and Type | Method and Description |
|---|---|
Content<T> |
Content.Builder.build() |
Content<ContentAvro> |
Content.AvroBuilder.build() |
Content<OpenRtbProtobuf.Content> |
Content.ProtobufBuilder.build() |
Content<ContentThrift> |
Content.ThriftBuilder.build() |
static Content<ContentAvro> |
Content.Avro.from(byte[] binaryEncoding)
Decodes a Avro record.
|
static Content<OpenRtbProtobuf.Content> |
Content.Protobuf.from(byte[] binaryEncoding)
Decodes a Protobuf message.
|
Content<?> |
Site.getContent()
See Content Object.
|
Content<?> |
Site.NativeImpl.getContent() |
Content<?> |
Site.Avro.getContent() |
Content<?> |
Site.Protobuf.getContent() |
Content<?> |
Site.Thrift.getContent() |
Content<?> |
App.getContent()
See Content Object.
|
Content<?> |
App.NativeImpl.getContent() |
Content<?> |
App.Avro.getContent() |
Content<?> |
App.Protobuf.getContent() |
Content<?> |
App.Thrift.getContent() |
| Modifier and Type | Method and Description |
|---|---|
static Comparator<Content<?>> |
Content.getComparator()
Returns comparator instance for Content objects.
|
| Modifier and Type | Method and Description |
|---|---|
static Content.Avro |
Content.avro(Content<?> instance)
Returns a wrapped Avro record based on an instance of Content.
|
int |
Content.Comparator.compare(Content<?> a,
Content<?> b) |
int |
Content.Comparator.compare(Content<?> a,
Content<?> b) |
default int |
Content.compareTo(Content<?> other) |
static Content.NativeImpl |
Content.nativeImpl(Content<?> instance)
Returns a POJO based on an instance of Content.
|
static Content.Builder<ContentAvro> |
Content.newAvroBuilder(Content<?> other)
Returns new Avro builder instance based on existing prototype Content.
|
static Content.Builder<Content.NativeImpl> |
Content.newNativeImplBuilder(Content<?> other)
Returns a POJO builder instance based on existing prototype Content.
|
static Content.Builder<OpenRtbProtobuf.Content> |
Content.newProtobufBuilder(Content<?> other)
Returns new Protobuf builder instance based on existing prototype Content.
|
static Content.Builder<ContentThrift> |
Content.newThriftBuilder(Content<?> other)
Returns new Thrift builder instance based on existing prototype Content.
|
static Content.Protobuf |
Content.protobuf(Content<?> instance)
Returns a wrapped Protobuf message based on an instance of Content.
|
Site.Builder<T> |
Site.Builder.setContent(Content<?> value) |
Site.Builder<SiteAvro> |
Site.AvroBuilder.setContent(Content<?> value) |
Site.Builder<OpenRtbProtobuf.Site> |
Site.ProtobufBuilder.setContent(Content<?> value) |
Site.Builder<SiteThrift> |
Site.ThriftBuilder.setContent(Content<?> value) |
App.Builder<T> |
App.Builder.setContent(Content<?> value) |
App.Builder<AppAvro> |
App.AvroBuilder.setContent(Content<?> value) |
App.Builder<OpenRtbProtobuf.App> |
App.ProtobufBuilder.setContent(Content<?> value) |
App.Builder<AppThrift> |
App.ThriftBuilder.setContent(Content<?> value) |
static Content.Thrift |
Content.thrift(Content<?> instance)
Returns a wrapped Thrift struct based on an instance of Content.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.