Class CheckovReport
java.lang.Object
com.hack23.sonar.cloudformation.reports.checkov.CheckovReport
The Class CheckovReport.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the check type.Gets the results.Gets the summary.inthashCode()Hash code.voidsetCheckType(String checkType) Sets the check type.voidsetResults(CheckovResults results) Sets the results.voidsetSummary(CheckovSummary summary) Sets the summary.toString()To string.
-
Constructor Details
-
CheckovReport
public CheckovReport()
-
-
Method Details
-
getCheckType
Gets the check type.- Returns:
- the check type
-
setCheckType
Sets the check type.- Parameters:
checkType- the new check type
-
getSummary
Gets the summary.- Returns:
- the summary
-
setSummary
Sets the summary.- Parameters:
summary- the new summary
-
getResults
Gets the results.- Returns:
- the results
-
setResults
Sets the results.- Parameters:
results- the new results
-
toString
To string. -
equals
Equals. -
hashCode
public int hashCode()Hash code.
-