Class WrapperSessionParameters
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionParameters implements Serializable
WrapperSessionParameters
Schema for Wrapper Session Parameters
-
-
Field Summary
Fields Modifier and Type Field Description public WrapperSessionSdkInitializationRequestsdkInitializationRequestpublic WrapperSessionSdkInitializationResponsesdkInitializationResponsepublic WrapperSessionScanStartRequestscanStartRequestpublic WrapperSessionScanStopRequestscanStopRequestpublic WrapperSessionScanResultsResponsescanResultsResponsepublic WrapperSessionScanResponsescanResponsepublic WrapperSessionScanViewConfigOptionsscanViewConfigOptionspublic WrapperSessionUCRReportRequestucrReportRequestpublic WrapperSessionUCRReportResponseucrReportResponsepublic WrapperSessionExportCachedEventsResponseexportCachedEventsResponse
-
Constructor Summary
Constructors Constructor Description WrapperSessionParameters()
-
Method Summary
Modifier and Type Method Description WrapperSessionSdkInitializationRequestgetSdkInitializationRequest()WrapperSessionSdkInitializationRequest General information to be used for SDK initialization. voidsetSdkInitializationRequest(WrapperSessionSdkInitializationRequest sdkInitializationRequest)WrapperSessionSdkInitializationRequest General information to be used for SDK initialization. WrapperSessionSdkInitializationResponsegetSdkInitializationResponse()WrapperSessionSdkInitializationResponse Response containing SDK initialization result. voidsetSdkInitializationResponse(WrapperSessionSdkInitializationResponse sdkInitializationResponse)WrapperSessionSdkInitializationResponse Response containing SDK initialization result. WrapperSessionScanStartRequestgetScanStartRequest()WrapperSessionScanStartRequest Request to start a scanning session. voidsetScanStartRequest(WrapperSessionScanStartRequest scanStartRequest)WrapperSessionScanStartRequest Request to start a scanning session. WrapperSessionScanStopRequestgetScanStopRequest()WrapperSessionScanStopRequest Request to stop the current scanning session with optional message explaining the reason for termination. voidsetScanStopRequest(WrapperSessionScanStopRequest scanStopRequest)WrapperSessionScanStopRequest Request to stop the current scanning session with optional message explaining the reason for termination. WrapperSessionScanResultsResponsegetScanResultsResponse()WrapperSessionScanResultsResponse Information about the results collected during the scanning process. voidsetScanResultsResponse(WrapperSessionScanResultsResponse scanResultsResponse)WrapperSessionScanResultsResponse Information about the results collected during the scanning process. WrapperSessionScanResponsegetScanResponse()WrapperSessionScanResponse Response indicating scan session completion status. voidsetScanResponse(WrapperSessionScanResponse scanResponse)WrapperSessionScanResponse Response indicating scan session completion status. WrapperSessionScanViewConfigOptionsgetScanViewConfigOptions()WrapperSessionScanViewConfigOptions Information to be used for scanning session. voidsetScanViewConfigOptions(WrapperSessionScanViewConfigOptions scanViewConfigOptions)WrapperSessionScanViewConfigOptions Information to be used for scanning session. WrapperSessionUCRReportRequestgetUcrReportRequest()WrapperSessionUCRReportRequest Information to be used to report UCR. voidsetUcrReportRequest(WrapperSessionUCRReportRequest ucrReportRequest)WrapperSessionUCRReportRequest Information to be used to report UCR. WrapperSessionUCRReportResponsegetUcrReportResponse()WrapperSessionUCRReportResponse Response from UCR (User Corrected Result) reporting. voidsetUcrReportResponse(WrapperSessionUCRReportResponse ucrReportResponse)WrapperSessionUCRReportResponse Response from UCR (User Corrected Result) reporting. WrapperSessionExportCachedEventsResponsegetExportCachedEventsResponse()WrapperSessionExportCachedEventsResponse Response from cached events export operation. voidsetExportCachedEventsResponse(WrapperSessionExportCachedEventsResponse exportCachedEventsResponse)WrapperSessionExportCachedEventsResponse Response from cached events export operation. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getSdkInitializationRequest
WrapperSessionSdkInitializationRequest getSdkInitializationRequest()
WrapperSessionSdkInitializationRequest
General information to be used for SDK initialization.
-
setSdkInitializationRequest
void setSdkInitializationRequest(WrapperSessionSdkInitializationRequest sdkInitializationRequest)
WrapperSessionSdkInitializationRequest
General information to be used for SDK initialization.
-
getSdkInitializationResponse
WrapperSessionSdkInitializationResponse getSdkInitializationResponse()
WrapperSessionSdkInitializationResponse
Response containing SDK initialization result. Must include either failInfo (if initialization failed) or succeedInfo (if successful). The 'initialized' boolean indicates the overall status.
-
setSdkInitializationResponse
void setSdkInitializationResponse(WrapperSessionSdkInitializationResponse sdkInitializationResponse)
WrapperSessionSdkInitializationResponse
Response containing SDK initialization result. Must include either failInfo (if initialization failed) or succeedInfo (if successful). The 'initialized' boolean indicates the overall status.
-
getScanStartRequest
WrapperSessionScanStartRequest getScanStartRequest()
WrapperSessionScanStartRequest
Request to start a scanning session. Requires both scanViewConfigContentString (defining what to scan) and scanResultConfig (defining how to handle results). Optional scanViewInitializationParameters for workflow correlation.
-
setScanStartRequest
void setScanStartRequest(WrapperSessionScanStartRequest scanStartRequest)
WrapperSessionScanStartRequest
Request to start a scanning session. Requires both scanViewConfigContentString (defining what to scan) and scanResultConfig (defining how to handle results). Optional scanViewInitializationParameters for workflow correlation.
-
getScanStopRequest
WrapperSessionScanStopRequest getScanStopRequest()
WrapperSessionScanStopRequest
Request to stop the current scanning session with optional message explaining the reason for termination.
-
setScanStopRequest
void setScanStopRequest(WrapperSessionScanStopRequest scanStopRequest)
WrapperSessionScanStopRequest
Request to stop the current scanning session with optional message explaining the reason for termination.
-
getScanResultsResponse
WrapperSessionScanResultsResponse getScanResultsResponse()
WrapperSessionScanResultsResponse
Information about the results collected during the scanning process.
-
setScanResultsResponse
void setScanResultsResponse(WrapperSessionScanResultsResponse scanResultsResponse)
WrapperSessionScanResultsResponse
Information about the results collected during the scanning process.
-
getScanResponse
WrapperSessionScanResponse getScanResponse()
WrapperSessionScanResponse
Response indicating scan session completion status. Includes exactly one info object (failInfo, abortInfo, or succeedInfo) corresponding to the status field value.
-
setScanResponse
void setScanResponse(WrapperSessionScanResponse scanResponse)
WrapperSessionScanResponse
Response indicating scan session completion status. Includes exactly one info object (failInfo, abortInfo, or succeedInfo) corresponding to the status field value.
-
getScanViewConfigOptions
WrapperSessionScanViewConfigOptions getScanViewConfigOptions()
WrapperSessionScanViewConfigOptions
Information to be used for scanning session.
-
setScanViewConfigOptions
void setScanViewConfigOptions(WrapperSessionScanViewConfigOptions scanViewConfigOptions)
WrapperSessionScanViewConfigOptions
Information to be used for scanning session.
-
getUcrReportRequest
WrapperSessionUCRReportRequest getUcrReportRequest()
WrapperSessionUCRReportRequest
Information to be used to report UCR.
-
setUcrReportRequest
void setUcrReportRequest(WrapperSessionUCRReportRequest ucrReportRequest)
WrapperSessionUCRReportRequest
Information to be used to report UCR.
-
getUcrReportResponse
WrapperSessionUCRReportResponse getUcrReportResponse()
WrapperSessionUCRReportResponse
Response from UCR (User Corrected Result) reporting. Must include either failInfo (if reporting failed) or succeedInfo (if successful), corresponding to the status field.
-
setUcrReportResponse
void setUcrReportResponse(WrapperSessionUCRReportResponse ucrReportResponse)
WrapperSessionUCRReportResponse
Response from UCR (User Corrected Result) reporting. Must include either failInfo (if reporting failed) or succeedInfo (if successful), corresponding to the status field.
-
getExportCachedEventsResponse
WrapperSessionExportCachedEventsResponse getExportCachedEventsResponse()
WrapperSessionExportCachedEventsResponse
Response from cached events export operation. Includes either failInfo (if export failed) or succeedInfo (if successful), corresponding to the status field.
-
setExportCachedEventsResponse
void setExportCachedEventsResponse(WrapperSessionExportCachedEventsResponse exportCachedEventsResponse)
WrapperSessionExportCachedEventsResponse
Response from cached events export operation. Includes either failInfo (if export failed) or succeedInfo (if successful), corresponding to the status field.
-
hashCode
int hashCode()
-
-
-
-