Class UiPanel.SetBadgeCommand

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

public static class UiPanel.SetBadgeCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • badge

      protected String badge
  • Constructor Details

    • SetBadgeCommand

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

      public SetBadgeCommand(String componentId, String badge)
  • Method Details