public class NessusScanDetailsResponse extends Object implements Serializable
Constructor and Description |
---|
NessusScanDetailsResponse(NessusScanInfoResponse info,
NessusRemediationsResponse remediations,
List<NessusVulnerabilityResponse> vulnerabilities,
List<NessusHostResponse> hosts,
List<NessusHostResponse> compHosts,
List<NessusHistoryResponse> history,
List<NessusNoteResponse> notes,
List<NessusVulnerabilityResponse> compliance,
Map<Integer,List<NessusVulnerabilityResponse>> vulnsByHost) |
Modifier and Type | Method and Description |
---|---|
List<NessusHostResponse> |
getCompHosts()
Get a list of compromised hosts.
|
List<NessusVulnerabilityResponse> |
getCompliance()
Get the compliance section.
|
List<NessusHistoryResponse> |
getHistory()
Get the history of scan.
|
List<NessusHostResponse> |
getHosts()
Get a list of hosts scanned.
|
NessusScanInfoResponse |
getInfo()
Get the scan info.
|
List<NessusNoteResponse> |
getNotes()
Get the notes attached to a scan.
|
NessusRemediationsResponse |
getRemediations()
Get the scan remediations.
|
List<NessusVulnerabilityResponse> |
getVulnerabilities()
Get a list of discovered vulnerabilities.
|
Map<Integer,List<NessusVulnerabilityResponse>> |
getVulnsByHost()
Get the map of vulnerabilities by host.
|
public NessusScanDetailsResponse(NessusScanInfoResponse info, NessusRemediationsResponse remediations, List<NessusVulnerabilityResponse> vulnerabilities, List<NessusHostResponse> hosts, List<NessusHostResponse> compHosts, List<NessusHistoryResponse> history, List<NessusNoteResponse> notes, List<NessusVulnerabilityResponse> compliance, Map<Integer,List<NessusVulnerabilityResponse>> vulnsByHost)
public NessusScanInfoResponse getInfo()
NessusScanInfoResponse
scan infopublic NessusRemediationsResponse getRemediations()
NessusRemediationsResponse
remediationspublic List<NessusVulnerabilityResponse> getVulnerabilities()
List
of NessusVulnerabilityResponse
vulnerabilitiespublic List<NessusHostResponse> getHosts()
List
of NessusHostResponse
hostspublic List<NessusHostResponse> getCompHosts()
List
of NessusHostResponse
compromised hostspublic List<NessusHistoryResponse> getHistory()
public List<NessusNoteResponse> getNotes()
List
of NessusNoteResponse
notespublic List<NessusVulnerabilityResponse> getCompliance()
List
of NessusVulnerabilityResponse
vulnerabilitiespublic Map<Integer,List<NessusVulnerabilityResponse>> getVulnsByHost()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.