Class CheckovReport
java.lang.Object
com.hack23.sonar.cloudformation.reports.checkov.CheckovReport
The Class CheckovReport.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.Gets the check type.Gets the results.Gets the summary.int
hashCode()
Hash code.void
setCheckType
(String checkType) Sets the check type.void
setResults
(CheckovResults results) Sets the results.void
setSummary
(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.
-