public class Impression extends Object implements RtbBean, Cloneable
Modifier and Type | Field and Description |
---|---|
private Banner |
banner |
private Float |
bidfloor |
private String |
bidfloorcur |
private String |
displaymanager |
private String |
displaymanagerver |
private int |
exp |
private Map |
ext |
private String |
id |
private List<String> |
iframebuster |
private Integer |
instl |
private PMP |
pmp |
private int |
secure |
private String |
tagid |
private Video |
video |
Constructor and Description |
---|
Impression() |
Modifier and Type | Method and Description |
---|---|
Impression |
clone() |
Banner |
getBanner() |
Float |
getBidfloor() |
String |
getBidfloorcur() |
String |
getDisplaymanager() |
String |
getDisplaymanagerver() |
int |
getExp() |
Map |
getExt() |
String |
getId() |
List<String> |
getIframebuster() |
Integer |
getInstl() |
PMP |
getPmp() |
int |
getSecure() |
String |
getTagid() |
Video |
getVideo() |
void |
setBanner(Banner banner) |
void |
setBidfloor(Float bidfloor) |
void |
setBidfloorcur(String bidfloorcur) |
void |
setDisplaymanager(String displaymanager) |
void |
setDisplaymanagerver(String displaymanagerver) |
void |
setExp(int exp) |
void |
setExt(Map ext) |
void |
setId(String id) |
void |
setIframebuster(List<String> iframebuster) |
void |
setInstl(Integer instl) |
void |
setPmp(PMP pmp) |
void |
setSecure(int secure) |
void |
setTagid(String tagid) |
void |
setVideo(Video video) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleUnknown
private String id
private int exp
private Banner banner
private Video video
private String displaymanager
private String displaymanagerver
private Integer instl
private String tagid
private Float bidfloor
private String bidfloorcur
private Map ext
private int secure
private PMP pmp
public int getExp()
public void setExp(int exp)
public PMP getPmp()
public void setPmp(PMP pmp)
public int getSecure()
public void setSecure(int secure)
public Impression clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public Banner getBanner()
public Float getBidfloor()
public String getBidfloorcur()
public String getDisplaymanager()
public String getDisplaymanagerver()
public Map getExt()
public String getId()
public Integer getInstl()
public String getTagid()
public Video getVideo()
public void setBanner(Banner banner)
public void setBidfloor(Float bidfloor)
public void setBidfloorcur(String bidfloorcur)
public void setDisplaymanager(String displaymanager)
public void setDisplaymanagerver(String displaymanagerver)
public void setExt(Map ext)
public void setId(String id)
public void setInstl(Integer instl)
public void setTagid(String tagid)
public void setVideo(Video video)