Package pro.taskana.monitor.rest.models
Class ReportRepresentationModel.RowRepresentationModel
java.lang.Object
pro.taskana.monitor.rest.models.ReportRepresentationModel.RowRepresentationModel
- Enclosing class:
- ReportRepresentationModel
EntityModel class for
SingleRow.-
Constructor Summary
ConstructorsConstructorDescriptionRowRepresentationModel(int[] cells, int total, int depth, String[] desc, boolean display) -
Method Summary
-
Constructor Details
-
RowRepresentationModel
@ConstructorProperties({"cells","total","depth","desc","display"}) public RowRepresentationModel(int[] cells, int total, int depth, String[] desc, boolean display)
-
-
Method Details