Package org.nekosoft.pdffer.web
Class DownloadRequestData
java.lang.Object
org.nekosoft.pdffer.web.AbstractRequestData
org.nekosoft.pdffer.web.DownloadRequestData
A DTO for sending HTTP request to download a PDF from PDFfer.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the file for the PDF to be downloaded.void
setFilename(String filename)
Sets the name of the file for the PDF to be downloaded.Methods inherited from class org.nekosoft.pdffer.web.AbstractRequestData
getPayload, setPayload
-
Constructor Details
-
DownloadRequestData
public DownloadRequestData()
-
-
Method Details
-
getFilename
Gets the name of the file for the PDF to be downloaded.- Returns:
- the filename
-
setFilename
Sets the name of the file for the PDF to be downloaded.- Parameters:
filename
- the filename
-