com.signalsoftcorp.lst.client
Class WVP10InitResponse
java.lang.Object
|
+--com.signalsoftcorp.lst.client.Response
|
+--com.signalsoftcorp.lst.client.WVP10InitResponse
- public class WVP10InitResponse
- extends Response
An instance of this class is returned by the method WVIMessaging.initiateVerifySubscriber
.
See 'See also' section below for possible response codes.
- See Also:
Constants.OK
,
Constants.SYSTEM_FAILURE
,
Constants.CLIENT_NOT_FOUND
,
Constants.CLIENT_AUTHENTICATION_FAILED
,
WVP10Constants.UNSUPPORTED_SUBSCRIBER_TYPE
,
WVP10Constants.SUBSCRIBERSTATUS_INVALIDCHECK
,
WVP10Constants.SUBSCRIBERSTATUS_TRANSFERRED
,
WVP10Constants.SUBSCRIBERSTATUS_NOFUNDS
,
WVP10Constants.SUBSCRIBERSTATUS_NOTSUBSCRIBER
,
WVP10Constants.SUBSCRIBERSTATUS_AUTHORIZATIONFAILED
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WVP10InitResponse
public WVP10InitResponse()
- Creates a WVP10InitResponse.
WVP10InitResponse
public WVP10InitResponse(int responseCode)
- Creates a WVP10InitResponse.
- Parameters:
responseCode
- the response code
WVP10InitResponse
public WVP10InitResponse(int responseCode,
java.lang.String verificationAlias)
- Creates a WVP10InitResponse.
- Parameters:
responseCode
- the response codeverificationAlias
- an alias to be used by the client to complete the verification process
getVerificationAlias
public java.lang.String getVerificationAlias()
- Returns:
- verificationAlias an alias to be used by the client to complete the verification process
setTransferredDate
public void setTransferredDate(java.util.Date transferredDate)
- Sets the transferred date
- Parameters:
transferredDate
- the date the subscription was transferred
getTransferredDate
public java.util.Date getTransferredDate()
- Get transerred date
- Returns:
- transferredDate the date the subscription was transferred
toString
public java.lang.String toString()
- Overrides:
toString
in class Response
Copyright © SignalSoft Corp. All Rights Reserved.