Class AccountPropertyAPIResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.core.ResponseModel
com.skava.accounts.model.exchange.response.AccountPropertyAPIResponse
- All Implemented Interfaces:
Serializable
public class AccountPropertyAPIResponse
extends com.skava.core.ResponseModel
The Class AccountPropertyAPIResponse holds the account property 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
ConstructorsConstructorDescriptionAccountPropertyAPIResponse
(String codeSuccess, String msgSuccess, AccountProperties accountPropResponse) Instantiates a new AccountProperty API response. -
Method Summary
Methods inherited from class com.skava.core.ResponseModel
getResponseCode, getResponseMessage, getTimeStamp, setResponseCode, setResponseMessage, setTimeStamp
-
Constructor Details
-
AccountPropertyAPIResponse
public AccountPropertyAPIResponse(String codeSuccess, String msgSuccess, AccountProperties accountPropResponse) Instantiates a new AccountProperty API response.- Parameters:
codeSuccess
- Indicates the code of the response.msgSuccess
- Indicates the message of the response.accountPropResponse
- HoldsAccountProperties
object for creating AccountProperty API Response.
-