public class WeeklyReportMalware extends AbstractModel
Constructor and Description |
---|
WeeklyReportMalware() |
WeeklyReportMalware(WeeklyReportMalware 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 |
getFilePath()
Get 木马文件路径。
|
String |
getFindTime()
Get 木马发现时间。
|
String |
getMachineIp()
Get 主机IP。
|
String |
getMd5()
Get 木马文件MD5值。
|
String |
getStatus()
Get 当前木马状态。
UN_OPERATED:未处理
SEGREGATED:已隔离
TRUSTED:已信任
SEPARATING:隔离中
RECOVERING:恢复中
|
void |
setFilePath(String FilePath)
Set 木马文件路径。
|
void |
setFindTime(String FindTime)
Set 木马发现时间。
|
void |
setMachineIp(String MachineIp)
Set 主机IP。
|
void |
setMd5(String Md5)
Set 木马文件MD5值。
|
void |
setStatus(String Status)
Set 当前木马状态。
UN_OPERATED:未处理
SEGREGATED:已隔离
TRUSTED:已信任
SEPARATING:隔离中
RECOVERING:恢复中
|
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 WeeklyReportMalware()
public WeeklyReportMalware(WeeklyReportMalware source)
public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp
- 主机IP。public String getFilePath()
public void setFilePath(String FilePath)
FilePath
- 木马文件路径。public String getMd5()
public void setMd5(String Md5)
Md5
- 木马文件MD5值。public String getFindTime()
public void setFindTime(String FindTime)
FindTime
- 木马发现时间。public String getStatus()
public void setStatus(String Status)
Status
- 当前木马状态。
Copyright © 2021. All rights reserved.