public class NessusVulnerabilityResponse extends Object implements Serializable
Constructor and Description |
---|
NessusVulnerabilityResponse(int pluginId,
String pluginName,
String pluginFamily,
int count,
int vulnIndex,
int severityIndex,
String hostname,
int severity)
Instantiates a new Nessus vulnerability.
|
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Get the vulnerability count.
|
String |
getHostname()
Gets hostname.
|
String |
getPluginFamily()
Get the plugin family.
|
int |
getPluginId()
Get the plugin ID.
|
String |
getPluginName()
Get the plugin name.
|
int |
getSeverity()
Get the severity.
|
int |
getSeverityIndex()
Get the severity index.
|
int |
getVulnIndex()
Get the vulnerability index.
|
public NessusVulnerabilityResponse(int pluginId, String pluginName, String pluginFamily, int count, int vulnIndex, int severityIndex, String hostname, int severity)
pluginId
- the plugin idpluginName
- the plugin namepluginFamily
- the plugin familycount
- the countvulnIndex
- the vuln indexseverityIndex
- the severity indexpublic int getPluginId()
public String getPluginName()
public String getPluginFamily()
public int getCount()
public int getVulnIndex()
public int getSeverityIndex()
public String getHostname()
public int getSeverity()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.