Package io.anyline.plugin.result
Class ExportedScanResultImageContainerEncoded
-
- All Implemented Interfaces:
-
java.io.Serializable
public class ExportedScanResultImageContainerEncoded implements Serializable
ExportedScanResultImageContainerEncoded
Image container that encodes scan result images as base64 strings in the result JSON.
-
-
Field Summary
Fields Modifier and Type Field Description public ExportedScanResultImagesimages
-
Constructor Summary
Constructors Constructor Description ExportedScanResultImageContainerEncoded()
-
Method Summary
Modifier and Type Method Description ExportedScanResultImagesgetImages()ExportedScanResultImages References to the images captured during scanning. voidsetImages(ExportedScanResultImages images)ExportedScanResultImages References to the images captured during scanning. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getImages
ExportedScanResultImages getImages()
ExportedScanResultImages
References to the images captured during scanning. Each field is a file path (saved container) or base64 string (encoded container). Fields are only populated for image types the active plugin produces. (Required)
-
setImages
void setImages(ExportedScanResultImages images)
ExportedScanResultImages
References to the images captured during scanning. Each field is a file path (saved container) or base64 string (encoded container). Fields are only populated for image types the active plugin produces. (Required)
-
hashCode
int hashCode()
-
-
-
-