|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hoiio.sdk.objects.number.Number
public class Number
Constructor Summary | |
---|---|
Number(net.sf.json.JSONObject output)
Constructs a new Number object by decoding the JSONObject as a response from the HTTP Request |
Method Summary | |
---|---|
AutoExtendStatus |
getAutoExtendStatus()
Gets the auto extend status of this number |
String |
getCountry()
Gets the country that this number belong to |
Date |
getExpiry()
Gets the expiry date for this number |
String |
getForwardTo()
Gets the URL of the forward to |
String |
getForwardToSms()
Gets the URL of the forward to sms |
String |
getMode()
Gets the mode of this number |
String |
getNumber()
Gets the Hoiio Number assigned to this application |
String |
getState()
Gets the state that this number belong to |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Number(net.sf.json.JSONObject output) throws HoiioException
Number
object by decoding the JSONObject
as a response from the HTTP Request
output
- The response of the HTTP Request
HoiioException
Method Detail |
---|
public AutoExtendStatus getAutoExtendStatus()
public String getCountry()
public Date getExpiry()
public String getForwardTo()
public String getForwardToSms()
public String getNumber()
public String getState()
public String getMode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |