Class DistributionServiceConfig.AppConfigParameters.AndroidKeyDownloadParameters
- java.lang.Object
-
- app.coronawarn.server.services.distribution.config.DistributionServiceConfig.AppConfigParameters.AndroidKeyDownloadParameters
-
- Enclosing class:
- DistributionServiceConfig.AppConfigParameters
public static class DistributionServiceConfig.AppConfigParameters.AndroidKeyDownloadParameters extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMAX_VALUE_ERROR_MESSAGE_DOWNLOAD_TIMEOUTstatic StringMAX_VALUE_ERROR_MESSAGE_OVERALL_TIMEOUTstatic StringMIN_VALUE_ERROR_MESSAGE_DOWNLOAD_TIMEOUTstatic StringMIN_VALUE_ERROR_MESSAGE_OVERALL_TIMEOUT
-
Constructor Summary
Constructors Constructor Description AndroidKeyDownloadParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetDownloadTimeoutInSeconds()IntegergetOverallTimeoutInSeconds()voidsetDownloadTimeoutInSeconds(Integer downloadTimeoutInSeconds)voidsetOverallTimeoutInSeconds(Integer overallTimeoutInSeconds)
-
-
-
Field Detail
-
MIN_VALUE_ERROR_MESSAGE_DOWNLOAD_TIMEOUT
public static final String MIN_VALUE_ERROR_MESSAGE_DOWNLOAD_TIMEOUT
- See Also:
- Constant Field Values
-
MAX_VALUE_ERROR_MESSAGE_DOWNLOAD_TIMEOUT
public static final String MAX_VALUE_ERROR_MESSAGE_DOWNLOAD_TIMEOUT
- See Also:
- Constant Field Values
-
MIN_VALUE_ERROR_MESSAGE_OVERALL_TIMEOUT
public static final String MIN_VALUE_ERROR_MESSAGE_OVERALL_TIMEOUT
- See Also:
- Constant Field Values
-
MAX_VALUE_ERROR_MESSAGE_OVERALL_TIMEOUT
public static final String MAX_VALUE_ERROR_MESSAGE_OVERALL_TIMEOUT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDownloadTimeoutInSeconds
public Integer getDownloadTimeoutInSeconds()
-
setDownloadTimeoutInSeconds
public void setDownloadTimeoutInSeconds(Integer downloadTimeoutInSeconds)
-
getOverallTimeoutInSeconds
public Integer getOverallTimeoutInSeconds()
-
setOverallTimeoutInSeconds
public void setOverallTimeoutInSeconds(Integer overallTimeoutInSeconds)
-
-