public class CompanionAd extends Object implements RtbBean
Modifier and Type | Field and Description |
---|---|
private int |
h |
private int |
id |
private int |
pos |
private int |
topframe |
private int |
w |
Constructor and Description |
---|
CompanionAd() |
Modifier and Type | Method and Description |
---|---|
int |
getH() |
int |
getId() |
int |
getPos() |
int |
getTopframe() |
int |
getW() |
void |
setH(int h) |
void |
setId(int id) |
void |
setPos(int pos) |
void |
setTopframe(int topframe) |
void |
setW(int w) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleUnknown
private int w
private int h
private int id
private int pos
private int topframe
public int getPos()
public void setPos(int pos)
public int getTopframe()
public void setTopframe(int topframe)
public int getW()
public void setW(int w)
public int getH()
public void setH(int h)
public int getId()
public void setId(int id)