Class DownloadServiceConfig
- java.lang.Object
-
- app.coronawarn.server.services.download.config.DownloadServiceConfig
-
@Component @ConfigurationProperties(prefix="services.download") @Validated public class DownloadServiceConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DownloadServiceConfig.Validation
-
Constructor Summary
Constructors Constructor Description DownloadServiceConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getEfgsOffsetDays()
Integer
getRetentionDays()
TekFieldDerivations
getTekFieldDerivations()
DownloadServiceConfig.Validation
getValidation()
void
setEfgsOffsetDays(Integer efgsOffsetDays)
void
setRetentionDays(Integer retentionDays)
void
setTekFieldDerivations(TekFieldDerivations tekFieldDerivations)
void
setValidation(DownloadServiceConfig.Validation validation)
-
-
-
Method Detail
-
getValidation
public DownloadServiceConfig.Validation getValidation()
-
setValidation
public void setValidation(DownloadServiceConfig.Validation validation)
-
getTekFieldDerivations
public TekFieldDerivations getTekFieldDerivations()
-
setTekFieldDerivations
public void setTekFieldDerivations(TekFieldDerivations tekFieldDerivations)
-
getEfgsOffsetDays
public Integer getEfgsOffsetDays()
-
setEfgsOffsetDays
public void setEfgsOffsetDays(Integer efgsOffsetDays)
-
getRetentionDays
public Integer getRetentionDays()
-
setRetentionDays
public void setRetentionDays(Integer retentionDays)
-
-