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 ExportedScanResultImageContainerSaved
saved
public ExportedScanResultImageContainerEncoded
encoded
-
Constructor Summary
Constructors Constructor Description ExportedScanResultImageContainer()
-
Method Summary
Modifier and Type Method Description ExportedScanResultImageContainerSaved
getSaved()
ExportedScanResultImageContainerSaved Sets the storage as container of exported images. void
setSaved(ExportedScanResultImageContainerSaved saved)
ExportedScanResultImageContainerSaved Sets the storage as container of exported images. ExportedScanResultImageContainerEncoded
getEncoded()
ExportedScanResultImageContainerEncoded Sets the json as container of exported images. void
setEncoded(ExportedScanResultImageContainerEncoded encoded)
ExportedScanResultImageContainerEncoded Sets the json as container of exported images. String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-