Class GanttInfo

java.lang.Object
org.qubership.profiler.dom.GanttInfo

public class GanttInfo extends Object
  • Field Details

    • id

      public int id
    • emit

      public int emit
    • startTime

      public long startTime
    • totalTime

      public long totalTime
    • fullRow

      public String fullRow
    • folderId

      public int folderId
  • Constructor Details

    • GanttInfo

      public GanttInfo(int id, int emit, long startTime, long totalTime, String fullRow, int folderId)