public class NessusRemediationsResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| NessusRemediationsResponse(List<NessusRemediationResponse> remediations,
                          int numHosts,
                          int numCves,
                          int numImpactedHosts,
                          int numRemediatedCves) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getNumCves()Get the number of CVEs. | 
| int | getNumHosts()Get the number of hosts. | 
| int | getNumImpactedHosts()Get the number of impacted hosts. | 
| int | getNumRemediatedCves()Get the number of remediated CVE's. | 
| List<NessusRemediationResponse> | getRemediations()Get a list of remediations. | 
public NessusRemediationsResponse(List<NessusRemediationResponse> remediations, int numHosts, int numCves, int numImpactedHosts, int numRemediatedCves)
public List<NessusRemediationResponse> getRemediations()
List of NessusRemediationResponse instancespublic int getNumHosts()
public int getNumCves()
public int getNumImpactedHosts()
public int getNumRemediatedCves()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.