-
- All Implemented Interfaces:
-
java.io.Serializable
public class WhiteList implements SerializableDescribes the entity class returned by the whitelist request
-
-
Field Summary
Fields Modifier and Type Field Description private StringcountryCodes
-
Method Summary
Modifier and Type Method Description StringgetCountryCodes()Gets country codes. voidsetCountryCodes(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
-
-
-
-