Class MedicalTechnologyAutomationProposalPayload

java.lang.Object
application.presenter.event.model.automation.proposal.payload.MedicalTechnologyAutomationProposalPayload

public class MedicalTechnologyAutomationProposalPayload extends Object
  • 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

      public String getRoomId()
      Get the room id involved in the event.
      Returns:
      the room id
    • getMedicalTechnologyType

      public String 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.