Class UiRootPanel.RequestWakeLockCommand

java.lang.Object
org.teamapps.dto.UiRootPanel.RequestWakeLockCommand
All Implemented Interfaces:
UiCommand<Boolean>
Enclosing class:
UiRootPanel

public static class UiRootPanel.RequestWakeLockCommand extends Object implements UiCommand<Boolean>
  • Field Details

    • uuid

      protected String uuid
  • Constructor Details

    • RequestWakeLockCommand

      @Deprecated public RequestWakeLockCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • RequestWakeLockCommand

      public RequestWakeLockCommand(String uuid)
  • Method Details