Class Banner
- java.lang.Object
-
- org.prebid.mobile.rendering.models.openrtb.bidRequests.BaseBid
-
- org.prebid.mobile.rendering.models.openrtb.bidRequests.imps.Banner
-
- All Implemented Interfaces:
java.io.Serializable
public class Banner extends BaseBid
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Banner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFormat(int w, int h)java.util.HashSet<Format>getFormats()org.json.JSONObjectgetJsonObject()
-
-
-
Method Detail
-
getJsonObject
public org.json.JSONObject getJsonObject() throws org.json.JSONException- Throws:
org.json.JSONException
-
addFormat
public void addFormat(int w, int h)
-
getFormats
public java.util.HashSet<Format> getFormats()
-
-