Class MedicalTechnologyAutomationProposalPayload
java.lang.Object
application.presenter.event.model.automation.proposal.payload.MedicalTechnologyAutomationProposalPayload
MedicalTechnologyAutomationProposalEvent
event payload.-
Constructor Summary
ConstructorDescriptionMedicalTechnologyAutomationProposalPayload
(String roomId, String medicalTechnologyType, int ambientLightLux, int surgicalLightLux) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptionint
Get the lux to set in the ambient lights.Get the medical technology type name involved in the event.Get the room id involved in the event.int
Get the lux to set in the surgical lights.
-
Constructor Details
-
MedicalTechnologyAutomationProposalPayload
public MedicalTechnologyAutomationProposalPayload(String roomId, String medicalTechnologyType, int ambientLightLux, int surgicalLightLux) Default constructor.- Parameters:
roomId
- the room id where the medical technology is in use.medicalTechnologyType
- the medical technology type name that is in use.ambientLightLux
- the lux to set in ambient lights.surgicalLightLux
- the lux to set in surgical lights.
-
-
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.
-
getAmbientLightLux
public int getAmbientLightLux()Get the lux to set in the ambient lights.- Returns:
- the lux to set.
-
getSurgicalLightLux
public int getSurgicalLightLux()Get the lux to set in the surgical lights.- Returns:
- the lux to set.
-