Class AuditLogFile
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.AuditLogFile
-
public class AuditLogFile extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreateTime()Get 审计日志文件创建时间。格式为 : "2019-03-20 17:09:13"。StringgetDownloadUrl()Get 审计日志下载地址。 注意:此字段可能返回 null,表示取不到有效值。StringgetErrMsg()Get 错误信息。 注意:此字段可能返回 null,表示取不到有效值。StringgetFileName()Get 审计日志文件名称LonggetFileSize()Get 文件大小,单位为 KB。 注意:此字段可能返回 null,表示取不到有效值。StringgetStatus()Get 文件状态值。可能返回的值为: "creating" - 生成中; "failed" - 创建失败; "success" - 已生成;voidsetCreateTime(String CreateTime)Set 审计日志文件创建时间。格式为 : "2019-03-20 17:09:13"。voidsetDownloadUrl(String DownloadUrl)Set 审计日志下载地址。 注意:此字段可能返回 null,表示取不到有效值。voidsetErrMsg(String ErrMsg)Set 错误信息。 注意:此字段可能返回 null,表示取不到有效值。voidsetFileName(String FileName)Set 审计日志文件名称voidsetFileSize(Long FileSize)Set 文件大小,单位为 KB。 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(String Status)Set 文件状态值。可能返回的值为: "creating" - 生成中; "failed" - 创建失败; "success" - 已生成;voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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,表示取不到有效值。
-
-