com.signalsoftcorp.lst.client
Class WMP10SubscriberStatus
java.lang.Object
|
+--com.signalsoftcorp.lst.client.Response
|
+--com.signalsoftcorp.lst.client.WMP10SubscriberStatus
- public class WMP10SubscriberStatus
- extends Response
Indicates whether a message was sent to a certain subscriber or not.
See 'See also' section below for possible response codes.
- See Also:
Constants.OK
,
Constants.SUBSCRIBER_NOT_FOUND
,
Constants.INVALID_SUBSCRIBER_ID
,
WMP10Constants.FAILED_TO_SEND_MESSAGE
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WMP10SubscriberStatus
public WMP10SubscriberStatus()
WMP10SubscriberStatus
public WMP10SubscriberStatus(int responseCode,
java.lang.String responseDetail,
SubscriberId id)
getSubscriberId
public SubscriberId getSubscriberId()
setSubscriberId
public void setSubscriberId(SubscriberId sid)
Copyright © SignalSoft Corp. All Rights Reserved.