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 String
MAX_VALUE_ERROR_MESSAGE_DOWNLOAD_TIMEOUT
static String
MAX_VALUE_ERROR_MESSAGE_OVERALL_TIMEOUT
static String
MIN_VALUE_ERROR_MESSAGE_DOWNLOAD_TIMEOUT
static String
MIN_VALUE_ERROR_MESSAGE_OVERALL_TIMEOUT
-
Constructor Summary
Constructors Constructor Description AndroidKeyDownloadParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getDownloadTimeoutInSeconds()
Integer
getOverallTimeoutInSeconds()
void
setDownloadTimeoutInSeconds(Integer downloadTimeoutInSeconds)
void
setOverallTimeoutInSeconds(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)
-
-