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 classDownloadServiceConfig.Validation
-
Constructor Summary
Constructors Constructor Description DownloadServiceConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetEfgsEnforceDateBasedDownload()IntegergetEfgsEnforceDownloadOffsetDays()IntegergetRetentionDays()TekFieldDerivationsgetTekFieldDerivations()DownloadServiceConfig.ValidationgetValidation()voidsetEfgsEnforceDateBasedDownload(boolean efgsEnforceDateBasedDownload)voidsetEfgsEnforceDownloadOffsetDays(Integer efgsEnforceDownloadOffsetDays)voidsetRetentionDays(Integer retentionDays)voidsetTekFieldDerivations(TekFieldDerivations tekFieldDerivations)voidsetValidation(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)
-
getEfgsEnforceDownloadOffsetDays
public Integer getEfgsEnforceDownloadOffsetDays()
-
setEfgsEnforceDownloadOffsetDays
public void setEfgsEnforceDownloadOffsetDays(Integer efgsEnforceDownloadOffsetDays)
-
getEfgsEnforceDateBasedDownload
public boolean getEfgsEnforceDateBasedDownload()
-
setEfgsEnforceDateBasedDownload
public void setEfgsEnforceDateBasedDownload(boolean efgsEnforceDateBasedDownload)
-
getRetentionDays
public Integer getRetentionDays()
-
setRetentionDays
public void setRetentionDays(Integer retentionDays)
-
-