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 Vulnerability description. | 
| String | getLastScanTime()Get Last scanned time. | 
| String | getMachineIp()Get Private IP of server. | 
| String | getVulName()Get Vulnerability name. | 
| String | getVulStatus()Get Vulnerability status. | 
| String | getVulType()Get Vulnerability type. | 
| void | setDescription(String Description)Set Vulnerability description. | 
| void | setLastScanTime(String LastScanTime)Set Last scanned time. | 
| void | setMachineIp(String MachineIp)Set Private IP of server. | 
| void | setVulName(String VulName)Set Vulnerability name. | 
| void | setVulStatus(String VulStatus)Set Vulnerability status. | 
| void | setVulType(String VulType)Set Vulnerability type. | 
| 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 WeeklyReportVul()
public WeeklyReportVul(WeeklyReportVul source)
public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp - Private IP of server.public String getVulName()
public void setVulName(String VulName)
VulName - Vulnerability name.public String getVulType()
public void setVulType(String VulType)
VulType - Vulnerability type.
public String getDescription()
public void setDescription(String Description)
Description - Vulnerability description.public String getVulStatus()
public void setVulStatus(String VulStatus)
VulStatus - Vulnerability status.
public String getLastScanTime()
public void setLastScanTime(String LastScanTime)
LastScanTime - Last scanned time.Copyright © 2022. All rights reserved.