public static class GetCategoriesResponse.Category1 extends Object
| Constructor and Description |
|---|
Category1() |
| 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 getLevel()
public void setLevel(Long level)
public Long getParentId()
public void setParentId(Long parentId)
public String getType()
public void setType(String type)
Copyright © 2020. All Rights Reserved.