public class MalwareRisk extends AbstractModel
header, skipSign
Constructor and Description |
---|
MalwareRisk() |
MalwareRisk(MalwareRisk 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 Detection time
|
Long |
getId()
Get Unique ID
|
String |
getMachineIp()
Get Machine IP
|
String |
getVirusName()
Get Virus name
|
void |
setCreateTime(String CreateTime)
Set Detection time
|
void |
setId(Long Id)
Set Unique ID
|
void |
setMachineIp(String MachineIp)
Set Machine IP
|
void |
setVirusName(String VirusName)
Set Virus name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MalwareRisk()
public MalwareRisk(MalwareRisk source)
public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp
- Machine IPpublic String getVirusName()
public void setVirusName(String VirusName)
VirusName
- Virus namepublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Detection timepublic Long getId()
public void setId(Long Id)
Id
- Unique IDCopyright © 2024. All rights reserved.