Class AccountInfo

    • Constructor Detail

      • AccountInfo

        public AccountInfo()
      • AccountInfo

        public AccountInfo​(AccountInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getUserId

        public String getUserId()
        Get 用户 Id。
        Returns:
        UserId 用户 Id。
      • setUserId

        public void setUserId​(String UserId)
        Set 用户 Id。
        Parameters:
        UserId - 用户 Id。
      • getPhone

        public String getPhone()
        Get 用户手机号码。
        Returns:
        Phone 用户手机号码。
      • setPhone

        public void setPhone​(String Phone)
        Set 用户手机号码。
        Parameters:
        Phone - 用户手机号码。
      • getNick

        public String getNick()
        Get 用户昵称。
        Returns:
        Nick 用户昵称。
      • setNick

        public void setNick​(String Nick)
        Set 用户昵称。
        Parameters:
        Nick - 用户昵称。
      • getStatus

        public String getStatus()
        Get 账号状态,取值:
      • Normal:有效;
      • Stopped:无效。
Returns:
Status 账号状态,取值:
  • Normal:有效;
  • Stopped:无效。
  • Parameters:
    Status - 账号状态,取值:
  • Normal:有效;
  • Stopped:无效。