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
    Modifier
    Constructor
    Description
    protected
    Instantiates a new login resp.
  • Method Summary

    Modifier and Type
    Method
    Description
    final String
    Gets the msg.
    final int
    Gets the ret code.
    final String
    Gets the user id.
    final String
    Gets the u token.

    Methods inherited from class com.google.gwt.core.client.JavaScriptObject

    cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • LoginResp

      protected LoginResp()
      Instantiates a new login resp.
  • Method Details

    • getUserId

      public final String getUserId()
      Gets the user id.
      Returns:
      the user id
    • getUToken

      public final String getUToken()
      Gets the u token.
      Returns:
      the u token
    • getMsg

      public final String getMsg()
      Gets the msg.
      Returns:
      the msg
    • getRetCode

      public final int getRetCode()
      Gets the ret code.
      Returns:
      the ret code