public class DeliveryInfoList extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DeliveryInfoList.DeliveryInfo
The inner class DeliveryInfo contains pairings of the recipient address and a textual delivery status
|
| Constructor and Description |
|---|
DeliveryInfoList() |
| Modifier and Type | Method and Description |
|---|---|
List<DeliveryInfoList.DeliveryInfo> |
getDeliveryInfo()
return the array of deliveryInfo pairs of address/ deliveryStatus
|
String |
getResourceURL()
return resourceURL containing a URL uniquely identifying this DeliveryInfoList request
|
void |
setDeliveryInfo(List<DeliveryInfoList.DeliveryInfo> deliveryInfo)
set the array of deliveryInfo pairs of address/ deliveryStatus.
|
void |
setResourceURL(String resourceURL)
set resourceURL containing a URL uniquely identifying this DeliveryInfoList request.
|
String |
toString()
generate a textual representation of the DeliveryInfoList instance including nested elements and classes
|
public List<DeliveryInfoList.DeliveryInfo> getDeliveryInfo()
public void setDeliveryInfo(List<DeliveryInfoList.DeliveryInfo> deliveryInfo)
public String getResourceURL()
public void setResourceURL(String resourceURL)
Copyright © 2014. All rights reserved.