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