Class ErrorRateEntry

java.lang.Object
step.plugins.views.functions.ErrorRateEntry

public class ErrorRateEntry extends Object
  • Field Details

    • count

      protected int count
    • countByErrorMsg

      protected Map<String,Integer> countByErrorMsg
  • Constructor Details

    • ErrorRateEntry

      public ErrorRateEntry()
  • Method Details

    • getCount

      public int getCount()
    • getCountByErrorMsg

      public Map<String,Integer> getCountByErrorMsg()