Class SubmissionServiceConfig
- java.lang.Object
-
- app.coronawarn.server.services.submission.config.SubmissionServiceConfig
-
@Component @ConfigurationProperties(prefix="services.submission") @Validated public class SubmissionServiceConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SubmissionServiceConfig.Client
static class
SubmissionServiceConfig.Payload
-
Constructor Summary
Constructors Constructor Description SubmissionServiceConfig()
-
Method Summary
-
-
-
Method Detail
-
getInitialFakeDelayMilliseconds
public Long getInitialFakeDelayMilliseconds()
-
setInitialFakeDelayMilliseconds
public void setInitialFakeDelayMilliseconds(Long initialFakeDelayMilliseconds)
-
getFakeDelayMovingAverageSamples
public Long getFakeDelayMovingAverageSamples()
-
setFakeDelayMovingAverageSamples
public void setFakeDelayMovingAverageSamples(Long fakeDelayMovingAverageSamples)
-
getRetentionDays
public Integer getRetentionDays()
-
setRetentionDays
public void setRetentionDays(Integer retentionDays)
-
getRandomKeyPaddingMultiplier
public Integer getRandomKeyPaddingMultiplier()
-
setRandomKeyPaddingMultiplier
public void setRandomKeyPaddingMultiplier(Integer randomKeyPaddingMultiplier)
-
getConnectionPoolSize
public Integer getConnectionPoolSize()
-
setConnectionPoolSize
public void setConnectionPoolSize(Integer connectionPoolSize)
-
getMaximumRequestSize
public org.springframework.util.unit.DataSize getMaximumRequestSize()
-
setMaximumRequestSize
public void setMaximumRequestSize(org.springframework.util.unit.DataSize maximumRequestSize)
-
getMaxRollingPeriod
public Integer getMaxRollingPeriod()
-
setMaxRollingPeriod
public void setMaxRollingPeriod(Integer maxRollingPeriod)
-
getMaxNumberOfKeys
public Integer getMaxNumberOfKeys()
-
getDefaultOriginCountry
public String getDefaultOriginCountry()
-
getSupportedCountries
public String[] getSupportedCountries()
-
setSupportedCountries
public void setSupportedCountries(String[] supportedCountries)
-
setPayload
public void setPayload(SubmissionServiceConfig.Payload payload)
-
getTekFieldDerivations
public TekFieldDerivations getTekFieldDerivations()
-
setTekFieldDerivations
public void setTekFieldDerivations(TekFieldDerivations tekFieldDerivations)
-
getVerificationBaseUrl
public String getVerificationBaseUrl()
-
setVerification
public void setVerification(app.coronawarn.server.services.submission.config.SubmissionServiceConfig.Verification verification)
-
getVerificationPath
public String getVerificationPath()
-
getMonitoring
public app.coronawarn.server.services.submission.config.SubmissionServiceConfig.Monitoring getMonitoring()
-
setMonitoring
public void setMonitoring(app.coronawarn.server.services.submission.config.SubmissionServiceConfig.Monitoring monitoring)
-
getMonitoringBatchSize
public Long getMonitoringBatchSize()
-
setMonitoringBatchSize
public void setMonitoringBatchSize(Long batchSize)
-
getClient
public SubmissionServiceConfig.Client getClient()
-
setClient
public void setClient(SubmissionServiceConfig.Client client)
-
-