Package io.anyline.plugin.config
Class ScanViewInitializationParameters
-
- All Implemented Interfaces:
-
java.io.Serializable
public class ScanViewInitializationParameters implements Serializable
ScanView Initialization Parameters
Schema for ScanView JSON initialization parameters
-
-
Field Summary
Fields Modifier and Type Field Description public StringcorrelationIdpublic Demodemo
-
Constructor Summary
Constructors Constructor Description ScanViewInitializationParameters()
-
Method Summary
Modifier and Type Method Description StringgetCorrelationId()An optional uuid (v4) to correlate scans and data points within a workflow. voidsetCorrelationId(String correlationId)An optional uuid (v4) to correlate scans and data points within a workflow. DemogetDemo()Data contained within the QR code that's required to unlock scanning with the Showcase Apps. voidsetDemo(Demo demo)Data contained within the QR code that's required to unlock scanning with the Showcase Apps. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getCorrelationId
String getCorrelationId()
An optional uuid (v4) to correlate scans and data points within a workflow.
-
setCorrelationId
void setCorrelationId(String correlationId)
An optional uuid (v4) to correlate scans and data points within a workflow.
-
getDemo
Demo getDemo()
Data contained within the QR code that's required to unlock scanning with the Showcase Apps.
-
setDemo
void setDemo(Demo demo)
Data contained within the QR code that's required to unlock scanning with the Showcase Apps.
-
hashCode
int hashCode()
-
-
-
-