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
FieldsModifier and TypeFieldDescriptionprotected intThe total amount of imported rows from the provided excel sheet.protected StringA human readable String that contains the amount of imported rows. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetAmountOfImportedRows(int amountOfImportedRows) voidMethods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Field Details
-
amountOfImportedRows
protected int amountOfImportedRowsThe total amount of imported rows from the provided excel sheet. -
result
A human readable String that contains the amount of imported rows.
-
-
Constructor Details
-
RoutingUploadResultRepresentationModel
public RoutingUploadResultRepresentationModel()
-
-
Method Details
-
getAmountOfImportedRows
public int getAmountOfImportedRows() -
setAmountOfImportedRows
public void setAmountOfImportedRows(int amountOfImportedRows) -
getResult
-
setResult
-