public class ProtectEventLists extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get 发现时间
|
String |
getEventDir()
Get 事件地址
|
Long |
getEventStatus()
Get 事件状态 1 已恢复 0 未恢复
|
Long |
getEventType()
Get 事件类型 0-内容被修改恢复;1-权限被修改恢复;2-归属被修改恢复;3-被删除恢复;4-新增删除
|
Long |
getFileType()
Get 文件类型 0-常规文件;1-目录;2-软链
|
String |
getHostIp()
Get 服务器ip
|
String |
getHostName()
Get 服务器名称
|
Long |
getId()
Get 唯一ID
|
MachineExtraInfo |
getMachineExtraInfo()
Get 主机额外信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRestoreTime()
Get 恢复时间
|
void |
setCreateTime(String CreateTime)
Set 发现时间
|
void |
setEventDir(String EventDir)
Set 事件地址
|
void |
setEventStatus(Long EventStatus)
Set 事件状态 1 已恢复 0 未恢复
|
void |
setEventType(Long EventType)
Set 事件类型 0-内容被修改恢复;1-权限被修改恢复;2-归属被修改恢复;3-被删除恢复;4-新增删除
|
void |
setFileType(Long FileType)
Set 文件类型 0-常规文件;1-目录;2-软链
|
void |
setHostIp(String HostIp)
Set 服务器ip
|
void |
setHostName(String HostName)
Set 服务器名称
|
void |
setId(Long Id)
Set 唯一ID
|
void |
setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set 主机额外信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRestoreTime(String RestoreTime)
Set 恢复时间
|
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 ProtectEventLists()
public ProtectEventLists(ProtectEventLists source)
public String getHostName()
public void setHostName(String HostName)
HostName
- 服务器名称public String getHostIp()
public void setHostIp(String HostIp)
HostIp
- 服务器ippublic String getEventDir()
public void setEventDir(String EventDir)
EventDir
- 事件地址public Long getEventType()
public void setEventType(Long EventType)
EventType
- 事件类型 0-内容被修改恢复;1-权限被修改恢复;2-归属被修改恢复;3-被删除恢复;4-新增删除public Long getEventStatus()
public void setEventStatus(Long EventStatus)
EventStatus
- 事件状态 1 已恢复 0 未恢复public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 发现时间public String getRestoreTime()
public void setRestoreTime(String RestoreTime)
RestoreTime
- 恢复时间public Long getId()
public void setId(Long Id)
Id
- 唯一IDpublic Long getFileType()
public void setFileType(Long FileType)
FileType
- 文件类型 0-常规文件;1-目录;2-软链public MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo
- 主机额外信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.