Class ImageUrlDto

java.lang.Object
at.letto.tools.dto.ImageUrlDto

public class ImageUrlDto extends Object
image with image-information of an image-file at an open Url
  • Field Details

    • imageUrl

      private String imageUrl
      image Url
    • imageInfoDto

      private ImageInfoDto imageInfoDto
      image information
    • error

      private String error
      error message if the image cannot be created
  • Constructor Details

    • ImageUrlDto

      public ImageUrlDto()