Class ErrorRateEntry


  • public class ErrorRateEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int count  
      protected java.util.Map<java.lang.String,​java.lang.Integer> countByErrorMsg  
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorRateEntry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCount()  
      java.util.Map<java.lang.String,​java.lang.Integer> getCountByErrorMsg()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • count

        protected int count
      • countByErrorMsg

        protected java.util.Map<java.lang.String,​java.lang.Integer> countByErrorMsg
    • Constructor Detail

      • ErrorRateEntry

        public ErrorRateEntry()
    • Method Detail

      • getCount

        public int getCount()
      • getCountByErrorMsg

        public java.util.Map<java.lang.String,​java.lang.Integer> getCountByErrorMsg()