public class CatalogJson
extends java.lang.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(java.lang.String name,
java.util.Date effectiveDate,
java.util.List<Currency> currencies,
java.util.List<CatalogJson.UnitJson> units,
java.util.List<CatalogJson.ProductJson> products,
java.util.List<CatalogJson.PriceListJson> priceLists) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<Currency> |
getCurrencies() |
java.util.Date |
getEffectiveDate() |
java.lang.String |
getName() |
java.util.List<CatalogJson.PriceListJson> |
getPriceLists() |
java.util.List<CatalogJson.ProductJson> |
getProducts() |
java.util.List<CatalogJson.UnitJson> |
getUnits() |
int |
hashCode() |
java.lang.String |
toString() |
public CatalogJson(java.lang.String name,
java.util.Date effectiveDate,
java.util.List<Currency> currencies,
java.util.List<CatalogJson.UnitJson> units,
java.util.List<CatalogJson.ProductJson> products,
java.util.List<CatalogJson.PriceListJson> priceLists)
public CatalogJson(StaticCatalog catalog) throws CatalogApiException
CatalogApiExceptionpublic java.util.List<CatalogJson.ProductJson> getProducts()
public java.lang.String getName()
public java.util.Date getEffectiveDate()
public java.util.List<Currency> getCurrencies()
public java.util.List<CatalogJson.UnitJson> getUnits()
public java.util.List<CatalogJson.PriceListJson> getPriceLists()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2010-2020. All Rights Reserved.