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 enum
WrapperSessionScanResultConfig.WrapperSessionScanResultCleanStrategyConfig
WrapperSessionScanResultCleanStrategyConfig
Whether and how the files generated by ScanResults should be removed.
-
Field Summary
Fields Modifier and Type Field Description public WrapperSessionScanResultCallbackConfig
callbackConfig
public ExportedScanResultImageContainer
imageContainer
public ExportedScanResultImageParameters
imageParameters
public WrapperSessionScanResultConfig.WrapperSessionScanResultCleanStrategyConfig
cleanStrategy
-
Constructor Summary
Constructors Constructor Description WrapperSessionScanResultConfig()
-
Method Summary
Modifier and Type Method Description WrapperSessionScanResultCallbackConfig
getCallbackConfig()
WrapperSessionScanResultCallbackConfig Configuration for callback method names that will be invoked during scanning events. void
setCallbackConfig(WrapperSessionScanResultCallbackConfig callbackConfig)
WrapperSessionScanResultCallbackConfig Configuration for callback method names that will be invoked during scanning events. ExportedScanResultImageContainer
getImageContainer()
ExportedScanResultImageContainer Sets the container of exported images. void
setImageContainer(ExportedScanResultImageContainer imageContainer)
ExportedScanResultImageContainer Sets the container of exported images. ExportedScanResultImageParameters
getImageParameters()
ExportedScanResultImageParameters Configuration for Exported ScanResult Image Parameters void
setImageParameters(ExportedScanResultImageParameters imageParameters)
ExportedScanResultImageParameters Configuration for Exported ScanResult Image Parameters WrapperSessionScanResultConfig.WrapperSessionScanResultCleanStrategyConfig
getCleanStrategy()
WrapperSessionScanResultCleanStrategyConfig Whether and how the files generated by ScanResults should be removed. void
setCleanStrategy(WrapperSessionScanResultConfig.WrapperSessionScanResultCleanStrategyConfig cleanStrategy)
WrapperSessionScanResultCleanStrategyConfig Whether and how the files generated by ScanResults should be removed. String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-