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

      • getNotes

        public String getNotes()
        Get 账号备注信息
        Returns:
        Notes 账号备注信息
      • setNotes

        public void setNotes​(String Notes)
        Set 账号备注信息
        Parameters:
        Notes - 账号备注信息
      • getHost

        public String getHost()
        Get 账号的域名
        Returns:
        Host 账号的域名
      • setHost

        public void setHost​(String Host)
        Set 账号的域名
        Parameters:
        Host - 账号的域名
      • getUser

        public String getUser()
        Get 账号的名称
        Returns:
        User 账号的名称
      • setUser

        public void setUser​(String User)
        Set 账号的名称
        Parameters:
        User - 账号的名称
      • getModifyTime

        public String getModifyTime()
        Get 账号信息修改时间
        Returns:
        ModifyTime 账号信息修改时间
      • setModifyTime

        public void setModifyTime​(String ModifyTime)
        Set 账号信息修改时间
        Parameters:
        ModifyTime - 账号信息修改时间
      • getModifyPasswordTime

        public String getModifyPasswordTime()
        Get 修改密码的时间
        Returns:
        ModifyPasswordTime 修改密码的时间
      • setModifyPasswordTime

        public void setModifyPasswordTime​(String ModifyPasswordTime)
        Set 修改密码的时间
        Parameters:
        ModifyPasswordTime - 修改密码的时间
      • getCreateTime

        public String getCreateTime()
        Get 该值已废弃
        Returns:
        CreateTime 该值已废弃
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 该值已废弃
        Parameters:
        CreateTime - 该值已废弃
      • getMaxUserConnections

        public Long getMaxUserConnections()
        Get 用户最大可用实例连接数
        Returns:
        MaxUserConnections 用户最大可用实例连接数
      • setMaxUserConnections

        public void setMaxUserConnections​(Long MaxUserConnections)
        Set 用户最大可用实例连接数
        Parameters:
        MaxUserConnections - 用户最大可用实例连接数