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

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

    • CheckovReport

      public CheckovReport()
  • Method Details

    • getCheckType

      public String getCheckType()
      Gets the check type.
      Returns:
      the check type
    • setCheckType

      public void setCheckType(String checkType)
      Sets the check type.
      Parameters:
      checkType - the new check type
    • getSummary

      public CheckovSummary getSummary()
      Gets the summary.
      Returns:
      the summary
    • setSummary

      public void setSummary(CheckovSummary summary)
      Sets the summary.
      Parameters:
      summary - the new summary
    • getResults

      public CheckovResults getResults()
      Gets the results.
      Returns:
      the results
    • setResults

      public void setResults(CheckovResults results)
      Sets the results.
      Parameters:
      results - the new results
    • 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