com.ecebs.rtd.enabler.types.response
Class DownloadStatusResponse
java.lang.Object
com.ecebs.rtd.enabler.types.response.DownloadStatusResponse
- All Implemented Interfaces:
- Serializable
public class DownloadStatusResponse
- extends Object
- implements Serializable
Response associated with a QueryRequest
with query mode QueryMode.DOWNLOAD_REQUEST
- Author:
- kyleb
- See Also:
- Serialized Form
DownloadStatusResponse
public DownloadStatusResponse()
getId
public String getId()
getCardType
public CardType getCardType()
getLoadProductResponses
public List<LoadProductResponse> getLoadProductResponses()
getLoadProductResponse
public LoadProductResponse getLoadProductResponse()
getDeleteProductResponses
public List<DeleteProductResponse> getDeleteProductResponses()
getDeleteProductResponse
public DeleteProductResponse getDeleteProductResponse()
getSTRResponses
public List<STRResponse> getSTRResponses()
getSTRResponse
public STRResponse getSTRResponse()
getStoredUseResponses
public List<StoredUseResponse> getStoredUseResponses()
getStoredUseResponse
public StoredUseResponse getStoredUseResponse()
getUpdatePassExpiryDateResponses
public List<UpdatePassExpiryDateResponse> getUpdatePassExpiryDateResponses()
getUpdatePassExpiryDateResponse
public UpdatePassExpiryDateResponse getUpdatePassExpiryDateResponse()
Copyright © 2013 Ecebs Ltd. All Rights Reserved.