|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hoiio.sdk.objects.number.Country
public class Country
Constructor Summary | |
---|---|
Country(net.sf.json.JSONObject output)
Constructs a new Country object by decoding the JSONObject as a response from the HTTP Request |
Method Summary | |
---|---|
String |
getCode()
Gets the code of this country |
String |
getName()
Gets the name of this country |
String |
getPrefix()
Gets the code prefix of this country |
List<State> |
getStateList()
Gets the list of states within the country (if available) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Country(net.sf.json.JSONObject output)
Country
object by decoding the JSONObject
as a response from the HTTP Request
output
- The response of the HTTP RequestMethod Detail |
---|
public String getCode()
public String getName()
public String getPrefix()
public List<State> getStateList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |