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 boolean
getEfgsEnforceDateBasedDownload()
Integer
getEfgsEnforceDownloadOffsetDays()
Integer
getRetentionDays()
TekFieldDerivations
getTekFieldDerivations()
DownloadServiceConfig.Validation
getValidation()
void
setEfgsEnforceDateBasedDownload(boolean efgsEnforceDateBasedDownload)
void
setEfgsEnforceDownloadOffsetDays(Integer efgsEnforceDownloadOffsetDays)
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)
-
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)
-
-