Package at.letto.tools.dto
Class ImageBase64Dto
java.lang.Object
at.letto.tools.dto.ImageBase64Dto
image with image-information of an image-file which is coded in base64
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
base64 coded imageprivate String
error message if the image cannot be createdprivate ImageInfoDto
image information -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
base64Image
base64 coded image -
imageInfoDto
image information -
error
error message if the image cannot be created
-
-
Constructor Details
-
ImageBase64Dto
public ImageBase64Dto()
-