|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gsm.oneapi.responsebean.sms.DeliveryInfoList
public class DeliveryInfoList
Contains the detail of a request to obtain delivery information for SMS messages sent via the OneAPI server
Nested Class Summary | |
---|---|
static class |
DeliveryInfoList.DeliveryInfo
The inner class DeliveryInfo contains pairings of the recipient address and a textual delivery status |
Constructor Summary | |
---|---|
DeliveryInfoList()
|
Method Summary | |
---|---|
DeliveryInfoList.DeliveryInfo[] |
getDeliveryInfo()
return the array of deliveryInfo pairs of address/ deliveryStatus |
java.lang.String |
getResourceURL()
return resourceURL containing a URL uniquely identifying this DeliveryInfoList request |
void |
setDeliveryInfo(DeliveryInfoList.DeliveryInfo[] deliveryInfo)
set the array of deliveryInfo pairs of address/ deliveryStatus. |
void |
setResourceURL(java.lang.String resourceURL)
set resourceURL containing a URL uniquely identifying this DeliveryInfoList request. |
java.lang.String |
toString()
generate a textual representation of the DeliveryInfoList instance including nested elements and classes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeliveryInfoList()
Method Detail |
---|
public DeliveryInfoList.DeliveryInfo[] getDeliveryInfo()
public void setDeliveryInfo(DeliveryInfoList.DeliveryInfo[] deliveryInfo)
public java.lang.String getResourceURL()
public void setResourceURL(java.lang.String resourceURL)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |