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

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

public class ConfigBean
extends Object


Constructor Summary
ConfigBean()
           
ConfigBean(org.json.JSONObject json)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 void setKey(String key)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigBean

public ConfigBean()

ConfigBean

public ConfigBean(org.json.JSONObject json)
           throws ParseException
Throws:
ParseException
Method Detail

getKey

public String getKey()

getValue

public String getValue()

setKey

public void setKey(String key)

setValue

public void setValue(String value)


Copyright © ${year} The Apache Software Foundation