public class MalWareList extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MalWareList() | 
| MalWareList(MalWareList 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 | getAlias()Get 主机别名 | 
| String | getCheckPlatform()Get '木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报 | 
| String | getCreateTime()Get 创建时间 | 
| Boolean | getDoClean()Get 是否可以清理 | 
| String | getFileCreateTime()Get 首次运行时间 | 
| Long | getFileExists()Get 木马文件是否存在 0:不存在,1:存在 | 
| String | getFileModifierTime()Get 最近运行时间 | 
| String | getFilePath()Get 路径 | 
| Long | getFirstDetectionMethod()Get 首次检出方式 0扫描;1实时监控 | 
| String | getHostIp()Get 服务器ip | 
| Long | getId()Get 唯一ID | 
| String | getLatestScanTime()Get 最近扫描时间 | 
| Long | getLevel()Get 风险等级 0未知、1低、2中、3高、4严重 | 
| MachineExtraInfo | getMachineExtraInfo()Get 附加信息 | 
| String | getMD5()Get 木马样本md5 | 
| Long | getProcessExists()Get 木马进程是否存在 0:不存在,1:存在 | 
| String | getQuuid()Get cvm quuid | 
| Long | getStatus()Get 状态;4-:待处理,5-已信任,6-已隔离,8-文件已删除, 14:已处理,13-已加白 | 
| String[] | getTags()Get 特性标签,已废弃字段,不会再返回标签,详情中才会返回标签信息 | 
| String | getUuid()Get 唯一UUID | 
| String | getVirusName()Get 病毒名称 | 
| void | setAlias(String Alias)Set 主机别名 | 
| void | setCheckPlatform(String CheckPlatform)Set '木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报 | 
| void | setCreateTime(String CreateTime)Set 创建时间 | 
| void | setDoClean(Boolean DoClean)Set 是否可以清理 | 
| void | setFileCreateTime(String FileCreateTime)Set 首次运行时间 | 
| void | setFileExists(Long FileExists)Set 木马文件是否存在 0:不存在,1:存在 | 
| void | setFileModifierTime(String FileModifierTime)Set 最近运行时间 | 
| void | setFilePath(String FilePath)Set 路径 | 
| void | setFirstDetectionMethod(Long FirstDetectionMethod)Set 首次检出方式 0扫描;1实时监控 | 
| void | setHostIp(String HostIp)Set 服务器ip | 
| void | setId(Long Id)Set 唯一ID | 
| void | setLatestScanTime(String LatestScanTime)Set 最近扫描时间 | 
| void | setLevel(Long Level)Set 风险等级 0未知、1低、2中、3高、4严重 | 
| void | setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)Set 附加信息 | 
| void | setMD5(String MD5)Set 木马样本md5 | 
| void | setProcessExists(Long ProcessExists)Set 木马进程是否存在 0:不存在,1:存在 | 
| void | setQuuid(String Quuid)Set cvm quuid | 
| void | setStatus(Long Status)Set 状态;4-:待处理,5-已信任,6-已隔离,8-文件已删除, 14:已处理,13-已加白 | 
| void | setTags(String[] Tags)Set 特性标签,已废弃字段,不会再返回标签,详情中才会返回标签信息 | 
| void | setUuid(String Uuid)Set 唯一UUID | 
| void | setVirusName(String VirusName)Set 病毒名称 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MalWareList()
public MalWareList(MalWareList source)
public String getHostIp()
public void setHostIp(String HostIp)
HostIp - 服务器ippublic String getUuid()
public void setUuid(String Uuid)
Uuid - 唯一UUIDpublic String getFilePath()
public void setFilePath(String FilePath)
FilePath - 路径public String getVirusName()
public void setVirusName(String VirusName)
VirusName - 病毒名称public Long getStatus()
public void setStatus(Long Status)
Status - 状态;4-:待处理,5-已信任,6-已隔离,8-文件已删除, 14:已处理,13-已加白public Long getId()
public void setId(Long Id)
Id - 唯一IDpublic String getAlias()
public void setAlias(String Alias)
Alias - 主机别名public String[] getTags()
public void setTags(String[] Tags)
Tags - 特性标签,已废弃字段,不会再返回标签,详情中才会返回标签信息public String getFileCreateTime()
public void setFileCreateTime(String FileCreateTime)
FileCreateTime - 首次运行时间public String getFileModifierTime()
public void setFileModifierTime(String FileModifierTime)
FileModifierTime - 最近运行时间public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 创建时间public String getLatestScanTime()
public void setLatestScanTime(String LatestScanTime)
LatestScanTime - 最近扫描时间public Long getLevel()
public void setLevel(Long Level)
Level - 风险等级 0未知、1低、2中、3高、4严重public String getCheckPlatform()
public void setCheckPlatform(String CheckPlatform)
CheckPlatform - '木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报public Long getProcessExists()
public void setProcessExists(Long ProcessExists)
ProcessExists - 木马进程是否存在 0:不存在,1:存在public Long getFileExists()
public void setFileExists(Long FileExists)
FileExists - 木马文件是否存在 0:不存在,1:存在public String getQuuid()
public void setQuuid(String Quuid)
Quuid - cvm quuidpublic String getMD5()
public void setMD5(String MD5)
MD5 - 木马样本md5public MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo - 附加信息public Boolean getDoClean()
public void setDoClean(Boolean DoClean)
DoClean - 是否可以清理public Long getFirstDetectionMethod()
public void setFirstDetectionMethod(Long FirstDetectionMethod)
FirstDetectionMethod - 首次检出方式 0扫描;1实时监控Copyright © 2025. All rights reserved.