Class WrapperSessionScanResultConfig
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionScanResultConfig implements Serializable
WrapperSessionScanResultConfig
Information to be used for returning and storing information during scanning session.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumWrapperSessionScanResultConfig.WrapperSessionScanResultCleanStrategyConfigWrapperSessionScanResultCleanStrategyConfig
Whether and how the files generated by ScanResults should be removed.
-
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 Configuration for callback method names that will be invoked during scanning events. voidsetCallbackConfig(WrapperSessionScanResultCallbackConfig callbackConfig)WrapperSessionScanResultCallbackConfig Configuration for callback method names that will be invoked during scanning events. ExportedScanResultImageContainergetImageContainer()ExportedScanResultImageContainer Sets the container of exported images. voidsetImageContainer(ExportedScanResultImageContainer imageContainer)ExportedScanResultImageContainer Sets the container of exported images. ExportedScanResultImageParametersgetImageParameters()ExportedScanResultImageParameters Configuration for Exported ScanResult Image Parameters voidsetImageParameters(ExportedScanResultImageParameters imageParameters)ExportedScanResultImageParameters Configuration for Exported ScanResult Image Parameters WrapperSessionScanResultConfig.WrapperSessionScanResultCleanStrategyConfiggetCleanStrategy()WrapperSessionScanResultCleanStrategyConfig Whether and how the files generated by ScanResults should be removed. voidsetCleanStrategy(WrapperSessionScanResultConfig.WrapperSessionScanResultCleanStrategyConfig cleanStrategy)WrapperSessionScanResultCleanStrategyConfig Whether and how the files generated by ScanResults should be removed. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getCallbackConfig
WrapperSessionScanResultCallbackConfig getCallbackConfig()
WrapperSessionScanResultCallbackConfig
Configuration for callback method names that will be invoked during scanning events.
-
setCallbackConfig
void setCallbackConfig(WrapperSessionScanResultCallbackConfig callbackConfig)
WrapperSessionScanResultCallbackConfig
Configuration for callback method names that will be invoked during scanning events.
-
getImageContainer
ExportedScanResultImageContainer getImageContainer()
ExportedScanResultImageContainer
Sets the container of exported images.
-
setImageContainer
void setImageContainer(ExportedScanResultImageContainer imageContainer)
ExportedScanResultImageContainer
Sets the container of exported images.
-
getImageParameters
ExportedScanResultImageParameters getImageParameters()
ExportedScanResultImageParameters
Configuration for Exported ScanResult Image Parameters
-
setImageParameters
void setImageParameters(ExportedScanResultImageParameters imageParameters)
ExportedScanResultImageParameters
Configuration for Exported ScanResult Image Parameters
-
getCleanStrategy
WrapperSessionScanResultConfig.WrapperSessionScanResultCleanStrategyConfig getCleanStrategy()
WrapperSessionScanResultCleanStrategyConfig
Whether and how the files generated by ScanResults should be removed.
-
setCleanStrategy
void setCleanStrategy(WrapperSessionScanResultConfig.WrapperSessionScanResultCleanStrategyConfig cleanStrategy)
WrapperSessionScanResultCleanStrategyConfig
Whether and how the files generated by ScanResults should be removed.
-
hashCode
int hashCode()
-
-
-
-