Package com.intentsoftware.addapptr
Class PriceInfo
-
- All Implemented Interfaces:
public final class PriceInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumPriceInfo.Currencypublic enumPriceInfo.PrecisionType
-
Field Summary
Fields Modifier and Type Field Description private final Doublepriceprivate final PriceInfo.Currencycurrencyprivate final PriceInfo.PrecisionTypeprecisionType
-
Constructor Summary
Constructors Constructor Description PriceInfo(Double price, PriceInfo.Currency currency, PriceInfo.PrecisionType precisionType)
-
Method Summary
Modifier and Type Method Description final DoublegetPrice()Impression CPM price. final PriceInfo.CurrencygetCurrency()final PriceInfo.PrecisionTypegetPrecisionType()StringtoString()-
-
Constructor Detail
-
PriceInfo
PriceInfo(Double price, PriceInfo.Currency currency, PriceInfo.PrecisionType precisionType)
-
-
Method Detail
-
getCurrency
final PriceInfo.Currency getCurrency()
-
getPrecisionType
final PriceInfo.PrecisionType getPrecisionType()
-
-
-
-