public static class GetCategoriesResponse.Category extends Object
| 构造器和说明 |
|---|
Category() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCateId() |
String |
getCateName() |
Long |
getLevel() |
Long |
getParentId() |
Long |
getSubTotal() |
String |
getType() |
void |
setCateId(Long cateId) |
void |
setCateName(String cateName) |
void |
setLevel(Long level) |
void |
setParentId(Long parentId) |
void |
setSubTotal(Long subTotal) |
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 Long getSubTotal()
public void setSubTotal(Long subTotal)
public String getType()
public void setType(String type)
Copyright © 2020. All Rights Reserved.