Class CheckovSummary

java.lang.Object
com.hack23.sonar.cloudformation.reports.checkov.CheckovSummary

public final class CheckovSummary extends Object
The Class CheckovSummary.
  • Constructor Details

    • CheckovSummary

      public CheckovSummary()
  • Method Details

    • getPassed

      public int getPassed()
      Gets the passed.
      Returns:
      the passed
    • setPassed

      public void setPassed(int passed)
      Sets the passed.
      Parameters:
      passed - the new passed
    • getFailed

      public int getFailed()
      Gets the failed.
      Returns:
      the failed
    • setFailed

      public void setFailed(int failed)
      Sets the failed.
      Parameters:
      failed - the new failed
    • getSkipped

      public int getSkipped()
      Gets the skipped.
      Returns:
      the skipped
    • setSkipped

      public void setSkipped(int skipped)
      Sets the skipped.
      Parameters:
      skipped - the new skipped
    • getParsingErrors

      public int getParsingErrors()
      Gets the parsing errors.
      Returns:
      the parsing errors
    • setParsingErrors

      public void setParsingErrors(int parsingErrors)
      Sets the parsing errors.
      Parameters:
      parsingErrors - the new parsing errors
    • getResourceCount

      public int getResourceCount()
      Gets the resource count.
      Returns:
      the resource count
    • setResourceCount

      public void setResourceCount(int resourceCount)
      Sets the resource count.
      Parameters:
      resourceCount - the new resource count
    • getCheckovVersion

      public String getCheckovVersion()
      Gets the checkov version.
      Returns:
      the checkov version
    • setCheckovVersion

      public void setCheckovVersion(String checkovVersion)
      Sets the checkov version.
      Parameters:
      checkovVersion - the new checkov version
    • toString

      public String toString()
      To string.
      Overrides:
      toString in class Object
      Returns:
      the string
    • equals

      public boolean equals(Object object)
      Equals.
      Overrides:
      equals in class Object
      Parameters:
      object - the object
      Returns:
      true, if successful
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
      Returns:
      the int