org.apache.hadoop.chukwa.rest.bean
Class PagesBean
java.lang.Object
org.apache.hadoop.chukwa.rest.bean.PagesBean
public class PagesBean
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PagesBean
public PagesBean()
PagesBean
public PagesBean(org.json.JSONObject json)
throws ParseException
- Throws:
ParseException
getTitle
public String getTitle()
getLayout
public ColumnBean[] getLayout()
update
public void update()
setTitle
public void setTitle(String title)
setLayout
public void setLayout(ColumnBean[] layout)
getColSize
public int[] getColSize()
setColSize
public void setColSize(int[] size)
getColumns
public int getColumns()
setColumns
public void setColumns(int columns)
deserialize
public org.json.JSONObject deserialize()
Copyright © ${year} The Apache Software Foundation