-
- All Implemented Interfaces:
-
java.io.Serializable
public class WhiteList implements Serializable
Describes the entity class returned by the whitelist request
-
-
Field Summary
Fields Modifier and Type Field Description private String
countryCodes
-
Method Summary
Modifier and Type Method Description String
getCountryCodes()
Gets country codes. void
setCountryCodes(String countryCodes)
Set country codes -
-
Method Detail
-
getCountryCodes
String getCountryCodes()
Gets country codes.
-
setCountryCodes
void setCountryCodes(String countryCodes)
Set country codes
- Parameters:
countryCodes
- the country codes
-
-
-
-