Class SubmissionServiceConfig.Payload
- java.lang.Object
-
- app.coronawarn.server.services.submission.config.SubmissionServiceConfig.Payload
-
- Enclosing class:
- SubmissionServiceConfig
public static class SubmissionServiceConfig.Payload extends Object
-
-
Constructor Summary
Constructors Constructor Description Payload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefaultOriginCountry()
Integer
getMaxNumberOfKeys()
String[]
getSupportedCountries()
void
setDefaultOriginCountry(String defaultOriginCountry)
void
setMaxNumberOfKeys(Integer maxNumberOfKeys)
void
setSupportedCountries(String[] supportedCountries)
-
-
-
Method Detail
-
getMaxNumberOfKeys
public Integer getMaxNumberOfKeys()
-
setMaxNumberOfKeys
public void setMaxNumberOfKeys(Integer maxNumberOfKeys)
-
getSupportedCountries
public String[] getSupportedCountries()
-
setSupportedCountries
public void setSupportedCountries(String[] supportedCountries)
-
getDefaultOriginCountry
public String getDefaultOriginCountry()
-
setDefaultOriginCountry
public void setDefaultOriginCountry(String defaultOriginCountry)
-
-