Class PropertiesAPIResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.accounts.model.exchange.response.PropertiesAPIResponse
- All Implemented Interfaces:
Serializable
public class PropertiesAPIResponse
extends com.skava.core.validation.OutputModel
The Class PropertiesAPIResponse holds the list of properties details as response data which will
be sent to controller.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertiesAPIResponse
(List<Properties> properties) Instantiates a new properties API response. -
Method Summary
-
Constructor Details
-
PropertiesAPIResponse
Instantiates a new properties API response.- Parameters:
properties
- Holds the list ofProperties
object for creating the PropertiesAPIResponse.
-