Package com.rtb.sdk
Class RTBAbstractRequestConfiguration
-
- All Implemented Interfaces:
public abstract class RTBAbstractRequestConfiguration
-
-
Constructor Summary
Constructors Constructor Description RTBAbstractRequestConfiguration(Integer placementId, String bundleId)
-
Method Summary
Modifier and Type Method Description final FloatgetBidFloor()Bid floor price in USD. final UnitsetBidFloor(Float bidFloor)Bid floor price in USD. final StringgetSellerId()Seller's Id, as in sellers.json. final UnitsetSellerId(String sellerId)Seller's Id, as in sellers.json. final IntegergetPlacementId()Represents the placement ID on SmartyAd dashboard. final StringgetBundleId()Represents the bundle ID (as represented on SmartyAd dashboard) -
-
Method Detail
-
getBidFloor
final Float getBidFloor()
Bid floor price in USD. By default null.
-
setBidFloor
final Unit setBidFloor(Float bidFloor)
Bid floor price in USD. By default null.
-
getSellerId
final String getSellerId()
Seller's Id, as in sellers.json. By default null.
-
setSellerId
final Unit setSellerId(String sellerId)
Seller's Id, as in sellers.json. By default null.
-
getPlacementId
final Integer getPlacementId()
Represents the placement ID on SmartyAd dashboard.
-
getBundleId
final String getBundleId()
Represents the bundle ID (as represented on SmartyAd dashboard)
-
-
-
-