Uses of Class
de.dlr.proseo.api.prip.rest.model.CscChecksum
Packages that use CscChecksum
-
Uses of CscChecksum in de.dlr.proseo.api.prip.rest.model
Fields in de.dlr.proseo.api.prip.rest.model with type parameters of type CscChecksumModifier and TypeFieldDescriptionprotected List<CscChecksum> CscProduct.checksumsRepresents the known checksums for the product's physical date, providing a unique value for supporting download integrity check.Methods in de.dlr.proseo.api.prip.rest.model that return types with arguments of type CscChecksumModifier and TypeMethodDescription@NotNull @Valid List<CscChecksum> CscProduct.getChecksums()Returns the checksums.Method parameters in de.dlr.proseo.api.prip.rest.model with type arguments of type CscChecksumModifier and TypeMethodDescriptionvoidCscProduct.setChecksums(List<CscChecksum> checksums) Set the checksums.Constructor parameters in de.dlr.proseo.api.prip.rest.model with type arguments of type CscChecksumModifierConstructorDescriptionCscProduct(String id, String name, String contentType, Long contentLength, String creationDate, String evictionDate, List<CscChecksum> checksums, CscTimeRange contentDate, CscProductionType productionType, List<CscAttribute> attributes) Creates a new CscProduct.