Interface NessusResponse.ResponseChild<POJO extends NessusResponse.ResponseChild<POJO,​R>,​R extends NessusResponse>

Type Parameters:
POJO - the type parameter
R - the type parameter
All Superinterfaces:
DbPojo
All Known Subinterfaces:
ScanResponse.ScanResponseChild<POJO>
All Known Implementing Classes:
NessusResponse.MultiChildTemplate, NessusResponse.SingleChildTemplate, ScanHistory, ScanHost, ScanHostInfo, ScanInfo, ScanPlugin, ScanRemediation, ScanRemediationsSummary, ScanResponse.MultiChild, ScanResponse.MultiChildLookup, ScanResponse.SingleChild, ScanResponse.SingleChildLookup
Enclosing interface:
NessusResponse<RES extends NessusResponse<RES>>

public static interface NessusResponse.ResponseChild<POJO extends NessusResponse.ResponseChild<POJO,​R>,​R extends NessusResponse>
extends DbPojo
The interface Response child, which can be implemented by any nested child entities within the parent response
  • Method Details

    • getResponse

      R getResponse()
      Gets parent response.
      Returns:
      the response
    • setResponse

      void setResponse​(R response)
      Sets parent response.
      Parameters:
      response - the response