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