Class LoginResp
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
cn.mapway.document.ui.client.module.LoginResp
public class LoginResp
extends com.google.gwt.core.client.JavaScriptObject
登录返回 { "userId" :"12346", "token" :"432432564tff45454543", "msg" :"错误内容",
"retCode" :1 }.
- Author:
- zhangjianshe
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
LoginResp
protected LoginResp()Instantiates a new login resp.
-
-
Method Details
-
getUserId
Gets the user id.- Returns:
- the user id
-
getUToken
Gets the u token.- Returns:
- the u token
-
getMsg
Gets the msg.- Returns:
- the msg
-
getRetCode
public final int getRetCode()Gets the ret code.- Returns:
- the ret code
-