Class WrapperSessionScanResponse
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionScanResponse implements Serializable
WrapperSessionScanResponse
Response indicating scan session completion status. Includes exactly one info object (failInfo, abortInfo, or succeedInfo) corresponding to the status field value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumWrapperSessionScanResponse.WrapperSessionScanResponseStatusWrapperSessionScanResponseStatus
Final status of a scan session.
-
Field Summary
Fields Modifier and Type Field Description public WrapperSessionScanResultConfigscanResultConfigpublic WrapperSessionScanResponse.WrapperSessionScanResponseStatusstatuspublic WrapperSessionScanResponseFailfailInfopublic WrapperSessionScanResponseAbortabortInfopublic WrapperSessionScanResponseSucceedsucceedInfo
-
Constructor Summary
Constructors Constructor Description WrapperSessionScanResponse()
-
Method Summary
Modifier and Type Method Description WrapperSessionScanResultConfiggetScanResultConfig()WrapperSessionScanResultConfig Configuration for how scan results are returned and stored during a scanning session. voidsetScanResultConfig(WrapperSessionScanResultConfig scanResultConfig)WrapperSessionScanResultConfig Configuration for how scan results are returned and stored during a scanning session. WrapperSessionScanResponse.WrapperSessionScanResponseStatusgetStatus()WrapperSessionScanResponseStatus Final status of a scan session. voidsetStatus(WrapperSessionScanResponse.WrapperSessionScanResponseStatus status)WrapperSessionScanResponseStatus Final status of a scan session. WrapperSessionScanResponseFailgetFailInfo()WrapperSessionScanResponseFail Details about a failed scan session. voidsetFailInfo(WrapperSessionScanResponseFail failInfo)WrapperSessionScanResponseFail Details about a failed scan session. WrapperSessionScanResponseAbortgetAbortInfo()WrapperSessionScanResponseAbort Details about an aborted scan session. voidsetAbortInfo(WrapperSessionScanResponseAbort abortInfo)WrapperSessionScanResponseAbort Details about an aborted scan session. WrapperSessionScanResponseSucceedgetSucceedInfo()WrapperSessionScanResponseSucceed Details about a successfully completed scan session. voidsetSucceedInfo(WrapperSessionScanResponseSucceed succeedInfo)WrapperSessionScanResponseSucceed Details about a successfully completed scan session. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getScanResultConfig
WrapperSessionScanResultConfig getScanResultConfig()
WrapperSessionScanResultConfig
Configuration for how scan results are returned and stored during a scanning session.
-
setScanResultConfig
void setScanResultConfig(WrapperSessionScanResultConfig scanResultConfig)
WrapperSessionScanResultConfig
Configuration for how scan results are returned and stored during a scanning session.
-
getStatus
WrapperSessionScanResponse.WrapperSessionScanResponseStatus getStatus()
WrapperSessionScanResponseStatus
Final status of a scan session.
-
setStatus
void setStatus(WrapperSessionScanResponse.WrapperSessionScanResponseStatus status)
WrapperSessionScanResponseStatus
Final status of a scan session.
-
getFailInfo
WrapperSessionScanResponseFail getFailInfo()
WrapperSessionScanResponseFail
Details about a failed scan session.
-
setFailInfo
void setFailInfo(WrapperSessionScanResponseFail failInfo)
WrapperSessionScanResponseFail
Details about a failed scan session.
-
getAbortInfo
WrapperSessionScanResponseAbort getAbortInfo()
WrapperSessionScanResponseAbort
Details about an aborted scan session.
-
setAbortInfo
void setAbortInfo(WrapperSessionScanResponseAbort abortInfo)
WrapperSessionScanResponseAbort
Details about an aborted scan session.
-
getSucceedInfo
WrapperSessionScanResponseSucceed getSucceedInfo()
WrapperSessionScanResponseSucceed
Details about a successfully completed scan session.
-
setSucceedInfo
void setSucceedInfo(WrapperSessionScanResponseSucceed succeedInfo)
WrapperSessionScanResponseSucceed
Details about a successfully completed scan session.
-
hashCode
int hashCode()
-
-
-
-