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 ExportedScanResultImagesimages
-
Constructor Summary
Constructors Constructor Description ExportedScanResultImageContainerEncoded()
-
Method Summary
Modifier and Type Method Description ExportedScanResultImagesgetImages()Exported ScanResult Images Configuration for Exported ScanResult Images (Required) voidsetImages(ExportedScanResultImages images)Exported ScanResult Images Configuration for Exported ScanResult Images (Required) StringtoString()inthashCode()booleanequals(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()
-
-
-
-