Class DownloadRequestData

java.lang.Object
org.nekosoft.pdffer.web.AbstractRequestData
org.nekosoft.pdffer.web.DownloadRequestData

public class DownloadRequestData extends AbstractRequestData
A DTO for sending HTTP request to download a PDF from PDFfer.
  • Constructor Details

    • DownloadRequestData

      public DownloadRequestData()
  • Method Details

    • getFilename

      public String getFilename()
      Gets the name of the file for the PDF to be downloaded.
      Returns:
      the filename
    • setFilename

      public void setFilename(String filename)
      Sets the name of the file for the PDF to be downloaded.
      Parameters:
      filename - the filename