Class ErrLogDetail

    • Constructor Detail

      • ErrLogDetail

        public ErrLogDetail()
      • ErrLogDetail

        public ErrLogDetail​(ErrLogDetail 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

      • getUserName

        public String getUserName()
        Get 用户名
        Returns:
        UserName 用户名
      • setUserName

        public void setUserName​(String UserName)
        Set 用户名
        Parameters:
        UserName - 用户名
      • getDatabase

        public String getDatabase()
        Get 数据库名字
        Returns:
        Database 数据库名字
      • setDatabase

        public void setDatabase​(String Database)
        Set 数据库名字
        Parameters:
        Database - 数据库名字
      • getErrTime

        public String getErrTime()
        Get 错误发生时间
        Returns:
        ErrTime 错误发生时间
      • setErrTime

        public void setErrTime​(String ErrTime)
        Set 错误发生时间
        Parameters:
        ErrTime - 错误发生时间
      • getErrMsg

        public String getErrMsg()
        Get 错误消息
        Returns:
        ErrMsg 错误消息
      • setErrMsg

        public void setErrMsg​(String ErrMsg)
        Set 错误消息
        Parameters:
        ErrMsg - 错误消息