Package io.anyline.plugin.result
Class ExportedScanResultImageContainerEncoded
-
- All Implemented Interfaces:
-
java.io.Serializable
public class ExportedScanResultImageContainerEncoded implements Serializable
ExportedScanResultImageContainerEncoded
Sets the json as container of exported images.
-
-
Field Summary
Fields Modifier and Type Field Description public ExportedScanResultImages
images
-
Constructor Summary
Constructors Constructor Description ExportedScanResultImageContainerEncoded()
-
Method Summary
Modifier and Type Method Description ExportedScanResultImages
getImages()
ExportedScanResultImages Configuration for Exported ScanResult Images (Required) void
setImages(ExportedScanResultImages images)
ExportedScanResultImages Configuration for Exported ScanResult Images (Required) String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-