Package tenapull.data.entity.response
Interface NessusResponse.ResponseChild<POJO extends NessusResponse.ResponseChild<POJO,R>,R extends NessusResponse>
- Type Parameters:
POJO- the type parameterR- 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 Summary
Modifier and Type Method Description RgetResponse()Gets parent response.voidsetResponse(R response)Sets parent response.Methods inherited from interface tenapull.data.entity.template.DbPojo
_prepare, getId, setId, toJsonNode, toJsonString
-
Method Details
-
getResponse
R getResponse()Gets parent response.- Returns:
- the response
-
setResponse
Sets parent response.- Parameters:
response- the response
-