Class ReportResults

java.lang.Object
fr.gouv.vitam.batch.report.model.ReportResults

public class ReportResults extends Object
  • Constructor Details

    • ReportResults

      public ReportResults()
    • ReportResults

      public ReportResults(Integer nbOk, Integer nbKo, Integer nbWarning)
  • Method Details

    • getNbOk

      public Integer getNbOk()
    • setNbOk

      public void setNbOk(Integer nbOk)
    • getNbKo

      public Integer getNbKo()
    • setNbKo

      public void setNbKo(Integer nbKo)
    • getNbWarning

      public Integer getNbWarning()
    • setNbWarning

      public void setNbWarning(Integer nbWarning)
    • getTotal

      public Integer getTotal()
    • addOneStatus

      public void addOneStatus(String status, Integer count)
    • incrementStatus

      public void incrementStatus(String status, Integer count)