| Package | Description |
|---|---|
| open_rtb |
| Modifier and Type | Field and Description |
|---|---|
UserThrift |
BidRequestThrift.user
See User Object.
|
| Modifier and Type | Method and Description |
|---|---|
UserThrift |
UserThrift.deepCopy() |
UserThrift |
User.Thrift.get() |
UserThrift |
BidRequestThrift.getUser()
See User Object.
|
UserThrift |
UserThrift.setBuyeruid(String buyeruid)
Buyer’s user ID for this user as mapped by exchange for the buyer.
|
UserThrift |
UserThrift.setCustomdata(String customdata)
If supported by the exchange, this is custom data that the bidder had stored in the exchange’s cookie.
|
UserThrift |
UserThrift.setData(List<DataThrift> data)
See Data Object.
|
UserThrift |
UserThrift.setGender(String gender)
Gender as “M” male, “F” female, “O” Other.
|
UserThrift |
UserThrift.setGeo(GeoThrift geo)
Home geo for the user (e.g., based off of registration data); this is different from the current location of the access device (that is defined by the geo object embedded in the Device Object); see Geo Object.
|
UserThrift |
UserThrift.setId(String id)
Unique consumer ID of this user on the exchange.
|
UserThrift |
UserThrift.setKeywords(String keywords)
Comma separated list of keywords of consumer interests or intent.
|
UserThrift |
UserThrift.setYob(short yob)
Year of birth as a 4-digit integer.
|
| Modifier and Type | Method and Description |
|---|---|
User<UserThrift> |
User.ThriftBuilder.build() |
User.Builder<UserThrift> |
User.ThriftBuilder.clearBuyeruid() |
User.Builder<UserThrift> |
User.ThriftBuilder.clearCustomdata() |
User.Builder<UserThrift> |
User.ThriftBuilder.clearData() |
User.Builder<UserThrift> |
User.ThriftBuilder.clearGender() |
User.Builder<UserThrift> |
User.ThriftBuilder.clearGeo() |
User.Builder<UserThrift> |
User.ThriftBuilder.clearId() |
User.Builder<UserThrift> |
User.ThriftBuilder.clearKeywords() |
User.Builder<UserThrift> |
User.ThriftBuilder.clearYob() |
static Class<UserThrift> |
User.getThriftClass()
Returns Thrift class for this struct.
|
User.Builder<UserThrift> |
User.Thrift.newBuilder() |
static User.Builder<UserThrift> |
User.newThriftBuilder()
Returns new Thrift builder instance with default values.
|
static User.Builder<UserThrift> |
User.newThriftBuilder(User<?> other)
Returns new Thrift builder instance based on existing prototype User.
|
static User.Builder<UserThrift> |
User.newThriftBuilder(UserThrift other)
Returns new Thrift builder instance based on existing prototype.
|
User.Builder<UserThrift> |
User.ThriftBuilder.setBuyeruid(String value) |
User.Builder<UserThrift> |
User.ThriftBuilder.setCustomdata(String value) |
User.Builder<UserThrift> |
User.ThriftBuilder.setData(List<Data<?>> value) |
User.Builder<UserThrift> |
User.ThriftBuilder.setGender(String value) |
User.Builder<UserThrift> |
User.ThriftBuilder.setGeo(Geo<?> value) |
User.Builder<UserThrift> |
User.ThriftBuilder.setId(String value) |
User.Builder<UserThrift> |
User.ThriftBuilder.setKeywords(String value) |
User.Builder<UserThrift> |
User.ThriftBuilder.setYob(int value) |
| Modifier and Type | Method and Description |
|---|---|
int |
UserThrift.compareTo(UserThrift other) |
boolean |
UserThrift.equals(UserThrift that) |
static User.Builder<UserThrift> |
User.newThriftBuilder(UserThrift other)
Returns new Thrift builder instance based on existing prototype.
|
BidRequestThrift |
BidRequestThrift.setUser(UserThrift user)
See User Object.
|
static User.Thrift |
User.thrift(UserThrift instance)
Creates a new wrapped Thrift struct copied from an existing instance.
|
| Constructor and Description |
|---|
Thrift(UserThrift wrapped)
Wraps an existing instance.
|
ThriftBuilder(UserThrift builder)
Only use this if you know what you are doing.
|
UserThrift(UserThrift other)
Performs a deep copy on other.
|
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.