com.hoiio.sdk.objects.number
Class SupportedCountry
java.lang.Object
com.hoiio.sdk.objects.HoiioResponse
com.hoiio.sdk.objects.number.SupportedCountry
public class SupportedCountry
- extends HoiioResponse
Constructor Summary |
SupportedCountry(net.sf.json.JSONObject output)
Constructs a new SupportedCountry object by decoding the JSONObject as a response from the HTTP Request |
SupportedCountry
public SupportedCountry(net.sf.json.JSONObject output)
- Constructs a new
SupportedCountry
object by decoding the JSONObject
as a response from the HTTP Request
- Parameters:
output
- The response of the HTTP Request
getCount
public int getCount()
- Gets the number supported countries returned in this response
- Returns:
- The number of supported countries returned in this response.
getCountryList
public List<Country> getCountryList()
- Gets the list of supported countries
- Returns:
- List of supported countries