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 Details

    • 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.
  • Constructor Details

    • RoutingUploadResultRepresentationModel

      public RoutingUploadResultRepresentationModel()
  • Method Details

    • getAmountOfImportedRows

      public int getAmountOfImportedRows()
    • setAmountOfImportedRows

      public void setAmountOfImportedRows(int amountOfImportedRows)
    • getResult

      public String getResult()
    • setResult

      public void setResult(String result)