Class ScanPrioritization

java.lang.Object
tenapull.data.deserialize.NestedJsonArray<ScanResponse,​ScanPlugin>
tenapull.data.entity.scan.ScanPrioritization

public class ScanPrioritization
extends NestedJsonArray<ScanResponse,​ScanPlugin>
Represents a prioritization object returned by the Nessus API in /scans/<scan-id>, which contains the list of plugins. This is just a wrapper for the purposes of serialization / deserialization, and is not an actual DB/ORM entity. It is linked to a parent ScanResponse which persists the fields contained in this wrapper