public final class Banner extends Object implements RtbBean, Cloneable
| Modifier and Type | Field and Description |
|---|---|
private List<Integer> |
api |
private List<Integer> |
battr |
private List<Integer> |
btype |
private List<Integer> |
expdir |
private Map |
ext |
private int |
h |
private int |
hmax |
private int |
hmin |
private String |
id |
private List<String> |
mimes |
private int |
pos |
private int |
topframe |
private int |
w |
private int |
wmax |
private int |
wmin |
| Constructor and Description |
|---|
Banner() |
| Modifier and Type | Method and Description |
|---|---|
Banner |
clone() |
List<Integer> |
getApi() |
List<Integer> |
getBattr() |
List<Integer> |
getBtype() |
List<Integer> |
getExpdir() |
Map |
getExt() |
int |
getH() |
int |
getHmax() |
int |
getHmin() |
String |
getId() |
List<String> |
getMimes() |
int |
getPos() |
int |
getTopframe() |
int |
getW() |
int |
getWmax() |
int |
getWmin() |
void |
setApi(List<Integer> api) |
void |
setBattr(List<Integer> battr) |
void |
setBtype(List<Integer> btype) |
void |
setExpdir(List<Integer> expdir) |
void |
setExt(Map ext) |
void |
setH(int h) |
void |
setHmax(int hmax) |
void |
setHmin(int hmin) |
void |
setId(String id) |
void |
setMimes(List<String> mimes) |
void |
setPos(int pos) |
void |
setTopframe(int topframe) |
void |
setW(int w) |
void |
setWmax(int wmax) |
void |
setWmin(int wmin) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleUnknownprivate int hmax
private int wmax
private int hmin
private int wmin
private int w
private int h
private String id
private int pos
private int topframe
private Map ext
public int getHmax()
public void setHmax(int hmax)
public int getWmax()
public void setWmax(int wmax)
public Banner clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic int getW()
public void setW(int w)
public int getH()
public void setH(int h)
public String getId()
public void setId(String id)
public int getPos()
public void setPos(int pos)
public int getTopframe()
public void setTopframe(int topframe)
public Map getExt()
public void setExt(Map ext)
public int getHmin()
public void setHmin(int hmin)
public int getWmin()
public void setWmin(int wmin)