public class Msg extends JsonModel
Msg()
Msg(int state)
Msg(int state, Object res)
String
getMsg()
Object
getRes()
int
getState()
void
setMsg(String msg)
setRes(Object res)
setState(int state)
toJsonString
toMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Msg()
public Msg(int state, Object res)
public Msg(int state)
public String getMsg()
public void setMsg(String msg)
public int getState()
public void setState(int state)
public Object getRes()
public void setRes(Object res)
Copyright © 2017. All rights reserved.