Class ProtectEventLists
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ProtectEventLists
-
public class ProtectEventLists extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProtectEventLists()ProtectEventLists(ProtectEventLists 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 发现时间StringgetEventDir()Get 事件地址LonggetEventStatus()Get 事件状态 1 已恢复 0 未恢复LonggetEventType()Get 事件类型 0-内容被修改恢复;1-权限被修改恢复;2-归属被修改恢复;3-被删除恢复;4-新增删除LonggetFileType()Get 文件类型 0-常规文件;1-目录;2-软链StringgetHostIp()Get 服务器ipStringgetHostName()Get 服务器名称LonggetId()Get 唯一IDMachineExtraInfogetMachineExtraInfo()Get 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。StringgetQuuid()Get 机器实例uuid 注意:此字段可能返回 null,表示取不到有效值。StringgetRestoreTime()Get 恢复时间voidsetCreateTime(String CreateTime)Set 发现时间voidsetEventDir(String EventDir)Set 事件地址voidsetEventStatus(Long EventStatus)Set 事件状态 1 已恢复 0 未恢复voidsetEventType(Long EventType)Set 事件类型 0-内容被修改恢复;1-权限被修改恢复;2-归属被修改恢复;3-被删除恢复;4-新增删除voidsetFileType(Long FileType)Set 文件类型 0-常规文件;1-目录;2-软链voidsetHostIp(String HostIp)Set 服务器ipvoidsetHostName(String HostName)Set 服务器名称voidsetId(Long Id)Set 唯一IDvoidsetMachineExtraInfo(MachineExtraInfo MachineExtraInfo)Set 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。voidsetQuuid(String Quuid)Set 机器实例uuid 注意:此字段可能返回 null,表示取不到有效值。voidsetRestoreTime(String RestoreTime)Set 恢复时间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
-
ProtectEventLists
public ProtectEventLists()
-
ProtectEventLists
public ProtectEventLists(ProtectEventLists 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
-
getHostName
public String getHostName()
Get 服务器名称- Returns:
- HostName 服务器名称
-
setHostName
public void setHostName(String HostName)
Set 服务器名称- Parameters:
HostName- 服务器名称
-
getHostIp
public String getHostIp()
Get 服务器ip- Returns:
- HostIp 服务器ip
-
setHostIp
public void setHostIp(String HostIp)
Set 服务器ip- Parameters:
HostIp- 服务器ip
-
getEventDir
public String getEventDir()
Get 事件地址- Returns:
- EventDir 事件地址
-
setEventDir
public void setEventDir(String EventDir)
Set 事件地址- Parameters:
EventDir- 事件地址
-
getEventType
public Long getEventType()
Get 事件类型 0-内容被修改恢复;1-权限被修改恢复;2-归属被修改恢复;3-被删除恢复;4-新增删除- Returns:
- EventType 事件类型 0-内容被修改恢复;1-权限被修改恢复;2-归属被修改恢复;3-被删除恢复;4-新增删除
-
setEventType
public void setEventType(Long EventType)
Set 事件类型 0-内容被修改恢复;1-权限被修改恢复;2-归属被修改恢复;3-被删除恢复;4-新增删除- Parameters:
EventType- 事件类型 0-内容被修改恢复;1-权限被修改恢复;2-归属被修改恢复;3-被删除恢复;4-新增删除
-
getEventStatus
public Long getEventStatus()
Get 事件状态 1 已恢复 0 未恢复- Returns:
- EventStatus 事件状态 1 已恢复 0 未恢复
-
setEventStatus
public void setEventStatus(Long EventStatus)
Set 事件状态 1 已恢复 0 未恢复- Parameters:
EventStatus- 事件状态 1 已恢复 0 未恢复
-
getCreateTime
public String getCreateTime()
Get 发现时间- Returns:
- CreateTime 发现时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 发现时间- Parameters:
CreateTime- 发现时间
-
getRestoreTime
public String getRestoreTime()
Get 恢复时间- Returns:
- RestoreTime 恢复时间
-
setRestoreTime
public void setRestoreTime(String RestoreTime)
Set 恢复时间- Parameters:
RestoreTime- 恢复时间
-
getId
public Long getId()
Get 唯一ID- Returns:
- Id 唯一ID
-
setId
public void setId(Long Id)
Set 唯一ID- Parameters:
Id- 唯一ID
-
getFileType
public Long getFileType()
Get 文件类型 0-常规文件;1-目录;2-软链- Returns:
- FileType 文件类型 0-常规文件;1-目录;2-软链
-
setFileType
public void setFileType(Long FileType)
Set 文件类型 0-常规文件;1-目录;2-软链- Parameters:
FileType- 文件类型 0-常规文件;1-目录;2-软链
-
getMachineExtraInfo
public MachineExtraInfo getMachineExtraInfo()
Get 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MachineExtraInfo 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。
-
setMachineExtraInfo
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MachineExtraInfo- 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。
-
getQuuid
public String getQuuid()
Get 机器实例uuid 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Quuid 机器实例uuid 注意:此字段可能返回 null,表示取不到有效值。
-
setQuuid
public void setQuuid(String Quuid)
Set 机器实例uuid 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Quuid- 机器实例uuid 注意:此字段可能返回 null,表示取不到有效值。
-
-