Class Format
- java.lang.Object
-
- org.prebid.mobile.rendering.models.openrtb.bidRequests.BaseBid
-
- org.prebid.mobile.rendering.models.openrtb.bidRequests.imps.pmps.Format
-
- All Implemented Interfaces:
java.io.Serializable
public class Format extends BaseBid
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Format(int w, int h)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)org.json.JSONObjectgetJsonObject()inthashCode()
-
-
-
Method Detail
-
getJsonObject
public org.json.JSONObject getJsonObject() throws org.json.JSONException- Throws:
org.json.JSONException
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-