Class EventResponse

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.model.responses.EventResponse
All Implemented Interfaces:
Serializable

public class EventResponse extends com.skava.core.validation.OutputModel
The Class EventResponse holds event details as response data which will be sent to controller.
See Also:
  • Constructor Details

    • EventResponse

      public EventResponse(Event event)
      Instantiates a new EventResponse response.
      Parameters:
      event - the object Event used to initialize the EventResponse object.