public static class AddCategoryResponse.Category extends Object
| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCateId() |
String |
getCateName() |
Long |
getLevel() |
Long |
getParentId() |
String |
getType() |
void |
setCateId(Long cateId) |
void |
setCateName(String cateName) |
void |
setLevel(Long level) |
void |
setParentId(Long parentId) |
void |
setType(String type) |
public Long getCateId()
public void setCateId(Long cateId)
public String getCateName()
public void setCateName(String cateName)
public Long getParentId()
public void setParentId(Long parentId)
public Long getLevel()
public void setLevel(Long level)
public String getType()
public void setType(String type)
Copyright © 2020. All Rights Reserved.