public class NessusScanInfoResponse extends Object implements Serializable
Constructor and Description |
---|
NessusScanInfoResponse(String uuid,
boolean editAllowed,
String status,
String policy,
boolean pciCanUpload,
boolean hasAuditTrail,
Instant scanStart,
int folderId,
String targets,
Instant timestamp,
int objectId,
String scannerName,
boolean haskb,
int hostCount,
Instant scanEnd,
String name,
int userPermissions,
boolean control) |
Modifier and Type | Method and Description |
---|---|
int |
getFolderId()
Get the folder ID.
|
int |
getHostCount()
Get the host count.
|
String |
getName()
Get the scan name.
|
int |
getObjectId()
Get the scan object ID.
|
String |
getPolicy()
Get the scan policy.
|
Instant |
getScanEnd()
Get the scan end.
|
String |
getScannerName()
Get the scanner name.
|
Instant |
getScanStart()
Get the scan start.
|
String |
getStatus()
Get the scan status.
|
String |
getTargets()
Get the scan targets.
|
Instant |
getTimestamp()
Get the scan timestamp.
|
int |
getUserPermissions()
Get the user permissions.
|
String |
getUuid()
Get the scan uuid.
|
boolean |
isControl()
Get whether is control.
|
boolean |
isEditAllowed()
Get whether the scan is editable.
|
boolean |
isHasAuditTrail()
Whether the scan has an audit trail.
|
boolean |
isHaskb()
Whether scan is Haskb.
|
boolean |
isPciCanUpload()
Get whether PCI can upload.
|
void |
setName(String name)
Set the scan name.
|
public NessusScanInfoResponse(String uuid, boolean editAllowed, String status, String policy, boolean pciCanUpload, boolean hasAuditTrail, Instant scanStart, int folderId, String targets, Instant timestamp, int objectId, String scannerName, boolean haskb, int hostCount, Instant scanEnd, String name, int userPermissions, boolean control)
public boolean isEditAllowed()
public boolean isPciCanUpload()
public boolean isHasAuditTrail()
public int getFolderId()
public Instant getTimestamp()
public int getObjectId()
public boolean isHaskb()
public int getHostCount()
public int getUserPermissions()
public boolean isControl()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.