IndexResponse |
The index response represents Nessus API responses at the root of the API
|
NessusResponse.MultiChildTemplate<POJO extends NessusResponse.MultiChildTemplate<POJO,R>,R extends NessusResponse> |
Represents a nested entity with a Many-to-one relationship with the response
|
NessusResponse.SingleChildTemplate<POJO extends NessusResponse.SingleChildTemplate<POJO,R>,R extends NessusResponse> |
Represents a nested entity with a one-to-one relationship with the response
|
NessusResponseGenerateTimestamp<RES extends NessusResponseGenerateTimestamp<RES>> |
Abstract implementation of the NessusResponse interface, which generates a timestamp at the time
of instantiation, because the Nessus API does not provide a timestamp.
|
NessusResponseWithTimestamp<RES extends NessusResponseWithTimestamp<RES>> |
Abstract implementation of the NessusResponse interface, which uses the timestamp
provided by the Nessus API
|
ScanHostResponse |
Represents a response from the Nessus API at the url path /scans/<scan-id>/hosts/<host-id>,
with details about a specific host that was scanned
|
ScanResponse |
Represents a response from the Nessus API at the url path /scans/<scan-id>
with details about a specific scan
|
ScanResponse.MultiChild<POJO extends ScanResponse.MultiChild<POJO>> |
The type Multi child.
|
ScanResponse.MultiChildLookup<POJO extends ScanResponse.MultiChildLookup<POJO>> |
The type Multi child lookup.
|
ScanResponse.SingleChild<POJO extends ScanResponse.SingleChild<POJO>> |
The type Single child.
|
ScanResponse.SingleChildLookup<POJO extends ScanResponse.SingleChildLookup<POJO>> |
The type Single child lookup.
|