Class HooksFile.LayoutCoverage

  • Enclosing class:
    HooksFile

    public static class HooksFile.LayoutCoverage
    extends java.lang.Object
    • Constructor Detail

      • LayoutCoverage

        public LayoutCoverage()
    • Method Detail

      • getTrustedCount

        public int getTrustedCount()
      • getTrustedIds

        public java.util.List<java.lang.Integer> getTrustedIds()
      • getQuarantinedFixedIds

        public java.util.List<java.lang.Integer> getQuarantinedFixedIds()
      • getQuarantinedVariableIds

        public java.util.List<java.lang.Integer> getQuarantinedVariableIds()
      • getNoLayoutIds

        public java.util.List<java.lang.Integer> getNoLayoutIds()
      • setTrustedCount

        public void setTrustedCount​(int trustedCount)
      • setTrustedIds

        public void setTrustedIds​(java.util.List<java.lang.Integer> trustedIds)
      • setQuarantinedFixedIds

        public void setQuarantinedFixedIds​(java.util.List<java.lang.Integer> quarantinedFixedIds)
      • setQuarantinedVariableIds

        public void setQuarantinedVariableIds​(java.util.List<java.lang.Integer> quarantinedVariableIds)
      • setNoLayoutIds

        public void setNoLayoutIds​(java.util.List<java.lang.Integer> noLayoutIds)
      • equals

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

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

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