Class UiMap2.RemoveMarkerCommand

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

public static class UiMap2.RemoveMarkerCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • id

      protected int id
  • Constructor Details

    • RemoveMarkerCommand

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

      public RemoveMarkerCommand(String componentId, int id)
  • Method Details