-
public final class PreBid.Cache
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPreBid.Cache.BidCacheInfo
-
Constructor Summary
Constructors Constructor Description PreBid.Cache()
-
Method Summary
Modifier and Type Method Description final StringgetKey()final UnitsetKey(@SerializedName(value = key) String key)final StringgetUrl()final UnitsetUrl(@SerializedName(value = url) String url)final PreBid.Cache.BidCacheInfogetBids()final UnitsetBids(@SerializedName(value = bids) PreBid.Cache.BidCacheInfo bids)-
-
Method Detail
-
getBids
final PreBid.Cache.BidCacheInfo getBids()
-
setBids
final Unit setBids(@SerializedName(value = bids) PreBid.Cache.BidCacheInfo bids)
-
-
-
-