Class DownloadServiceConfig.Validation
- java.lang.Object
-
- app.coronawarn.server.services.download.config.DownloadServiceConfig.Validation
-
- Enclosing class:
- DownloadServiceConfig
public static class DownloadServiceConfig.Validation extends Object
-
-
Constructor Summary
Constructors Constructor Description Validation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ReportType>
getAllowedReportTypes()
void
setAllowedReportTypes(List<ReportType> allowedReportTypes)
-
-
-
Method Detail
-
getAllowedReportTypes
public List<ReportType> getAllowedReportTypes()
-
setAllowedReportTypes
public void setAllowedReportTypes(List<ReportType> allowedReportTypes)
-
-