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 WrapperSessionSdkInitializationRequest
sdkInitializationRequest
public WrapperSessionSdkInitializationResponse
sdkInitializationResponse
public WrapperSessionScanStartRequest
scanStartRequest
public WrapperSessionScanStopRequest
scanStopRequest
public WrapperSessionScanResultsResponse
scanResultsResponse
public WrapperSessionScanResponse
scanResponse
public WrapperSessionScanViewConfigOptions
scanViewConfigOptions
public WrapperSessionUCRReportRequest
ucrReportRequest
public WrapperSessionUCRReportResponse
ucrReportResponse
public WrapperSessionExportCachedEventsResponse
exportCachedEventsResponse
-
Constructor Summary
Constructors Constructor Description WrapperSessionParameters()
-
Method Summary
Modifier and Type Method Description WrapperSessionSdkInitializationRequest
getSdkInitializationRequest()
WrapperSessionSdkInitializationRequest General information to be used for SDK initialization. void
setSdkInitializationRequest(WrapperSessionSdkInitializationRequest sdkInitializationRequest)
WrapperSessionSdkInitializationRequest General information to be used for SDK initialization. WrapperSessionSdkInitializationResponse
getSdkInitializationResponse()
WrapperSessionSdkInitializationResponse Response containing SDK initialization result. void
setSdkInitializationResponse(WrapperSessionSdkInitializationResponse sdkInitializationResponse)
WrapperSessionSdkInitializationResponse Response containing SDK initialization result. WrapperSessionScanStartRequest
getScanStartRequest()
WrapperSessionScanStartRequest Request to start a scanning session. void
setScanStartRequest(WrapperSessionScanStartRequest scanStartRequest)
WrapperSessionScanStartRequest Request to start a scanning session. WrapperSessionScanStopRequest
getScanStopRequest()
WrapperSessionScanStopRequest Request to stop the current scanning session with optional message explaining the reason for termination. void
setScanStopRequest(WrapperSessionScanStopRequest scanStopRequest)
WrapperSessionScanStopRequest Request to stop the current scanning session with optional message explaining the reason for termination. WrapperSessionScanResultsResponse
getScanResultsResponse()
WrapperSessionScanResultsResponse Information about the results collected during the scanning process. void
setScanResultsResponse(WrapperSessionScanResultsResponse scanResultsResponse)
WrapperSessionScanResultsResponse Information about the results collected during the scanning process. WrapperSessionScanResponse
getScanResponse()
WrapperSessionScanResponse Response indicating scan session completion status. void
setScanResponse(WrapperSessionScanResponse scanResponse)
WrapperSessionScanResponse Response indicating scan session completion status. WrapperSessionScanViewConfigOptions
getScanViewConfigOptions()
WrapperSessionScanViewConfigOptions Information to be used for scanning session. void
setScanViewConfigOptions(WrapperSessionScanViewConfigOptions scanViewConfigOptions)
WrapperSessionScanViewConfigOptions Information to be used for scanning session. WrapperSessionUCRReportRequest
getUcrReportRequest()
WrapperSessionUCRReportRequest Information to be used to report UCR. void
setUcrReportRequest(WrapperSessionUCRReportRequest ucrReportRequest)
WrapperSessionUCRReportRequest Information to be used to report UCR. WrapperSessionUCRReportResponse
getUcrReportResponse()
WrapperSessionUCRReportResponse Response from UCR (User Corrected Result) reporting. void
setUcrReportResponse(WrapperSessionUCRReportResponse ucrReportResponse)
WrapperSessionUCRReportResponse Response from UCR (User Corrected Result) reporting. WrapperSessionExportCachedEventsResponse
getExportCachedEventsResponse()
WrapperSessionExportCachedEventsResponse Response from cached events export operation. void
setExportCachedEventsResponse(WrapperSessionExportCachedEventsResponse exportCachedEventsResponse)
WrapperSessionExportCachedEventsResponse Response from cached events export operation. String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-