Class UiRootPanel.ReleaseWakeLockCommand

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

public static class UiRootPanel.ReleaseWakeLockCommand extends Object implements UiCommand<Void>
  • Field Details

    • uuid

      protected String uuid
  • Constructor Details

    • ReleaseWakeLockCommand

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

      public ReleaseWakeLockCommand(String uuid)
  • Method Details