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 String
path
public ExportedScanResultImages
images
-
Constructor Summary
Constructors Constructor Description ExportedScanResultImageContainerSaved()
-
Method Summary
Modifier and Type Method Description String
getPath()
Sets the path the images are saved into. void
setPath(String path)
Sets the path the images are saved into. ExportedScanResultImages
getImages()
Exported ScanResult Images Configuration for Exported ScanResult Images (Required) void
setImages(ExportedScanResultImages images)
Exported ScanResult Images Configuration for Exported ScanResult Images (Required) String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getImages
ExportedScanResultImages getImages()
Exported ScanResult Images
Configuration for Exported ScanResult Images (Required)
-
setImages
void setImages(ExportedScanResultImages images)
Exported ScanResult Images
Configuration for Exported ScanResult Images (Required)
-
hashCode
int hashCode()
-
-
-
-