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

Constructor Summary
WMP10SubscriberStatus()
           
WMP10SubscriberStatus(int responseCode, java.lang.String responseDetail, SubscriberId id)
           
 
Method Summary
 SubscriberId getSubscriberId()
           
 void setSubscriberId(SubscriberId sid)
           
 
Methods inherited from class com.signalsoftcorp.lst.client.Response
getResponseCode, getResponseDetail, isOk, setDefaultDetail, setResponseCode, setResponseDetail, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WMP10SubscriberStatus

public WMP10SubscriberStatus()

WMP10SubscriberStatus

public WMP10SubscriberStatus(int responseCode,
                             java.lang.String responseDetail,
                             SubscriberId id)
Method Detail

getSubscriberId

public SubscriberId getSubscriberId()

setSubscriberId

public void setSubscriberId(SubscriberId sid)


Copyright © SignalSoft Corp. All Rights Reserved.