Class MedicalTechnologyAutomationRequestPayload
java.lang.Object
application.presenter.event.model.automation.request.medicaltechnology.MedicalTechnologyAutomationRequestPayload
MedicalTechnologyAutomationRequestEvent
event payload.-
Constructor Summary
ConstructorDescriptionMedicalTechnologyAutomationRequestPayload
(String roomId, String medicalTechnologyType) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet the medical technology type name involved in the event.Get the room id involved in the event.
-
Constructor Details
-
MedicalTechnologyAutomationRequestPayload
Default constructor.- Parameters:
roomId
- the room id in which the automation is requested.medicalTechnologyType
- the medical technology type for which the automation is requested.
-
-
Method Details
-
getRoomId
Get the room id involved in the event.- Returns:
- the room id.
-
getMedicalTechnologyType
Get the medical technology type name involved in the event.- Returns:
- the medical technology type name.
-