Package io.anyline.plugin.config
Class ScanViewInitializationParameters
-
- All Implemented Interfaces:
public class ScanViewInitializationParametersScanView Initialization Parameters
Schema for ScanView JSON initialization parameters
-
-
Field Summary
Fields Modifier and Type Field Description public StringcorrelationId
-
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. 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.
-
hashCode
int hashCode()
-
-
-
-