Class DownloadTicketData
java.lang.Object
com.technia.dsx.threedspace.doc.fcs.DownloadTicketData
- All Implemented Interfaces:
TicketData
Represents download ticket data for file download operations.
Contains the FCS server URL for downloading files and file name(s) - either a single file name or a list of file names when multiple files are downloaded.
- Since:
- 2022-06-13
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFileName(String fileName) voidsetFileNames(List<String> fileNames) voidsetTicketURL(String ticketURL)
-
Constructor Details
-
DownloadTicketData
public DownloadTicketData()
-
-
Method Details
-
getTicketURL
- Specified by:
getTicketURLin interfaceTicketData
-
setTicketURL
-
getFileName
-
setFileName
-
getFileNames
-
setFileNames
-