org.gsm.oneapi.responsebean.sms
Class DeliveryInfoList

java.lang.Object
  extended by org.gsm.oneapi.responsebean.sms.DeliveryInfoList
All Implemented Interfaces:
java.io.Serializable

public class DeliveryInfoList
extends java.lang.Object
implements java.io.Serializable

Contains the detail of a request to obtain delivery information for SMS messages sent via the OneAPI server

See Also:
Serialized Form

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

DeliveryInfoList

public DeliveryInfoList()
Method Detail

getDeliveryInfo

public DeliveryInfoList.DeliveryInfo[] getDeliveryInfo()
return the array of deliveryInfo pairs of address/ deliveryStatus


setDeliveryInfo

public void setDeliveryInfo(DeliveryInfoList.DeliveryInfo[] deliveryInfo)
set the array of deliveryInfo pairs of address/ deliveryStatus. This is called internally to set the contents according to the JSON response.


getResourceURL

public java.lang.String getResourceURL()
return resourceURL containing a URL uniquely identifying this DeliveryInfoList request


setResourceURL

public void setResourceURL(java.lang.String resourceURL)
set resourceURL containing a URL uniquely identifying this DeliveryInfoList request. This is called internally to set the contents according to the JSON response.


toString

public java.lang.String toString()
generate a textual representation of the DeliveryInfoList instance including nested elements and classes

Overrides:
toString in class java.lang.Object