public class Result extends java.lang.Object
Result(int status, org.json.JSONObject body)
org.json.JSONObject
getBody()
int
getStatus()
void
setBody(org.json.JSONObject body)
setStatus(int status)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Result(int status, org.json.JSONObject body)
public int getStatus()
public void setStatus(int status)
public org.json.JSONObject getBody()
public void setBody(org.json.JSONObject body)