public static class CatalogJson.TierJson extends Object
| Constructor and Description |
|---|
TierJson(List<CatalogJson.TieredBlockJson> blocks,
List<CatalogJson.LimitJson> limits,
List<CatalogJson.PriceJson> fixedPrice,
List<CatalogJson.PriceJson> recurringPrice) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<CatalogJson.TieredBlockJson> |
getBlocks() |
List<CatalogJson.PriceJson> |
getFixedPrice() |
List<CatalogJson.LimitJson> |
getLimits() |
List<CatalogJson.PriceJson> |
getRecurringPrice() |
int |
hashCode() |
String |
toString() |
public TierJson(List<CatalogJson.TieredBlockJson> blocks, List<CatalogJson.LimitJson> limits, List<CatalogJson.PriceJson> fixedPrice, List<CatalogJson.PriceJson> recurringPrice)
public List<CatalogJson.TieredBlockJson> getBlocks()
public List<CatalogJson.LimitJson> getLimits()
public List<CatalogJson.PriceJson> getFixedPrice()
public List<CatalogJson.PriceJson> getRecurringPrice()
Copyright © 2010–2022. All rights reserved.