public class RestfulResponse extends Object
RestfulResponse()
Object
getBody()
String
getMsg()
Boolean
getSuccess()
void
setBody(Object body)
setMsg(String msg)
setSuccess(Boolean success)
toJsonString()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public RestfulResponse()
public Boolean getSuccess()
public void setSuccess(Boolean success)
public String getMsg()
public void setMsg(String msg)
public Object getBody()
public void setBody(Object body)
public String toJsonString()
public String toString()
toString
Copyright © 2014. All Rights Reserved.