public class CatalogJson extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogJson.DurationJson |
static class |
CatalogJson.LimitJson |
static class |
CatalogJson.PhaseJson |
static class |
CatalogJson.PlanJson |
static class |
CatalogJson.PriceJson |
static class |
CatalogJson.PriceListJson |
static class |
CatalogJson.ProductJson |
static class |
CatalogJson.TieredBlockJson |
static class |
CatalogJson.TierJson |
static class |
CatalogJson.UnitJson |
static class |
CatalogJson.UsageJson |
| Constructor and Description |
|---|
CatalogJson(StaticCatalog catalog) |
CatalogJson(String name,
Date effectiveDate,
List<Currency> currencies,
List<CatalogJson.UnitJson> units,
List<CatalogJson.ProductJson> products,
List<CatalogJson.PriceListJson> priceLists) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Currency> |
getCurrencies() |
Date |
getEffectiveDate() |
String |
getName() |
List<CatalogJson.PriceListJson> |
getPriceLists() |
List<CatalogJson.ProductJson> |
getProducts() |
List<CatalogJson.UnitJson> |
getUnits() |
int |
hashCode() |
String |
toString() |
public CatalogJson(String name, Date effectiveDate, List<Currency> currencies, List<CatalogJson.UnitJson> units, List<CatalogJson.ProductJson> products, List<CatalogJson.PriceListJson> priceLists)
public CatalogJson(StaticCatalog catalog) throws CatalogApiException
CatalogApiExceptionpublic List<CatalogJson.ProductJson> getProducts()
public String getName()
public Date getEffectiveDate()
public List<CatalogJson.UnitJson> getUnits()
public List<CatalogJson.PriceListJson> getPriceLists()
Copyright © 2010–2022. All rights reserved.