public class VirusInfo extends AbstractModel
| Constructor and Description |
|---|
VirusInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getSafeType()
Get 软件安全类型,分别为0-未知、 1-安全软件、2-风险软件、3-病毒软件
|
String |
getVirusDesc()
Get 病毒描述,utf8编码,非病毒时值为空
|
String |
getVirusName()
Get 病毒名称, utf8编码,非病毒时值为空
|
void |
setSafeType(Long SafeType)
Set 软件安全类型,分别为0-未知、 1-安全软件、2-风险软件、3-病毒软件
|
void |
setVirusDesc(String VirusDesc)
Set 病毒描述,utf8编码,非病毒时值为空
|
void |
setVirusName(String VirusName)
Set 病毒名称, utf8编码,非病毒时值为空
|
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 Long getSafeType()
public void setSafeType(Long 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 © 2020. All rights reserved.