public class NessusHostResponse extends Object implements Serializable
Constructor and Description |
---|
NessusHostResponse(int hostId,
String hostIndex,
int hostName,
String progress,
int critical,
int high,
int medium,
int low,
int info,
int totalChecksConsidered,
int numChecksConsidered,
int scanProgressTotal,
int scanProgressCurrent,
int score) |
Modifier and Type | Method and Description |
---|---|
int |
getCritical()
Get the number of critical items.
|
int |
getHigh()
Get the number of high items.
|
int |
getHostId()
Get the host ID.
|
String |
getHostIndex()
Get the host index.
|
int |
getHostName()
Get the host name.
|
int |
getInfo()
Get the number of info items.
|
int |
getLow()
Get the number of low items.
|
int |
getMedium()
Get the number of medium items.
|
int |
getNumChecksConsidered()
The number of checks considered on the host.
|
String |
getProgress()
Get the progress.
|
int |
getScanProgressCurrent()
Get the current scan progress for the host.
|
int |
getScanProgressTotal()
Get the total scan progress on the host.
|
int |
getScore()
Get the overall score for the host.
|
int |
getTotalChecksConsidered()
The total number of checks considered on the host.
|
public int getHostId()
public int getHostName()
public int getCritical()
public int getHigh()
public int getMedium()
public int getLow()
public int getInfo()
public int getTotalChecksConsidered()
public int getNumChecksConsidered()
public int getScanProgressTotal()
public int getScanProgressCurrent()
public int getScore()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.