Class MultiImageLoadResponse

All Implemented Interfaces:
Serializable

public class MultiImageLoadResponse extends StagingResponse<String>
Response containing information about multiple images.
See Also:
  • Constructor Details

    • MultiImageLoadResponse

      public MultiImageLoadResponse()
      Constructor used by JAXB.
    • MultiImageLoadResponse

      public MultiImageLoadResponse(List<Image> images)
      Convenience constructor. Automatically adds a response info with a response code of OK.
      Parameters:
      images - The images the send with the response.
    • MultiImageLoadResponse

      public MultiImageLoadResponse(Message message, ResponseInfo responseInfo)
      Response with an empty image list.
      Parameters:
      message - The message that should be displayed to the user.
      response - ResponseInfo with the status of the response.
  • Method Details

    • getImages

      public List<Image> getImages()
      The list of found images.
      Returns:
      The list of found images.
    • setImages

      public void setImages(List<Image> images)
      Set the list of images to send with the response.
      Parameters:
      pages - The list of images to send with the response.