|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hoiio.sdk.objects.HoiioResponse
com.hoiio.sdk.objects.fax.Fax
public class Fax
Constructor Summary | |
---|---|
Fax(net.sf.json.JSONObject output)
Constructs a new Fax object by decoding the JSONObject as a response from the HTTP Request |
Method Summary | |
---|---|
Currency |
getCurrency()
Gets the currency used for this transaction |
Date |
getDate()
Gets the date of this transaction |
double |
getDebit()
Gets the total amount billed for this transaction |
String |
getDest()
Gets the destination that the fax is sent to |
int |
getFaxPages()
Gets the number of fax pages sent |
FaxStatus |
getFaxStatus()
Gets the dial status of the fax |
String |
getFaxUrl()
Gets the link to download the PDF file |
double |
getRate()
Gets the per-minute charges for this fax transaction |
String |
getSrc()
Gets the source number of the fax transaction |
String |
getTag()
Gets the reference ID submmited in the initial fax request |
String |
getTxnRef()
Gets the unique reference iD for this transaction |
Methods inherited from class com.hoiio.sdk.objects.HoiioResponse |
---|
getContent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Fax(net.sf.json.JSONObject output) throws HoiioException
Fax
object by decoding the JSONObject
as a response from the HTTP Request
output
- The response of the HTTP Request
HoiioException
Method Detail |
---|
public Currency getCurrency()
public Date getDate()
public double getDebit()
public String getDest()
public int getFaxPages()
public FaxStatus getFaxStatus()
public String getFaxUrl()
public double getRate()
public String getSrc()
public String getTag()
public String getTxnRef()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |