org.apache.hadoop.chukwa.rest.bean
Class CategoryBean
java.lang.Object
org.apache.hadoop.chukwa.rest.bean.CategoryBean
public class CategoryBean
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryBean
public CategoryBean()
getType
public String getType()
getLabel
public String getLabel()
getChildren
public List<CategoryBean> getChildren()
setType
public void setType(String type)
setLabel
public void setLabel(String label)
setChildren
public void setChildren(List<CategoryBean> children)
Copyright © ${year} The Apache Software Foundation