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