public static class CatalogJson.ProductJson extends Object
| Constructor and Description |
|---|
ProductJson(String type,
String name,
List<CatalogJson.PlanJson> plans,
List<String> included,
List<String> available) |
ProductJson(String type,
String name,
List<String> included,
List<String> available) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getAvailable() |
List<String> |
getIncluded() |
String |
getName() |
List<CatalogJson.PlanJson> |
getPlans() |
String |
getType() |
int |
hashCode() |
String |
toString() |
Copyright © 2010-2017. All Rights Reserved.