Class AuditLogFile

    • Constructor Detail

      • AuditLogFile

        public AuditLogFile()
      • AuditLogFile

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

      • getFileName

        public String getFileName()
        Get 审计日志文件名称
        Returns:
        FileName 审计日志文件名称
      • setFileName

        public void setFileName​(String FileName)
        Set 审计日志文件名称
        Parameters:
        FileName - 审计日志文件名称
      • getCreateTime

        public String getCreateTime()
        Get 审计日志文件创建时间。格式为 : "2019-03-20 17:09:13"。
        Returns:
        CreateTime 审计日志文件创建时间。格式为 : "2019-03-20 17:09:13"。
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 审计日志文件创建时间。格式为 : "2019-03-20 17:09:13"。
        Parameters:
        CreateTime - 审计日志文件创建时间。格式为 : "2019-03-20 17:09:13"。
      • getStatus

        public String getStatus()
        Get 文件状态值。可能返回的值为: "creating" - 生成中; "failed" - 创建失败; "success" - 已生成;
        Returns:
        Status 文件状态值。可能返回的值为: "creating" - 生成中; "failed" - 创建失败; "success" - 已生成;
      • setStatus

        public void setStatus​(String Status)
        Set 文件状态值。可能返回的值为: "creating" - 生成中; "failed" - 创建失败; "success" - 已生成;
        Parameters:
        Status - 文件状态值。可能返回的值为: "creating" - 生成中; "failed" - 创建失败; "success" - 已生成;
      • getFileSize

        public Long getFileSize()
        Get 文件大小,单位为 KB。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FileSize 文件大小,单位为 KB。 注意:此字段可能返回 null,表示取不到有效值。
      • setFileSize

        public void setFileSize​(Long FileSize)
        Set 文件大小,单位为 KB。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FileSize - 文件大小,单位为 KB。 注意:此字段可能返回 null,表示取不到有效值。
      • getDownloadUrl

        public String getDownloadUrl()
        Get 审计日志下载地址。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DownloadUrl 审计日志下载地址。 注意:此字段可能返回 null,表示取不到有效值。
      • setDownloadUrl

        public void setDownloadUrl​(String DownloadUrl)
        Set 审计日志下载地址。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DownloadUrl - 审计日志下载地址。 注意:此字段可能返回 null,表示取不到有效值。
      • getErrMsg

        public String getErrMsg()
        Get 错误信息。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ErrMsg 错误信息。 注意:此字段可能返回 null,表示取不到有效值。
      • setErrMsg

        public void setErrMsg​(String ErrMsg)
        Set 错误信息。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ErrMsg - 错误信息。 注意:此字段可能返回 null,表示取不到有效值。