org.apache.hadoop.chukwa.rest.bean
Class CategoryBean

java.lang.Object
  extended by org.apache.hadoop.chukwa.rest.bean.CategoryBean

public class CategoryBean
extends Object


Constructor Summary
CategoryBean()
           
 
Method Summary
 List<CategoryBean> getChildren()
           
 String getLabel()
           
 String getType()
           
 void setChildren(List<CategoryBean> children)
           
 void setLabel(String label)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryBean

public CategoryBean()
Method Detail

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