public class NessusScanResponse extends Object implements Serializable
Constructor and Description |
---|
NessusScanResponse(int id,
String uuid,
String name,
String owner,
boolean enabled,
int folderId,
boolean read,
String status,
boolean shared,
int userPermissions,
Instant creationDate,
int lastModificationDate,
boolean control,
String startTime,
String timezone,
String rrules,
boolean useDashboard) |
Modifier and Type | Method and Description |
---|---|
Instant |
getCreationDate()
Get the scan creation date.
|
int |
getFolderId()
Get the folder ID.
|
int |
getId()
Get the scans ID.
|
int |
getLastModificationDate()
Get the last modification date.
|
String |
getName()
Get the name of the scan.
|
String |
getOwner()
Get the scan owner.
|
String |
getRrules()
Get the schedule rules for the scan.
|
String |
getStartTime()
Get the start time of the scan.
|
String |
getStatus()
Get the status of a scan.
|
String |
getTimezone()
Get the timezone of the scan.
|
int |
getUserPermissions()
Get the user permissions for the scan.
|
String |
getUuid()
Get the scans UUID.
|
boolean |
isControl()
Get the control.
|
boolean |
isEnabled()
Get whether the scan is enabled.
|
boolean |
isRead()
Get whether scan has been read.
|
boolean |
isShared()
Get whether the scan is shared.
|
boolean |
isUseDashboard()
Whether to use the dashboard.
|
public NessusScanResponse(int id, String uuid, String name, String owner, boolean enabled, int folderId, boolean read, String status, boolean shared, int userPermissions, Instant creationDate, int lastModificationDate, boolean control, String startTime, String timezone, String rrules, boolean useDashboard)
public int getId()
public boolean isEnabled()
public int getFolderId()
public boolean isRead()
public boolean isShared()
public int getUserPermissions()
public Instant getCreationDate()
Instant
creation datepublic int getLastModificationDate()
public boolean isControl()
public String getStartTime()
String
start timepublic String getRrules()
String
schedule for scanpublic boolean isUseDashboard()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.