public class Response extends Object
Response(boolean success, String msg, Object body)
Object
getData()
String
getMsg()
boolean
isSuccess()
void
setData(Object data)
setMsg(String msg)
setSuccess(boolean success)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Response(boolean success, String msg, Object body)
public boolean isSuccess()
public void setSuccess(boolean success)
public String getMsg()
public void setMsg(String msg)
public Object getData()
public void setData(Object data)
Copyright © 2022. All rights reserved.