Class CheckovSummary
java.lang.Object
com.hack23.sonar.cloudformation.reports.checkov.CheckovSummary
The Class CheckovSummary.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.Gets the checkov version.int
Gets the failed.int
Gets the parsing errors.int
Gets the passed.int
Gets the resource count.int
Gets the skipped.int
hashCode()
Hash code.void
setCheckovVersion
(String checkovVersion) Sets the checkov version.void
setFailed
(int failed) Sets the failed.void
setParsingErrors
(int parsingErrors) Sets the parsing errors.void
setPassed
(int passed) Sets the passed.void
setResourceCount
(int resourceCount) Sets the resource count.void
setSkipped
(int skipped) Sets the skipped.toString()
To string.
-
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
Gets the checkov version.- Returns:
- the checkov version
-
setCheckovVersion
Sets the checkov version.- Parameters:
checkovVersion
- the new checkov version
-
toString
To string. -
equals
Equals. -
hashCode
public int hashCode()Hash code.
-