public class WeeklyReportVul extends AbstractModel
Constructor and Description |
---|
WeeklyReportVul() |
WeeklyReportVul(WeeklyReportVul 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 |
getDescription()
Get 漏洞描述。
|
String |
getLastScanTime()
Get 最后扫描时间。
|
String |
getMachineIp()
Get 主机内网IP。
|
String |
getVulName()
Get 漏洞名称。
|
String |
getVulStatus()
Get 漏洞状态。
UN_OPERATED : 待处理
SCANING : 扫描中
FIXED : 已修复
|
String |
getVulType()
Get 漏洞类型。
WEB : Web漏洞
SYSTEM :系统组件漏洞
BASELINE : 安全基线
|
void |
setDescription(String Description)
Set 漏洞描述。
|
void |
setLastScanTime(String LastScanTime)
Set 最后扫描时间。
|
void |
setMachineIp(String MachineIp)
Set 主机内网IP。
|
void |
setVulName(String VulName)
Set 漏洞名称。
|
void |
setVulStatus(String VulStatus)
Set 漏洞状态。
UN_OPERATED : 待处理
SCANING : 扫描中
FIXED : 已修复
|
void |
setVulType(String VulType)
Set 漏洞类型。
WEB : Web漏洞
SYSTEM :系统组件漏洞
BASELINE : 安全基线
|
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 WeeklyReportVul()
public WeeklyReportVul(WeeklyReportVul source)
public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp
- 主机内网IP。public String getVulName()
public void setVulName(String VulName)
VulName
- 漏洞名称。public String getVulType()
public void setVulType(String VulType)
VulType
- 漏洞类型。
public String getDescription()
public void setDescription(String Description)
Description
- 漏洞描述。public String getVulStatus()
public void setVulStatus(String VulStatus)
VulStatus
- 漏洞状态。
public String getLastScanTime()
public void setLastScanTime(String LastScanTime)
LastScanTime
- 最后扫描时间。Copyright © 2022. All rights reserved.