Class MoreDumbMethods.ReportInfo

  • Enclosing class:
    MoreDumbMethods

    private static class MoreDumbMethods.ReportInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String bugPattern  
      private int bugPriority  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportInfo​(java.lang.String pattern, int priority)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      (package private) java.lang.String getPattern()  
      (package private) int getPriority()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • bugPattern

        private final java.lang.String bugPattern
      • bugPriority

        private final int bugPriority
    • Constructor Detail

      • ReportInfo

        ReportInfo​(java.lang.String pattern,
                   int priority)
    • Method Detail

      • getPattern

        java.lang.String getPattern()
      • getPriority

        int getPriority()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object