Package | Description |
---|---|
com.release.muvisdk.apiModel.outputModel |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<SubCategory> |
SubCategoryOutputModel.getSubCategoriesArrayList() |
Modifier and Type | Method and Description |
---|---|
void |
SubCategoryOutputModel.setSubCategoriesArrayList(java.util.ArrayList<SubCategory> subCategoriesArrayList)
This Method is use to set subcategory list
|
Constructor and Description |
---|
SubCategoryOutputModel(int code,
java.lang.String message,
java.util.ArrayList<SubCategory> subCategoriesArrayList) |