Class UiTimeGraph.ResetGraphDataCommand

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

public static class UiTimeGraph.ResetGraphDataCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • graphId

      protected String graphId
  • Constructor Details

    • ResetGraphDataCommand

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

      public ResetGraphDataCommand(String componentId, String graphId)
  • Method Details