Class WrapperSessionScanStartRequest
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionScanStartRequest implements Serializable
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.
-
-
Field Summary
Fields Modifier and Type Field Description public StringscanViewConfigContentStringpublic WrapperSessionScanResultConfigscanResultConfigpublic ScanViewInitializationParametersscanViewInitializationParameterspublic StringscanViewConfigPath
-
Constructor Summary
Constructors Constructor Description WrapperSessionScanStartRequest()
-
Method Summary
Modifier and Type Method Description StringgetScanViewConfigContentString()The ScanViewConfig to be used for the scanner. voidsetScanViewConfigContentString(String scanViewConfigContentString)The ScanViewConfig to be used for the scanner. WrapperSessionScanResultConfiggetScanResultConfig()WrapperSessionScanResultConfig Information to be used for returning and storing information during scanning session. voidsetScanResultConfig(WrapperSessionScanResultConfig scanResultConfig)WrapperSessionScanResultConfig Information to be used for returning and storing information during scanning session. ScanViewInitializationParametersgetScanViewInitializationParameters()ScanViewInitializationParameters Schema for ScanView JSON initialization parameters voidsetScanViewInitializationParameters(ScanViewInitializationParameters scanViewInitializationParameters)ScanViewInitializationParameters Schema for ScanView JSON initialization parameters StringgetScanViewConfigPath()The path (relative from assets folder) to load ScanViewConfig json files while using a SegmentControl. voidsetScanViewConfigPath(String scanViewConfigPath)The path (relative from assets folder) to load ScanViewConfig json files while using a SegmentControl. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getScanViewConfigContentString
String getScanViewConfigContentString()
The ScanViewConfig to be used for the scanner. As defined in sdk_config.schema.json (Required)
-
setScanViewConfigContentString
void setScanViewConfigContentString(String scanViewConfigContentString)
The ScanViewConfig to be used for the scanner. As defined in sdk_config.schema.json (Required)
-
getScanResultConfig
WrapperSessionScanResultConfig getScanResultConfig()
WrapperSessionScanResultConfig
Information to be used for returning and storing information during scanning session. (Required)
-
setScanResultConfig
void setScanResultConfig(WrapperSessionScanResultConfig scanResultConfig)
WrapperSessionScanResultConfig
Information to be used for returning and storing information during scanning session. (Required)
-
getScanViewInitializationParameters
ScanViewInitializationParameters getScanViewInitializationParameters()
ScanViewInitializationParameters
Schema for ScanView JSON initialization parameters
-
setScanViewInitializationParameters
void setScanViewInitializationParameters(ScanViewInitializationParameters scanViewInitializationParameters)
ScanViewInitializationParameters
Schema for ScanView JSON initialization parameters
-
getScanViewConfigPath
String getScanViewConfigPath()
The path (relative from assets folder) to load ScanViewConfig json files while using a SegmentControl.
-
setScanViewConfigPath
void setScanViewConfigPath(String scanViewConfigPath)
The path (relative from assets folder) to load ScanViewConfig json files while using a SegmentControl.
-
hashCode
int hashCode()
-
-
-
-