Package io.anyline.plugin.result
Class ExportedScanResultImageContainerSaved
-
- All Implemented Interfaces:
-
java.io.Serializable
public class ExportedScanResultImageContainerSaved implements Serializable
ExportedScanResultImageContainerSaved
Sets the storage as container of exported images.
-
-
Field Summary
Fields Modifier and Type Field Description public Stringpathpublic ExportedScanResultImagesimages
-
Constructor Summary
Constructors Constructor Description ExportedScanResultImageContainerSaved()
-
Method Summary
Modifier and Type Method Description StringgetPath()Sets the path the images are saved into. voidsetPath(String path)Sets the path the images are saved into. ExportedScanResultImagesgetImages()ExportedScanResultImages Configuration for Exported ScanResult Images (Required) voidsetImages(ExportedScanResultImages images)ExportedScanResultImages Configuration for Exported ScanResult Images (Required) StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getImages
ExportedScanResultImages getImages()
ExportedScanResultImages
Configuration for Exported ScanResult Images (Required)
-
setImages
void setImages(ExportedScanResultImages images)
ExportedScanResultImages
Configuration for Exported ScanResult Images (Required)
-
hashCode
int hashCode()
-
-
-
-