| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Field and Description |
|---|---|
List<DataThrift> |
UserThrift.data
See Data Object.
|
| Modifier and Type | Method and Description |
|---|---|
DataThrift |
DataThrift.deepCopy() |
DataThrift |
Data.Thrift.get() |
DataThrift |
DataThrift.setId(String id)
Exchange specific ID for the data provider.
|
DataThrift |
DataThrift.setName(String name)
Data provider name.
|
DataThrift |
DataThrift.setSegment(List<SegmentThrift> segment)
Array of segment objects.
|
| Modifier and Type | Method and Description |
|---|---|
Data<DataThrift> |
Data.ThriftBuilder.build() |
Data.Builder<DataThrift> |
Data.ThriftBuilder.clearId() |
Data.Builder<DataThrift> |
Data.ThriftBuilder.clearName() |
Data.Builder<DataThrift> |
Data.ThriftBuilder.clearSegment() |
List<DataThrift> |
UserThrift.getData()
See Data Object.
|
Iterator<DataThrift> |
UserThrift.getDataIterator() |
static Class<DataThrift> |
Data.getThriftClass()
Returns Thrift class for this struct.
|
Data.Builder<DataThrift> |
Data.Thrift.newBuilder() |
static Data.Builder<DataThrift> |
Data.newThriftBuilder()
Returns new Thrift builder instance with default values.
|
static Data.Builder<DataThrift> |
Data.newThriftBuilder(Data<?> other)
Returns new Thrift builder instance based on existing prototype Data.
|
static Data.Builder<DataThrift> |
Data.newThriftBuilder(DataThrift other)
Returns new Thrift builder instance based on existing prototype.
|
Data.Builder<DataThrift> |
Data.ThriftBuilder.setId(String value) |
Data.Builder<DataThrift> |
Data.ThriftBuilder.setName(String value) |
Data.Builder<DataThrift> |
Data.ThriftBuilder.setSegment(List<Segment<?>> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserThrift.addToData(DataThrift elem) |
int |
DataThrift.compareTo(DataThrift other) |
boolean |
DataThrift.equals(DataThrift that) |
static Data.Builder<DataThrift> |
Data.newThriftBuilder(DataThrift other)
Returns new Thrift builder instance based on existing prototype.
|
static Data.Thrift |
Data.thrift(DataThrift instance)
Creates a new wrapped Thrift struct copied from an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
UserThrift |
UserThrift.setData(List<DataThrift> data)
See Data Object.
|
| Constructor and Description |
|---|
DataThrift(DataThrift other)
Performs a deep copy on other.
|
Thrift(DataThrift wrapped)
Wraps an existing instance.
|
ThriftBuilder(DataThrift builder)
Only use this if you know what you are doing.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.