Package io.anyline.plugin.result
Class ExportedScanResultImageContainer
-
- All Implemented Interfaces:
-
java.io.Serializable
public class ExportedScanResultImageContainer implements Serializable
ExportedScanResultImageContainer
Sets the container of exported images.
-
-
Field Summary
Fields Modifier and Type Field Description public ExportedScanResultImageContainerSavedsavedpublic ExportedScanResultImageContainerEncodedencoded
-
Constructor Summary
Constructors Constructor Description ExportedScanResultImageContainer()
-
Method Summary
Modifier and Type Method Description ExportedScanResultImageContainerSavedgetSaved()ExportedScanResultImageContainerSaved Sets the storage as container of exported images. voidsetSaved(ExportedScanResultImageContainerSaved saved)ExportedScanResultImageContainerSaved Sets the storage as container of exported images. ExportedScanResultImageContainerEncodedgetEncoded()ExportedScanResultImageContainerEncoded Sets the json as container of exported images. voidsetEncoded(ExportedScanResultImageContainerEncoded encoded)ExportedScanResultImageContainerEncoded Sets the json as container of exported images. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getSaved
ExportedScanResultImageContainerSaved getSaved()
ExportedScanResultImageContainerSaved
Sets the storage as container of exported images.
-
setSaved
void setSaved(ExportedScanResultImageContainerSaved saved)
ExportedScanResultImageContainerSaved
Sets the storage as container of exported images.
-
getEncoded
ExportedScanResultImageContainerEncoded getEncoded()
ExportedScanResultImageContainerEncoded
Sets the json as container of exported images.
-
setEncoded
void setEncoded(ExportedScanResultImageContainerEncoded encoded)
ExportedScanResultImageContainerEncoded
Sets the json as container of exported images.
-
hashCode
int hashCode()
-
-
-
-