Package io.anyline.plugin.config
Class ScanViewInitializationParameters
-
- All Implemented Interfaces:
public class ScanViewInitializationParameters
ScanView Initialization Parameters
Schema for ScanView JSON initialization parameters
-
-
Field Summary
Fields Modifier and Type Field Description public String
correlationId
public Demo
demo
-
Constructor Summary
Constructors Constructor Description ScanViewInitializationParameters()
-
Method Summary
Modifier and Type Method Description String
getCorrelationId()
An optional uuid (v4) to correlate scans and data points within a workflow. void
setCorrelationId(String correlationId)
An optional uuid (v4) to correlate scans and data points within a workflow. Demo
getDemo()
Data contained within the QR code that's required to unlock scanning with the Showcase Apps. void
setDemo(Demo demo)
Data contained within the QR code that's required to unlock scanning with the Showcase Apps. String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-