Class Native
- java.lang.Object
-
- org.prebid.mobile.rendering.models.openrtb.bidRequests.BaseBid
-
- org.prebid.mobile.rendering.models.openrtb.bidRequests.Native
-
- All Implemented Interfaces:
java.io.Serializable
public class Native extends BaseBid
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Native()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtgetExt()org.json.JSONObjectgetJsonObject()voidsetRequestFrom(NativeAdUnitConfiguration config)
-
-
-
Method Detail
-
getJsonObject
public org.json.JSONObject getJsonObject() throws org.json.JSONException- Throws:
org.json.JSONException
-
setRequestFrom
public void setRequestFrom(NativeAdUnitConfiguration config)
-
getExt
public Ext getExt()
-
-