Uses of Class
de.dlr.proseo.api.prip.rest.model.CscTimeRange
Packages that use CscTimeRange
-
Uses of CscTimeRange in de.dlr.proseo.api.prip.rest.model
Fields in de.dlr.proseo.api.prip.rest.model declared as CscTimeRangeModifier and TypeFieldDescriptionprotected CscTimeRangeCscProduct.contentDateThe sensing range period.Methods in de.dlr.proseo.api.prip.rest.model that return CscTimeRangeModifier and TypeMethodDescription@NotNull @Valid CscTimeRangeCscProduct.getContentDate()Returns the contentDate.Methods in de.dlr.proseo.api.prip.rest.model with parameters of type CscTimeRangeModifier and TypeMethodDescriptionvoidCscProduct.setContentDate(CscTimeRange contentDate) Set the contentDate.Constructors in de.dlr.proseo.api.prip.rest.model with parameters of type CscTimeRangeModifierConstructorDescriptionCscProduct(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.