public class MalwareRisk extends AbstractModel
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 发现时间
|
Long |
getId()
Get 唯一ID
|
String |
getMachineIp()
Get 机器IP
|
String |
getVirusName()
Get 病毒名
|
void |
setCreateTime(String CreateTime)
Set 发现时间
|
void |
setId(Long Id)
Set 唯一ID
|
void |
setMachineIp(String MachineIp)
Set 机器IP
|
void |
setVirusName(String VirusName)
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 MalwareRisk()
public MalwareRisk(MalwareRisk source)
public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp
- 机器IPpublic String getVirusName()
public void setVirusName(String VirusName)
VirusName
- 病毒名public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 发现时间public Long getId()
public void setId(Long Id)
Id
- 唯一IDCopyright © 2021. All rights reserved.