com.signalsoftcorp.lst.client
Class WVP10ValidationResponse
java.lang.Object
|
+--com.signalsoftcorp.lst.client.Response
|
+--com.signalsoftcorp.lst.client.WVP10ValidationResponse
- public class WVP10ValidationResponse
- extends Response
An instance of this class is returned by the method WVIValidation.validateSubscription
.
See 'See also' section below for possible response codes.
- See Also:
Constants.OK
,
Constants.SYSTEM_FAILURE
,
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 |
WVP10ValidationResponse
public WVP10ValidationResponse()
- Creates a WVP10ValidationResponse object
WVP10ValidationResponse
public WVP10ValidationResponse(int responseCode)
- Creates a WVP10ValidationResponse object
- Parameters:
responseCode
- the response code
WVP10ValidationResponse
public WVP10ValidationResponse(int responseCode,
java.lang.String responseDetail)
- Creates a WVP10ValidationResponse object
- Parameters:
responseCode
- the response coderesponseDetail
- additional info about the response
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
setOperatorName
public void setOperatorName(java.lang.String operatorName)
getOperatorName
public java.lang.String getOperatorName()
Copyright © SignalSoft Corp. All Rights Reserved.