Class TierPrice
- java.lang.Object
-
- org.killbill.billing.client.model.gen.TierPrice
-
public class TierPrice extends Object
-
-
Constructor Summary
Constructors Constructor Description TierPrice()TierPrice(List<BlockPrice> blockPrices)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TierPriceaddBlockPricesItem(BlockPrice blockPricesItem)booleanequals(Object o)List<BlockPrice>getBlockPrices()inthashCode()TierPricesetBlockPrices(List<BlockPrice> blockPrices)StringtoString()
-
-
-
Constructor Detail
-
TierPrice
public TierPrice()
-
TierPrice
public TierPrice(List<BlockPrice> blockPrices)
-
-
Method Detail
-
setBlockPrices
public TierPrice setBlockPrices(List<BlockPrice> blockPrices)
-
addBlockPricesItem
public TierPrice addBlockPricesItem(BlockPrice blockPricesItem)
-
getBlockPrices
public List<BlockPrice> getBlockPrices()
-
-