Package org.killbill.billing.jaxrs.json
Class CatalogJson.TierJson
- java.lang.Object
-
- org.killbill.billing.jaxrs.json.CatalogJson.TierJson
-
- Enclosing class:
- CatalogJson
public static class CatalogJson.TierJson extends Object
-
-
Constructor Summary
Constructors Constructor Description TierJson(List<CatalogJson.TieredBlockJson> blocks, List<CatalogJson.LimitJson> limits, List<CatalogJson.PriceJson> fixedPrice, List<CatalogJson.PriceJson> recurringPrice)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<CatalogJson.TieredBlockJson>getBlocks()List<CatalogJson.PriceJson>getFixedPrice()List<CatalogJson.LimitJson>getLimits()List<CatalogJson.PriceJson>getRecurringPrice()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
TierJson
public TierJson(List<CatalogJson.TieredBlockJson> blocks, List<CatalogJson.LimitJson> limits, List<CatalogJson.PriceJson> fixedPrice, List<CatalogJson.PriceJson> recurringPrice)
-
-
Method Detail
-
getBlocks
public List<CatalogJson.TieredBlockJson> getBlocks()
-
getLimits
public List<CatalogJson.LimitJson> getLimits()
-
getFixedPrice
public List<CatalogJson.PriceJson> getFixedPrice()
-
getRecurringPrice
public List<CatalogJson.PriceJson> getRecurringPrice()
-
-