Package com.ooyala.pulse
Class AdPricing
- java.lang.Object
-
- com.ooyala.pulse.AdPricing
-
public class AdPricing extends java.lang.Object
Contains information about ad pricing that can be used by real-time bidding (RTB) systems.
-
-
Constructor Summary
Constructors Constructor Description AdPricing()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCurrency()
The price's currency.java.lang.String
getModel()
The pricing model.java.lang.Float
getPricing()
The price's value.
-
-
-
Method Detail
-
getModel
public java.lang.String getModel()
The pricing model.- Returns:
- The pricing model of the ad. It can be one of: CPM, CPC, CPE or CPV.
-
getCurrency
public java.lang.String getCurrency()
The price's currency.- Returns:
- The currency of the ad's price, containing a three-letter ISO-4217 currency symbol.
-
getPricing
public java.lang.Float getPricing()
The price's value.- Returns:
- The value that can be used by real-time bidding (RTB).
-
-