Class DownloadServiceConfig


  • @Component
    @ConfigurationProperties(prefix="services.download")
    @Validated
    public class DownloadServiceConfig
    extends Object
    • Constructor Detail

      • DownloadServiceConfig

        public DownloadServiceConfig()
    • Method Detail

      • 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)