public static class CatalogJson.ProductJson extends Object
| Constructor and Description |
|---|
CatalogJson.ProductJson(String type,
String name,
List<CatalogJson.PlanJson> plans,
List<String> included,
List<String> available) |
CatalogJson.ProductJson(String type,
String name,
List<String> included,
List<String> available) |
public CatalogJson.ProductJson(String type, String name, List<CatalogJson.PlanJson> plans, List<String> included, List<String> available)
public String getType()
public String getName()
public List<CatalogJson.PlanJson> getPlans()
Copyright © 2010-2016. All Rights Reserved.