Class CheckovResults

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

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

    • CheckovResults

      public CheckovResults()
  • Method Details

    • getPassedChecks

      public List<CheckovPassedCheck> getPassedChecks()
      Gets the passed checks.
      Returns:
      the passed checks
    • setPassedChecks

      public void setPassedChecks(List<CheckovPassedCheck> passedChecks)
      Sets the passed checks.
      Parameters:
      passedChecks - the new passed checks
    • getFailedChecks

      public List<CheckovPassedCheck> getFailedChecks()
      Gets the failed checks.
      Returns:
      the failed checks
    • setFailedChecks

      public void setFailedChecks(List<CheckovPassedCheck> failedChecks)
      Sets the failed checks.
      Parameters:
      failedChecks - the new failed checks
    • getSkippedChecks

      public List<String> getSkippedChecks()
      Gets the skipped checks.
      Returns:
      the skipped checks
    • setSkippedChecks

      public void setSkippedChecks(List<String> skippedChecks)
      Sets the skipped checks.
      Parameters:
      skippedChecks - the new skipped checks
    • getParsingErrors

      public List<String> getParsingErrors()
      Gets the parsing errors.
      Returns:
      the parsing errors
    • setParsingErrors

      public void setParsingErrors(List<String> parsingErrors)
      Sets the parsing errors.
      Parameters:
      parsingErrors - the new parsing errors
    • 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