public static class DeliveryInfoList.DeliveryInfo extends Object
| Constructor and Description |
|---|
DeliveryInfo()
default constructor
|
DeliveryInfo(String address,
String deliveryStatus,
String messageId,
String clientCorrelator)
utility constructor to create a DeliveryInfo instance with all fields set
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
return the address of the recipient (normally MSISDN)
|
String |
getClientCorrelator() |
String |
getDeliveryStatus()
return the delivery status for this recipient
|
String |
getMessageId() |
void |
setAddress(String address)
set the recipient address.
|
void |
setClientCorrelator(String clientCorrelator) |
void |
setDeliveryStatus(String deliveryStatus)
set the deliveryStatus.
|
void |
setMessageId(String messageId) |
String |
toString() |
public String getAddress()
public String getDeliveryStatus()
public void setAddress(String address)
public void setDeliveryStatus(String deliveryStatus)
public String getMessageId()
public void setMessageId(String messageId)
public String getClientCorrelator()
public void setClientCorrelator(String clientCorrelator)
Copyright © 2014. All rights reserved.