Package com.skava.model.responses
Class NotificationResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.NotificationResponse
- All Implemented Interfaces:
Serializable
public class NotificationResponse
extends com.skava.core.validation.OutputModel
The class NotificationResponse holds the notification details
as response data which will be sent to controller.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationResponse
(Notification notification) Instantiates a new notification response. -
Method Summary
-
Constructor Details
-
NotificationResponse
Instantiates a new notification response.- Parameters:
notification
- the notification
-