public class Vul extends AbstractModel
| Constructor and Description | 
|---|
Vul()  | 
Vul(Vul 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 | 
getImpactedHostNum()
Get Number of affected servers 
 | 
String | 
getLastScanTime()
Get Last scanned time 
 | 
Long | 
getVulId()
Get Vulnerability category ID 
 | 
String | 
getVulLevel()
Get Vulnerability severity level:
HIGH: high
MIDDLE: medium
LOW: low
NOTICE: notice 
 | 
String | 
getVulName()
Get Vulnerability name 
 | 
String | 
getVulStatus()
Get Vulnerability status
 UN_OPERATED: to be processed
 FIXED: fixed 
 | 
void | 
setImpactedHostNum(Long ImpactedHostNum)
Set Number of affected servers 
 | 
void | 
setLastScanTime(String LastScanTime)
Set Last scanned time 
 | 
void | 
setVulId(Long VulId)
Set Vulnerability category ID 
 | 
void | 
setVulLevel(String VulLevel)
Set Vulnerability severity level:
HIGH: high
MIDDLE: medium
LOW: low
NOTICE: notice 
 | 
void | 
setVulName(String VulName)
Set Vulnerability name 
 | 
void | 
setVulStatus(String VulStatus)
Set Vulnerability status
 UN_OPERATED: to be processed
 FIXED: fixed 
 | 
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 Vul()
public Vul(Vul source)
public Long getVulId()
public void setVulId(Long VulId)
VulId - Vulnerability category IDpublic String getVulName()
public void setVulName(String VulName)
VulName - Vulnerability namepublic String getVulLevel()
public void setVulLevel(String VulLevel)
VulLevel - Vulnerability severity level:
HIGH: high
MIDDLE: medium
LOW: low
NOTICE: noticepublic String getLastScanTime()
public void setLastScanTime(String LastScanTime)
LastScanTime - Last scanned timepublic Long getImpactedHostNum()
public void setImpactedHostNum(Long ImpactedHostNum)
ImpactedHostNum - Number of affected serverspublic String getVulStatus()
public void setVulStatus(String VulStatus)
VulStatus - Vulnerability status
 UN_OPERATED: to be processed
 FIXED: fixedCopyright © 2021. All rights reserved.