Class DocumentsAPIResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.core.ResponseModel
com.skava.accounts.model.exchange.response.DocumentsAPIResponse
- All Implemented Interfaces:
Serializable
public class DocumentsAPIResponse
extends com.skava.core.ResponseModel
The Class DocumentsAPIResponse holds the documents details as response data which will be sent to controller.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields inherited from class com.skava.core.ResponseModel
responseCode, responseMessage, timeStamp
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentsAPIResponse
(String codeSuccess, String msgSuccess, Documents documentsResponse) Instantiates a new Documents API Response. -
Method Summary
Methods inherited from class com.skava.core.ResponseModel
getResponseCode, getResponseMessage, getTimeStamp, setResponseCode, setResponseMessage, setTimeStamp
-
Constructor Details
-
DocumentsAPIResponse
Instantiates a new Documents API Response.- Parameters:
codeSuccess
- Indicates the code of the response.msgSuccess
- Indicates the message of the response.documentsResponse
- HoldsDocuments
object.
-