Class RoutingUploadResultRepresentationModel


  • public class RoutingUploadResultRepresentationModel
    extends org.springframework.hateoas.RepresentationModel<RoutingUploadResultRepresentationModel>
    Model class for a routing upload 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.
    • Constructor Detail

      • RoutingUploadResultRepresentationModel

        public RoutingUploadResultRepresentationModel()
    • Method Detail

      • getAmountOfImportedRows

        public int getAmountOfImportedRows()
      • setAmountOfImportedRows

        public void setAmountOfImportedRows​(int amountOfImportedRows)
      • getResult

        public String getResult()
      • setResult

        public void setResult​(String result)