public static class CatalogJson.PhaseJson extends Object
| Constructor and Description |
|---|
CatalogJson.PhaseJson(String type,
List<CatalogJson.PriceJson> prices,
List<CatalogJson.PriceJson> fixedPrices,
CatalogJson.DurationJson duration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CatalogJson.DurationJson |
getDuration() |
List<CatalogJson.PriceJson> |
getFixedPrices() |
List<CatalogJson.PriceJson> |
getPrices() |
String |
getType() |
int |
hashCode() |
String |
toString() |
public CatalogJson.PhaseJson(String type, List<CatalogJson.PriceJson> prices, List<CatalogJson.PriceJson> fixedPrices, CatalogJson.DurationJson duration)
public String getType()
public List<CatalogJson.PriceJson> getPrices()
public List<CatalogJson.PriceJson> getFixedPrices()
public CatalogJson.DurationJson getDuration()
Copyright © 2010-2016. All Rights Reserved.