Package ai.nightfall.scan.model
Class ScanFileResponse
java.lang.Object
ai.nightfall.scan.model.ScanFileResponse
The object returned by the Nightfall API when an (asynchronous) file scan request was successfully triggered.
-
Constructor Summary
ConstructorsConstructorDescriptionScanFileResponse(UUID id, String message) Construct a new ScanFileResponse object. -
Method Summary
-
Constructor Details
-
ScanFileResponse
public ScanFileResponse() -
ScanFileResponse
Construct a new ScanFileResponse object.- Parameters:
id- the ID of the file to-be-scannedmessage- the status message
-
-
Method Details