public class ScreenVulInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScreenVulInfo() |
ScreenVulInfo(ScreenVulInfo 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 |
---|---|
Long |
getCategory()
Get 漏洞类型 1: web-cms漏洞, 2:应用漏洞, 4: Linux软件漏洞, 5: Windows系统漏洞
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getId()
Get 漏洞事件id
|
String |
getLastTime()
Get 最后检测时间
|
Long |
getLevel()
Get 漏洞等级 1:低 2:中 3:高 4:提示
|
String |
getName()
Get 漏洞名
|
String |
getUuid()
Get 主机UUID
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getVulId()
Get 漏洞id
|
void |
setCategory(Long Category)
Set 漏洞类型 1: web-cms漏洞, 2:应用漏洞, 4: Linux软件漏洞, 5: Windows系统漏洞
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setId(Long Id)
Set 漏洞事件id
|
void |
setLastTime(String LastTime)
Set 最后检测时间
|
void |
setLevel(Long Level)
Set 漏洞等级 1:低 2:中 3:高 4:提示
|
void |
setName(String Name)
Set 漏洞名
|
void |
setUuid(String Uuid)
Set 主机UUID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVulId(Long VulId)
Set 漏洞id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ScreenVulInfo()
public ScreenVulInfo(ScreenVulInfo source)
public Long getId()
public void setId(Long Id)
Id
- 漏洞事件idpublic String getName()
public void setName(String Name)
Name
- 漏洞名public Long getVulId()
public void setVulId(Long VulId)
VulId
- 漏洞idpublic String getLastTime()
public void setLastTime(String LastTime)
LastTime
- 最后检测时间public Long getLevel()
public void setLevel(Long Level)
Level
- 漏洞等级 1:低 2:中 3:高 4:提示public Long getCategory()
public void setCategory(Long Category)
Category
- 漏洞类型 1: web-cms漏洞, 2:应用漏洞, 4: Linux软件漏洞, 5: Windows系统漏洞
注意:此字段可能返回 null,表示取不到有效值。public String getUuid()
public void setUuid(String Uuid)
Uuid
- 主机UUID
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.