Serializable
public class Resource extends Object implements Serializable
Resource()
List<String>
getActions()
String
getCode()
getType()
static List<Resource>
parse(org.json.JSONArray array)
void
setActions(List<String> actions)
setCode(String code)
setType(String type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Resource()
public String getCode()
public void setCode(String code)
public String getType()
public void setType(String type)
public List<String> getActions()
public void setActions(List<String> actions)
public static List<Resource> parse(org.json.JSONArray array) throws org.json.JSONException
org.json.JSONException