Package pro.taskana.monitor.rest.models
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 forSingleRow.
-
-
Constructor Summary
Constructors Constructor Description RowRepresentationModel(int[] cells, int total, int depth, String[] desc, boolean display)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getCells()intgetDepth()String[]getDesc()intgetTotal()booleanisDisplay()StringtoString()
-
-
-
Constructor Detail
-
RowRepresentationModel
@ConstructorProperties({"cells","total","depth","desc","display"}) public RowRepresentationModel(int[] cells, int total, int depth, String[] desc, boolean display)
-
-