Package com.rtb.sdk
Class RTBAbstractRequestConfiguration
-
- All Implemented Interfaces:
public abstract class RTBAbstractRequestConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private FloatbidFloorprivate StringsellerIdprivate RTBUserTargetinguserTargetingprivate final IntegerplacementIdprivate final StringbundleId
-
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 RTBUserTargetinggetUserTargeting()Represents the user targeting for this request. final UnitsetUserTargeting(RTBUserTargeting userTargeting)Represents the user targeting for this request. 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.
-
getUserTargeting
final RTBUserTargeting getUserTargeting()
Represents the user targeting for this request. By default null.
-
setUserTargeting
final Unit setUserTargeting(RTBUserTargeting userTargeting)
Represents the user targeting for this request. 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)
-
-
-
-