org.apache.hadoop.chukwa.rest.bean
Class ViewBean
java.lang.Object
org.apache.hadoop.chukwa.rest.bean.ViewBean
public class ViewBean
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewBean
public ViewBean()
ViewBean
public ViewBean(org.json.JSONObject json)
throws ParseException
- Throws:
ParseException
getPages
public PagesBean[] getPages()
getPagesCount
public int getPagesCount()
getDescription
public String getDescription()
getOwner
public String getOwner()
getName
public String getName()
getPermissionType
public String getPermissionType()
setPages
public void setPages(PagesBean[] pages)
setDescription
public void setDescription(String description)
setOwner
public void setOwner(String owner)
setName
public void setName(String name)
setPermissionType
public void setPermissionType(String permissionType)
update
public void update()
deserialize
public String deserialize()
Copyright © ${year} The Apache Software Foundation