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 String
scanViewConfigContentString
public WrapperSessionScanResultConfig
scanResultConfig
public ScanViewInitializationParameters
scanViewInitializationParameters
public String
scanViewConfigPath
-
Constructor Summary
Constructors Constructor Description WrapperSessionScanStartRequest()
-
Method Summary
Modifier and Type Method Description String
getScanViewConfigContentString()
The ScanViewConfig to be used for the scanner. void
setScanViewConfigContentString(String scanViewConfigContentString)
The ScanViewConfig to be used for the scanner. WrapperSessionScanResultConfig
getScanResultConfig()
WrapperSessionScanResultConfig Information to be used for returning and storing information during scanning session. void
setScanResultConfig(WrapperSessionScanResultConfig scanResultConfig)
WrapperSessionScanResultConfig Information to be used for returning and storing information during scanning session. ScanViewInitializationParameters
getScanViewInitializationParameters()
ScanViewInitializationParameters Schema for ScanView JSON initialization parameters void
setScanViewInitializationParameters(ScanViewInitializationParameters scanViewInitializationParameters)
ScanViewInitializationParameters Schema for ScanView JSON initialization parameters String
getScanViewConfigPath()
The path (relative from assets folder) to load ScanViewConfig json files while using a SegmentControl. void
setScanViewConfigPath(String scanViewConfigPath)
The path (relative from assets folder) to load ScanViewConfig json files while using a SegmentControl. String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-