public static class CatalogJson.ProductJson extends Object
| Constructor and Description |
|---|
ProductJson(Product product) |
ProductJson(String type,
String name,
String prettyName,
List<CatalogJson.PlanJson> plans,
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 |
getPrettyName() |
String |
getType() |
int |
hashCode() |
String |
toString() |
public ProductJson(String type, String name, String prettyName, List<CatalogJson.PlanJson> plans, List<String> included, List<String> available)
public ProductJson(Product product)
public String getType()
public String getName()
public String getPrettyName()
public List<CatalogJson.PlanJson> getPlans()
Copyright © 2010–2022. All rights reserved.