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