Class Bids
- java.lang.Object
-
- org.prebid.mobile.rendering.bidding.data.bid.Bids
-
public class Bids extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBids()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BidsfromJSONObject(org.json.JSONObject jsonObject)java.lang.StringgetCacheId()java.lang.StringgetUrl()
-
-
-
Method Detail
-
getUrl
public java.lang.String getUrl()
-
getCacheId
public java.lang.String getCacheId()
-
fromJSONObject
public static Bids fromJSONObject(org.json.JSONObject jsonObject)
-
-