public static class CatalogJson.PhaseJson extends Object
| Constructor and Description |
|---|
PhaseJson(PlanPhase phase) |
PhaseJson(String type,
List<CatalogJson.PriceJson> prices,
List<CatalogJson.PriceJson> fixedPrices,
CatalogJson.DurationJson duration,
List<CatalogJson.UsageJson> usages) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CatalogJson.DurationJson |
getDuration() |
List<CatalogJson.PriceJson> |
getFixedPrices() |
List<CatalogJson.PriceJson> |
getPrices() |
String |
getType() |
List<CatalogJson.UsageJson> |
getUsages() |
int |
hashCode() |
String |
toString() |
public PhaseJson(PlanPhase phase) throws CurrencyValueNull
CurrencyValueNullpublic PhaseJson(String type, List<CatalogJson.PriceJson> prices, List<CatalogJson.PriceJson> fixedPrices, CatalogJson.DurationJson duration, List<CatalogJson.UsageJson> usages)
public String getType()
public List<CatalogJson.PriceJson> getPrices()
public List<CatalogJson.PriceJson> getFixedPrices()
public CatalogJson.DurationJson getDuration()
public List<CatalogJson.UsageJson> getUsages()
Copyright © 2010–2022. All rights reserved.