public class Malware extends AbstractModel
| Constructor and Description | 
|---|
Malware()  | 
Malware(Malware 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 | 
getDescription()
Get Trojan description. 
 | 
String | 
getFileCreateTime()
Get Trojan file creation time. 
 | 
String | 
getFilePath()
Get Trojan path. 
 | 
Long | 
getId()
Get Event ID. 
 | 
String | 
getMachineIp()
Get Server IP. 
 | 
String | 
getMachineName()
Get Server name. 
 | 
String | 
getModifyTime()
Get Trojan file modification time. 
 | 
String | 
getStatus()
Get Current trojan status. 
 | 
String | 
getUuid()
Get CWP agent `UUID`. 
 | 
void | 
setDescription(String Description)
Set Trojan description. 
 | 
void | 
setFileCreateTime(String FileCreateTime)
Set Trojan file creation time. 
 | 
void | 
setFilePath(String FilePath)
Set Trojan path. 
 | 
void | 
setId(Long Id)
Set Event ID. 
 | 
void | 
setMachineIp(String MachineIp)
Set Server IP. 
 | 
void | 
setMachineName(String MachineName)
Set Server name. 
 | 
void | 
setModifyTime(String ModifyTime)
Set Trojan file modification time. 
 | 
void | 
setStatus(String Status)
Set Current trojan status. 
 | 
void | 
setUuid(String Uuid)
Set CWP agent `UUID`. 
 | 
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, toJsonStringpublic Malware()
public Malware(Malware source)
public Long getId()
public void setId(Long Id)
Id - Event ID.public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp - Server IP.public String getStatus()
public void setStatus(String Status)
Status - Current trojan status.
public String getFilePath()
public void setFilePath(String FilePath)
FilePath - Trojan path.public String getDescription()
public void setDescription(String Description)
Description - Trojan description.public String getMachineName()
public void setMachineName(String MachineName)
MachineName - Server name.public String getFileCreateTime()
public void setFileCreateTime(String FileCreateTime)
FileCreateTime - Trojan file creation time.public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - Trojan file modification time.public String getUuid()
public void setUuid(String Uuid)
Uuid - CWP agent `UUID`.Copyright © 2022. All rights reserved.