Class ReportRepresentationModel.RowRepresentationModel

java.lang.Object
pro.taskana.monitor.rest.models.ReportRepresentationModel.RowRepresentationModel
Enclosing class:
ReportRepresentationModel

public static class ReportRepresentationModel.RowRepresentationModel extends Object
EntityModel class for SingleRow.
  • Constructor Details

    • RowRepresentationModel

      @ConstructorProperties({"cells","total","depth","desc","display"}) public RowRepresentationModel(int[] cells, int total, int depth, String[] desc, boolean display)
  • Method Details

    • getCells

      public int[] getCells()
    • getTotal

      public int getTotal()
    • getDepth

      public int getDepth()
    • getDesc

      public String[] getDesc()
    • isDisplay

      public boolean isDisplay()
    • toString

      public String toString()
      Overrides:
      toString in class Object