Uses of Class
de.dlr.proseo.interfaces.rest.model.RestDownloadHistory
Packages that use RestDownloadHistory
-
Uses of RestDownloadHistory in de.dlr.proseo.interfaces.rest.model
Fields in de.dlr.proseo.interfaces.rest.model with type parameters of type RestDownloadHistoryModifier and TypeFieldDescriptionprotected List<RestDownloadHistory> RestProduct.downloadHistoryThe download history for this productMethods in de.dlr.proseo.interfaces.rest.model that return types with arguments of type RestDownloadHistoryModifier and TypeMethodDescriptionIngestorProduct.getDownloadHistory()Returns the downloadHistory.RestProduct.getDownloadHistory()Returns the downloadHistory.Method parameters in de.dlr.proseo.interfaces.rest.model with type arguments of type RestDownloadHistoryModifier and TypeMethodDescriptionvoidRestProduct.setDownloadHistory(List<RestDownloadHistory> downloadHistory) Set the downloadHistory.Constructor parameters in de.dlr.proseo.interfaces.rest.model with type arguments of type RestDownloadHistoryModifierConstructorDescriptionIngestorProduct(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.