public class SubCategoriesBean extends Object
| Constructor and Description |
|---|
SubCategoriesBean()
This constructor is used by JAX-RS
|
SubCategoriesBean(String[] categoryPath,
int categoryCount,
Map<String,Double> categories) |
SubCategoriesBean(String[] path,
Map<String,Double> categories) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCategoryCount() |
void |
setCategories(Map<String,Double> categories) |
void |
setCategoryCount(int categoryCount) |
void |
setCategoryPath(String[] categoryPath) |
Copyright © 2018 WSO2. All rights reserved.