public class VirusInfo extends AbstractModel
| 构造器和说明 |
|---|
VirusInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getSafeType()
Get 软件安全类型,分别为0-未知、 1-安全软件、2-风险软件、3-病毒软件
|
String |
getVirusDesc()
Get 病毒描述,utf8编码,非病毒时值为空
|
String |
getVirusName()
Get 病毒名称, utf8编码,非病毒时值为空
|
void |
setSafeType(Integer 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 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 © 2020. All rights reserved.