public class Device extends Object implements RtbBean
Copyright © Enremmeta LLC 2015. All Rights Reserved.
Modifier and Type | Field and Description |
---|---|
private String |
carrier |
private Integer |
connectiontype |
private Integer |
devicetype |
private String |
didmd5 |
private String |
didsha1 |
private int |
dnt |
private String |
dpidmd5 |
private String |
dpidsha1 |
private Map |
ext |
private String |
flashver |
private Geo |
geo |
private int |
h |
private String |
ifa |
private String |
ip |
private String |
ipv6 |
private Integer |
Js |
private String |
language |
private int |
lmt |
private String |
macmd5 |
private String |
macsha1 |
private String |
make |
private String |
model |
private String |
os |
private String |
Osv |
private float |
pxratio |
private String |
ua |
private int |
w |
Constructor and Description |
---|
Device() |
Modifier and Type | Method and Description |
---|---|
String |
getCarrier() |
Integer |
getConnectiontype() |
Integer |
getDevicetype() |
String |
getDidmd5() |
String |
getDidsha1() |
int |
getDnt() |
String |
getDpidmd5() |
String |
getDpidsha1() |
Map |
getExt() |
String |
getFlashver() |
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).
|
int |
getH() |
String |
getIfa() |
String |
getIp() |
String |
getIpv6() |
Integer |
getJs() |
String |
getLanguage() |
int |
getLmt() |
String |
getMacmd5() |
String |
getMacsha1() |
String |
getMake() |
String |
getModel() |
String |
getOs() |
String |
getOsv() |
float |
getPxratio() |
String |
getUa() |
int |
getW() |
void |
setCarrier(String carrier) |
void |
setConnectiontype(Integer connectiontype) |
void |
setDevicetype(Integer devicetype) |
void |
setDeviceType(Integer deviceType) |
void |
setDidmd5(String didmd5) |
void |
setDidsha1(String didsha1) |
void |
setDnt(int dnt) |
void |
setDpidmd5(String dpidmd5) |
void |
setDpidsha1(String dpidsha1) |
void |
setExt(Map ext) |
void |
setFlashver(String flashver) |
void |
setGeo(Geo geo) |
void |
setH(int h) |
void |
setIfa(String ifa) |
void |
setIp(String ip) |
void |
setIpv6(String ipv6) |
void |
setJs(Integer js) |
void |
setLanguage(String language) |
void |
setLmt(int lmt) |
void |
setMacmd5(String macmd5) |
void |
setMacsha1(String macsha1) |
void |
setMake(String make) |
void |
setModel(String model) |
void |
setOs(String os) |
void |
setOsv(String osv) |
void |
setPxratio(float pxratio) |
void |
setUa(String ua) |
void |
setW(int w) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleUnknown
private int lmt
private String carrier
private Integer connectiontype
private Integer devicetype
private String didmd5
private String didsha1
private String ifa
private int dnt
private String dpidmd5
private String dpidsha1
private Map ext
private String flashver
private Geo geo
private String ip
private String ipv6
private Integer Js
private String language
private String macmd5
private String macsha1
private String make
private String model
private String os
private String Osv
private String ua
private int w
private int h
private float pxratio
public int getLmt()
public void setLmt(int lmt)
public String getIfa()
public void setIfa(String ifa)
public void setDevicetype(Integer devicetype)
public String getCarrier()
public Integer getConnectiontype()
public Integer getDevicetype()
public String getDidmd5()
public String getDidsha1()
public int getDnt()
public String getDpidmd5()
public String getDpidsha1()
public Map getExt()
public String getFlashver()
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 current geographic location of the device.
Geo
,
User.getGeo()
,
Lot49Ext.getGeo()
public String getIp()
public String getIpv6()
public Integer getJs()
public String getLanguage()
public String getMacmd5()
public String getMacsha1()
public String getMake()
public String getModel()
public String getOs()
public String getOsv()
public String getUa()
public void setCarrier(String carrier)
public void setConnectiontype(Integer connectiontype)
public void setDeviceType(Integer deviceType)
public void setDidmd5(String didmd5)
public void setDidsha1(String didsha1)
public void setDnt(int dnt)
public void setDpidmd5(String dpidmd5)
public void setDpidsha1(String dpidsha1)
public void setExt(Map ext)
public void setFlashver(String flashver)
public void setGeo(Geo geo)
public void setIp(String ip)
public void setIpv6(String ipv6)
public void setJs(Integer js)
public void setLanguage(String language)
public void setMacmd5(String macmd5)
public void setMacsha1(String macsha1)
public void setMake(String make)
public void setModel(String model)
public void setOs(String os)
public void setOsv(String osv)
public void setUa(String ua)
public int getW()
public void setW(int w)
public int getH()
public void setH(int h)
public float getPxratio()
public void setPxratio(float pxratio)