public class User extends Object implements RtbBean
Copyright © Enremmeta LLC 2015. All Rights Reserved.
Modifier and Type | Field and Description |
---|---|
private String |
buyeruid |
private String |
customdata |
private List<Data> |
data |
private Map |
ext |
private String |
gender |
private Geo |
geo |
private String |
id |
private String |
keywords |
private Integer |
yob |
Constructor and Description |
---|
User() |
Modifier and Type | Method and Description |
---|---|
String |
getBuyeruid()
Demand-side user ID.
|
String |
getCustomdata()
Depending on the exchange, this may be a JSON document of the
Lot49CustomData
structure. |
List<Data> |
getData() |
Map |
getExt() |
String |
getGender() |
Geo |
getGeo()
Per OpenRTB spec 2.2: Depending on the parent object, this object describes the
current geographic location of the device (e.g., based on IP address or GPS), or it may
describe the home geo of the user (e.g., based on registration data).
|
String |
getId() |
String |
getKeywords() |
Integer |
getYob()
Year of birth.
|
void |
setBuyeruid(String buyeruid) |
void |
setCustomdata(String customdata) |
void |
setData(List<Data> data) |
void |
setExt(Map ext) |
void |
setGender(String gender) |
void |
setGeo(Geo geo) |
void |
setId(String id) |
void |
setKeywords(String keywords) |
void |
setYob(Integer yob) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleUnknown
private String id
private String buyeruid
getBuyeruid()
private Integer yob
private String gender
private String keywords
private String customdata
private Map ext
public String getId()
public void setId(String id)
public String getBuyeruid()
Utils.cookieToLogModUid(String)
,
Utils.logToCookieModUid(String)
,
AdX Cookie
Matchingpublic void setBuyeruid(String buyeruid)
public Integer getYob()
public void setYob(Integer yob)
public String getGender()
public void setGender(String gender)
public String getKeywords()
public void setKeywords(String keywords)
public String getCustomdata()
Lot49CustomData
structure.Lot49CustomData
public void setCustomdata(String customdata)
public Geo getGeo()
Depending on the parent object, this object describes the current geographic location of the device (e.g., based on IP address or GPS), or it may describe the home geo of the user (e.g., based on registration data).
Therefore, this describes the home geo of the user.
Geo
,
Device.getGeo()
,
Lot49Ext.getGeo()
public void setGeo(Geo geo)
public Map getExt()
public void setExt(Map ext)