Class DistributionServiceConfig.TestData
- java.lang.Object
-
- app.coronawarn.server.services.distribution.config.DistributionServiceConfig.TestData
-
- Enclosing class:
- DistributionServiceConfig
public static class DistributionServiceConfig.TestData extends Object
-
-
Constructor Summary
Constructors Constructor Description TestData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getDistributionTestdataConsentToFederation()
Integer
getExposuresPerHour()
Integer
getSeed()
void
setDistributionTestdataConsentToFederation(boolean distributionTestdataConsentToFederation)
void
setExposuresPerHour(Integer exposuresPerHour)
void
setSeed(Integer seed)
-
-
-
Method Detail
-
getSeed
public Integer getSeed()
-
setSeed
public void setSeed(Integer seed)
-
getExposuresPerHour
public Integer getExposuresPerHour()
-
setExposuresPerHour
public void setExposuresPerHour(Integer exposuresPerHour)
-
getDistributionTestdataConsentToFederation
public boolean getDistributionTestdataConsentToFederation()
-
setDistributionTestdataConsentToFederation
public void setDistributionTestdataConsentToFederation(boolean distributionTestdataConsentToFederation)
-
-