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 booleangetDistributionTestdataConsentToFederation()IntegergetExposuresPerHour()IntegergetSeed()voidsetDistributionTestdataConsentToFederation(boolean distributionTestdataConsentToFederation)voidsetExposuresPerHour(Integer exposuresPerHour)voidsetSeed(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)
-
-