public class ScanResultInfo
extends java.lang.Object
Constructor and Description |
---|
ScanResultInfo(java.util.List<ScanResultsForSnapshotQueryExtResultRow> pScanResults) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ScanResultsForSnapshotQueryExtResultRow> |
get()
returns a list of ScanResult objects
|
int |
getTotalCriticalCounts()
returns the Integer critical count sum for all ScanResult objects
|
int |
getTotalHighCounts()
returns the Integer high count sum for all ScanResult objects
|
int |
getTotalLowCounts()
returns the Integer low count sum for all ScanResult objects
|
int |
getTotalMediumCounts()
returns the Integer medium count sum for all ScanResult objects
|
boolean |
isAnyFailure()
returns a boolean value of True if any scan results objects have a scan status of 'FAILED'
|
boolean |
isAnyRunning()
returns a boolean value of True if any scan results objects have a scan status of 'RUNNING'
|
public ScanResultInfo(java.util.List<ScanResultsForSnapshotQueryExtResultRow> pScanResults)
public java.util.List<ScanResultsForSnapshotQueryExtResultRow> get()
public int getTotalCriticalCounts()
public int getTotalHighCounts()
public int getTotalMediumCounts()
public int getTotalLowCounts()
public boolean isAnyFailure()
public boolean isAnyRunning()