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() |
int |
getTotalCriticalCounts() |
int |
getTotalHighCounts() |
int |
getTotalLowCounts() |
int |
getTotalMediumCounts() |
boolean |
isAnyFailure() |
boolean |
isAnyRunning() |
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()