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 Stringbase64 coded imageprivate Stringerror message if the image cannot be createdprivate ImageInfoDtoimage 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()
-