public class KoubeiRetailWmsCategoryQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
KoubeiRetailWmsCategoryQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
CategoryVO |
getCategory()
Gets category.
|
List<CategoryVO> |
getSubCategories()
Gets sub categories.
|
void |
setCategory(CategoryVO category)
Sets category.
|
void |
setSubCategories(List<CategoryVO> subCategories)
Sets sub categories.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic KoubeiRetailWmsCategoryQueryResponse()
public void setCategory(CategoryVO category)
category - the categorypublic CategoryVO getCategory()
public void setSubCategories(List<CategoryVO> subCategories)
subCategories - the sub categoriespublic List<CategoryVO> getSubCategories()
Copyright © 2018. All rights reserved.