Class DistributionServiceConfig.AppConfigParameters.AndroidExposureDetectionParameters
- java.lang.Object
-
- app.coronawarn.server.services.distribution.config.DistributionServiceConfig.AppConfigParameters.AndroidExposureDetectionParameters
-
- Enclosing class:
- DistributionServiceConfig.AppConfigParameters
public static class DistributionServiceConfig.AppConfigParameters.AndroidExposureDetectionParameters extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
MAX_VALUE_ERROR_MESSAGE_MAX_EXPOSURE_DETECTIONS
static String
MAX_VALUE_ERROR_MESSAGE_OVERALL_TIMEOUT
static String
MIN_VALUE_ERROR_MESSAGE_MAX_EXPOSURE_DETECTIONS
static String
MIN_VALUE_ERROR_MESSAGE_OVERALL_TIMEOUT
-
Constructor Summary
Constructors Constructor Description AndroidExposureDetectionParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getMaxExposureDetectionsPerInterval()
Integer
getOverallTimeoutInSeconds()
void
setMaxExposureDetectionsPerInterval(Integer maxExposureDetectionsPerInterval)
void
setOverallTimeoutInSeconds(Integer overallTimeoutInSeconds)
-
-
-
Field Detail
-
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
-
MIN_VALUE_ERROR_MESSAGE_MAX_EXPOSURE_DETECTIONS
public static final String MIN_VALUE_ERROR_MESSAGE_MAX_EXPOSURE_DETECTIONS
- See Also:
- Constant Field Values
-
MAX_VALUE_ERROR_MESSAGE_MAX_EXPOSURE_DETECTIONS
public static final String MAX_VALUE_ERROR_MESSAGE_MAX_EXPOSURE_DETECTIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMaxExposureDetectionsPerInterval
public Integer getMaxExposureDetectionsPerInterval()
-
setMaxExposureDetectionsPerInterval
public void setMaxExposureDetectionsPerInterval(Integer maxExposureDetectionsPerInterval)
-
getOverallTimeoutInSeconds
public Integer getOverallTimeoutInSeconds()
-
setOverallTimeoutInSeconds
public void setOverallTimeoutInSeconds(Integer overallTimeoutInSeconds)
-
-