Package pro.taskana.routing.dmn.rest
Class RoutingUploadResultRepresentationModel
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<RoutingUploadResultRepresentationModel>
-
- pro.taskana.routing.dmn.rest.RoutingUploadResultRepresentationModel
-
public class RoutingUploadResultRepresentationModel extends org.springframework.hateoas.RepresentationModel<RoutingUploadResultRepresentationModel>
Model class for a routing upload result.
-
-
Field Summary
Fields Modifier and Type Field Description protected intamountOfImportedRowsThe total amount of imported rows from the provided excel sheet.protected StringresultA human readable String that contains the amount of imported rows.
-
Constructor Summary
Constructors Constructor Description RoutingUploadResultRepresentationModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAmountOfImportedRows()StringgetResult()voidsetAmountOfImportedRows(int amountOfImportedRows)voidsetResult(String result)
-
-
-
Field Detail
-
amountOfImportedRows
protected int amountOfImportedRows
The total amount of imported rows from the provided excel sheet.
-
result
protected String result
A human readable String that contains the amount of imported rows.
-
-