Package io.anyline2.plugin
Class ScanPluginConfig
-
- All Implemented Interfaces:
public class ScanPluginConfig
-
-
Field Summary
Fields Modifier and Type Field Description public PluginConfigpluginConfig
-
Constructor Summary
Constructors Constructor Description ScanPluginConfig(JSONObject jsonConfig)
-
Method Summary
Modifier and Type Method Description PluginConfiggetPluginConfig()intgetStartScanDelay()booleanshouldCancelOnResult()StringgetId()JSONObjecttoJsonObject()-
-
Constructor Detail
-
ScanPluginConfig
ScanPluginConfig(JSONObject jsonConfig)
-
-
Method Detail
-
getPluginConfig
PluginConfig getPluginConfig()
-
getStartScanDelay
int getStartScanDelay()
-
shouldCancelOnResult
boolean shouldCancelOnResult()
-
toJsonObject
JSONObject toJsonObject()
-
-
-
-