Class PluginRendererList

java.lang.Object
org.prebid.mobile.rendering.models.openrtb.bidRequests.BaseBid
org.prebid.mobile.rendering.models.openrtb.bidRequests.PluginRendererList
All Implemented Interfaces:
Serializable

public class PluginRendererList extends BaseBid
See Also:
  • Field Details

    • RENDERERS_KEY

      public static String RENDERERS_KEY
  • Constructor Details

    • PluginRendererList

      public PluginRendererList()
  • Method Details

    • getJsonObject

      public org.json.JSONObject getJsonObject() throws org.json.JSONException
      Throws:
      org.json.JSONException
    • setList

      public void setList(List<PluginRenderer> renderers)
    • get

      public List<PluginRenderer> get()
    • toJSON

      protected void toJSON(org.json.JSONObject jsonObject, String key, Object value) throws org.json.JSONException
      Overrides:
      toJSON in class BaseBid
      Throws:
      org.json.JSONException