Class WrapperSessionScanResultConfig
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionScanResultConfig implements Serializable
WrapperSessionScanResultConfig
Configuration for how scan results are returned and stored during a scanning session.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumWrapperSessionScanResultConfig.WrapperSessionScanResultCleanStrategyConfigWrapperSessionScanResultCleanStrategyConfig
Controls when previously generated result files are removed from storage.
-
Field Summary
Fields Modifier and Type Field Description public WrapperSessionScanResultCallbackConfigcallbackConfigpublic ExportedScanResultImageContainerimageContainerpublic ExportedScanResultImageParametersimageParameterspublic WrapperSessionScanResultConfig.WrapperSessionScanResultCleanStrategyConfigcleanStrategy
-
Constructor Summary
Constructors Constructor Description WrapperSessionScanResultConfig()
-
Method Summary
Modifier and Type Method Description WrapperSessionScanResultCallbackConfiggetCallbackConfig()WrapperSessionScanResultCallbackConfig Deprecated. voidsetCallbackConfig(WrapperSessionScanResultCallbackConfig callbackConfig)WrapperSessionScanResultCallbackConfig Deprecated. ExportedScanResultImageContainergetImageContainer()ExportedScanResultImageContainer Specifies how and where scan result images are delivered. voidsetImageContainer(ExportedScanResultImageContainer imageContainer)ExportedScanResultImageContainer Specifies how and where scan result images are delivered. ExportedScanResultImageParametersgetImageParameters()ExportedScanResultImageParameters Output format and quality settings applied to all images exported with this scan result. voidsetImageParameters(ExportedScanResultImageParameters imageParameters)ExportedScanResultImageParameters Output format and quality settings applied to all images exported with this scan result. WrapperSessionScanResultConfig.WrapperSessionScanResultCleanStrategyConfiggetCleanStrategy()WrapperSessionScanResultCleanStrategyConfig Controls when previously generated result files are removed from storage. voidsetCleanStrategy(WrapperSessionScanResultConfig.WrapperSessionScanResultCleanStrategyConfig cleanStrategy)WrapperSessionScanResultCleanStrategyConfig Controls when previously generated result files are removed from storage. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getCallbackConfig
WrapperSessionScanResultCallbackConfig getCallbackConfig()
WrapperSessionScanResultCallbackConfig
Deprecated. Used only by the legacy plugin. Configuration for callback method names invoked during scanning events.
-
setCallbackConfig
void setCallbackConfig(WrapperSessionScanResultCallbackConfig callbackConfig)
WrapperSessionScanResultCallbackConfig
Deprecated. Used only by the legacy plugin. Configuration for callback method names invoked during scanning events.
-
getImageContainer
ExportedScanResultImageContainer getImageContainer()
ExportedScanResultImageContainer
Specifies how and where scan result images are delivered. Use saved to store images to disk, or encoded to receive them as base64 strings in the result.
-
setImageContainer
void setImageContainer(ExportedScanResultImageContainer imageContainer)
ExportedScanResultImageContainer
Specifies how and where scan result images are delivered. Use saved to store images to disk, or encoded to receive them as base64 strings in the result.
-
getImageParameters
ExportedScanResultImageParameters getImageParameters()
ExportedScanResultImageParameters
Output format and quality settings applied to all images exported with this scan result.
-
setImageParameters
void setImageParameters(ExportedScanResultImageParameters imageParameters)
ExportedScanResultImageParameters
Output format and quality settings applied to all images exported with this scan result.
-
getCleanStrategy
WrapperSessionScanResultConfig.WrapperSessionScanResultCleanStrategyConfig getCleanStrategy()
WrapperSessionScanResultCleanStrategyConfig
Controls when previously generated result files are removed from storage.
-
setCleanStrategy
void setCleanStrategy(WrapperSessionScanResultConfig.WrapperSessionScanResultCleanStrategyConfig cleanStrategy)
WrapperSessionScanResultCleanStrategyConfig
Controls when previously generated result files are removed from storage.
-
hashCode
int hashCode()
-
-
-
-