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