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