public class AuditLogFile extends AbstractModel
Constructor and Description |
---|
AuditLogFile() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get 审计日志文件创建时间。格式为 : "2019-03-20 17:09:13"。
|
String |
getDownloadUrl()
Get 审计日志下载地址。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getErrMsg()
Get 错误信息。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFileName()
Get 审计日志文件名称
|
Long |
getFileSize()
Get 文件大小,单位为 KB。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 文件状态值。可能返回的值为:
"creating" - 生成中;
"failed" - 创建失败;
"success" - 已生成;
|
void |
setCreateTime(String CreateTime)
Set 审计日志文件创建时间。格式为 : "2019-03-20 17:09:13"。
|
void |
setDownloadUrl(String DownloadUrl)
Set 审计日志下载地址。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setErrMsg(String ErrMsg)
Set 错误信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFileName(String FileName)
Set 审计日志文件名称
|
void |
setFileSize(Long FileSize)
Set 文件大小,单位为 KB。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set 文件状态值。可能返回的值为:
"creating" - 生成中;
"failed" - 创建失败;
"success" - 已生成;
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AuditLogFile()
public AuditLogFile(AuditLogFile source)
public String getFileName()
public void setFileName(String FileName)
FileName
- 审计日志文件名称public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 审计日志文件创建时间。格式为 : "2019-03-20 17:09:13"。public String getStatus()
public void setStatus(String Status)
Status
- 文件状态值。可能返回的值为:
"creating" - 生成中;
"failed" - 创建失败;
"success" - 已生成;public Long getFileSize()
public void setFileSize(Long FileSize)
FileSize
- 文件大小,单位为 KB。
注意:此字段可能返回 null,表示取不到有效值。public String getDownloadUrl()
public void setDownloadUrl(String DownloadUrl)
DownloadUrl
- 审计日志下载地址。
注意:此字段可能返回 null,表示取不到有效值。public String getErrMsg()
public void setErrMsg(String ErrMsg)
ErrMsg
- 错误信息。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.