public class OpenRtbRequest extends Object implements RtbBean
id
field in configuration means, look at
getId()
.Modifier and Type | Field and Description |
---|---|
private Ad |
ad |
private int |
allimps |
private App |
app |
private int |
at |
List<String> |
badv |
List<String> |
bcat |
List<String> |
cur |
private Device |
device |
private Map |
ext |
private String |
id |
List<Impression> |
imp |
private Lot49Ext |
lot49Ext
We are going to ignore this in serialization, as this is used only to pass around information
internally during Lot49 bid process.
|
private PMP |
pmp |
private Regs |
regs |
private Site |
site |
private int |
tmax |
private Map |
unparseable |
private User |
user |
List<String> |
wseat |
Constructor and Description |
---|
OpenRtbRequest() |
Modifier and Type | Method and Description |
---|---|
Ad |
getAd()
Ad we're responding with.
|
int |
getAllimps() |
App |
getApp() |
int |
getAt() |
List<String> |
getBadv() |
List<String> |
getBcat() |
List<String> |
getCur() |
Device |
getDevice() |
Map |
getExt() |
String |
getId() |
List<Impression> |
getImp() |
Lot49Ext |
getLot49Ext() |
PMP |
getPmp()
This is not an OpenRTB standard, but Bidswitch's extension.
|
Regs |
getRegs() |
Site |
getSite() |
int |
getTmax() |
Map |
getUnparseable() |
User |
getUser() |
List<String> |
getWseat() |
void |
setAd(Ad ad) |
void |
setAllimps(int allimps) |
void |
setApp(App app) |
void |
setAt(int at) |
void |
setBadv(List<String> badv) |
void |
setBcat(List<String> bcat) |
void |
setCur(List<String> cur) |
void |
setDevice(Device device) |
void |
setExt(Map ext) |
void |
setId(String id) |
void |
setImp(List<Impression> imp) |
void |
setPmp(PMP pmp) |
void |
setRegs(Regs regs) |
void |
setSite(Site site) |
void |
setTmax(int tmax) |
void |
setUnparseable(Map unparseable) |
void |
setUser(User user) |
void |
setWseat(List<String> wseat) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleUnknown
private Regs regs
private PMP pmp
private Lot49Ext lot49Ext
private String id
public List<Impression> imp
private Map unparseable
private Ad ad
private Site site
private App app
private Device device
private User user
private int at
private int tmax
private int allimps
private Map ext
public Regs getRegs()
public void setRegs(Regs regs)
public PMP getPmp()
public void setPmp(PMP pmp)
public Lot49Ext getLot49Ext()
public String getId()
public void setId(String id)
public List<Impression> getImp()
public void setImp(List<Impression> imp)
public Site getSite()
public void setSite(Site site)
public App getApp()
public void setApp(App app)
public Device getDevice()
public void setDevice(Device device)
public User getUser()
public void setUser(User user)
public int getAt()
public void setAt(int at)
public int getTmax()
public void setTmax(int tmax)
public int getAllimps()
public void setAllimps(int allimps)
public Map getExt()
public void setExt(Map ext)
public Map getUnparseable()
public void setUnparseable(Map unparseable)
public Ad getAd()
public void setAd(Ad ad)