com.ecebs.rtd.enabler.types.response
Class BaseResponse
java.lang.Object
com.ecebs.rtd.enabler.types.response.BaseResponse
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DeleteProductResponse, LoadProductResponse, StoredUseResponse, STRResponse, UpdatePassExpiryDateResponse
public abstract class BaseResponse
- extends Object
- implements Serializable
A response received from an RTD server
- Author:
- kyleb
- See Also:
- Serialized Form
BaseResponse
public BaseResponse()
getRequestOriginator
public String getRequestOriginator()
getRequestId
public String getRequestId()
getProductId
public String getProductId()
getCreatingIsamId
public String getCreatingIsamId()
getCreatingIsamSeqNum
public String getCreatingIsamSeqNum()
getDateTime
public Calendar getDateTime()
getOutcome
public ResponseMessage.RequestOutcome getOutcome()
getLastDownloadOutcome
public ResponseMessage.LastDownloadOutcome getLastDownloadOutcome()
getLastDownloadFailureReason
public ResponseMessage.DownloadFailureReason getLastDownloadFailureReason()
Copyright © 2013 Ecebs Ltd. All Rights Reserved.