java.lang.Object
application.presenter.event.model.automation.request.customlight.payload.CustomLightStopRequestPayload
All Implemented Interfaces:
CustomLightSetupPayload

public class CustomLightStopRequestPayload extends Object implements CustomLightSetupPayload
CustomLightRequestEvent event payload that represent the request to stop the custom management of lights in a specific operating room.
  • Field Details

    • CUSTOM_LIGHT_STOP_REQUEST_EVENT_KEY

      public static final String CUSTOM_LIGHT_STOP_REQUEST_EVENT_KEY
      Custom Light Stop request event key.
      See Also:
  • Constructor Details

    • CustomLightStopRequestPayload

      public CustomLightStopRequestPayload(String roomId)
      Default constructor.
      Parameters:
      roomId - the room id involved in the event.
  • Method Details

    • getRoomId

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