public class VirusInfo extends AbstractModel
构造器和说明 |
---|
VirusInfo() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getSafeType()
获取软件安全类型,分别为0-未知、 1-安全软件、2-风险软件、3-病毒软件
|
String |
getVirusDesc()
获取病毒描述,utf8编码,非病毒时值为空
|
String |
getVirusName()
获取病毒名称, utf8编码,非病毒时值为空
|
void |
setSafeType(Integer SafeType)
设置软件安全类型,分别为0-未知、 1-安全软件、2-风险软件、3-病毒软件
|
void |
setVirusDesc(String VirusDesc)
设置病毒描述,utf8编码,非病毒时值为空
|
void |
setVirusName(String VirusName)
设置病毒名称, utf8编码,非病毒时值为空
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Integer getSafeType()
public void setSafeType(Integer SafeType)
SafeType
- 软件安全类型,分别为0-未知、 1-安全软件、2-风险软件、3-病毒软件public String getVirusName()
public void setVirusName(String VirusName)
VirusName
- 病毒名称, utf8编码,非病毒时值为空public String getVirusDesc()
public void setVirusDesc(String VirusDesc)
VirusDesc
- 病毒描述,utf8编码,非病毒时值为空Copyright © 2019. All rights reserved.