Verwendungen von Klasse
de.dlr.proseo.interfaces.rest.model.RestDownloadHistory
Packages, die RestDownloadHistory verwenden
-
Verwendungen von RestDownloadHistory in de.dlr.proseo.interfaces.rest.model
Felder in de.dlr.proseo.interfaces.rest.model mit Typparametern vom Typ RestDownloadHistoryModifizierer und TypFeldBeschreibungprotected List
<RestDownloadHistory> RestProduct.downloadHistory
The download history for this productMethoden in de.dlr.proseo.interfaces.rest.model, die Typen mit Argumenten vom Typ RestDownloadHistory zurückgebenModifizierer und TypMethodeBeschreibungIngestorProduct.getDownloadHistory()
Returns the downloadHistory.@Valid List
<RestDownloadHistory> RestProduct.getDownloadHistory()
Returns the downloadHistory.Methodenparameter in de.dlr.proseo.interfaces.rest.model mit Typargumenten vom Typ RestDownloadHistoryModifizierer und TypMethodeBeschreibungvoid
RestProduct.setDownloadHistory
(List<RestDownloadHistory> downloadHistory) Set the downloadHistory.Konstruktorparameter in de.dlr.proseo.interfaces.rest.model mit Typargumenten vom Typ RestDownloadHistoryModifiziererKonstruktorBeschreibungIngestorProduct
(Long id, Long version, String uuid, String missionCode, String productClass, String processingLevel, String fileClass, String mode, String productQuality, String requestedStartTime, String requestedStopTime, String sensingStartTime, String sensingStopTime, String rawDataAvailabilityTime, String generationTime, String publicationTime, String evictionTime, List<RestDownloadHistory> downloadHistory, String productionType, List<Long> componentProductIds, Long enclosingProductId, Orbit orbit, List<RestProductFile> productFile, RestConfiguredProcessor configuredProcessor, List<RestParameter> parameters, String sourceStorageType, String mountPoint, String filePath, String productFileName, List<String> auxFileNames, Long fileSize, String checksum, String checksumTime) Creates a new IngestorProduct.RestProduct
(Long id, Long version, String uuid, String missionCode, String productClass, String processingLevel, String fileClass, String mode, String productQuality, String requestedStartTime, String requestedStopTime, String sensingStartTime, String sensingStopTime, String rawDataAvailabilityTime, String generationTime, String publicationTime, String evictionTime, List<RestDownloadHistory> downloadHistory, String productionType, List<Long> componentProductIds, Long enclosingProductId, Orbit orbit, List<RestProductFile> productFile, RestConfiguredProcessor configuredProcessor, List<RestParameter> parameters) Creates a new RestProduct.