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 Stringgpidprivate 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 StringgetGpid()Represents the global placement ID. final UnitsetGpid(String gpid)Represents the global placement ID. final IntegergetPlacementId()Represents the placement ID on GraviteRTB dashboard. final StringgetBundleId()Represents the bundle ID (as represented on GraviteRTB 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 GraviteRTB dashboard.
-
getBundleId
final String getBundleId()
Represents the bundle ID (as represented on GraviteRTB dashboard)
-
-
-
-