Package com.intentsoftware.addapptr
Class DFPBiddingValue
-
- All Implemented Interfaces:
public final class DFPBiddingValue
-
-
Field Summary
Fields Modifier and Type Field Description private final DoublelowerValueprivate final StringmappedValue
-
Constructor Summary
Constructors Constructor Description DFPBiddingValue(Double lowerValue, String mappedValue)
-
Method Summary
Modifier and Type Method Description final DoublegetLowerValue()final StringgetMappedValue()-
-
Method Detail
-
getLowerValue
final Double getLowerValue()
-
getMappedValue
final String getMappedValue()
-
-
-
-