Class CheckovSummary
java.lang.Object
com.hack23.sonar.cloudformation.reports.checkov.CheckovSummary
The Class CheckovSummary.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the checkov version.intGets the failed.intGets the parsing errors.intGets the passed.intGets the resource count.intGets the skipped.inthashCode()Hash code.voidsetCheckovVersion(String checkovVersion) Sets the checkov version.voidsetFailed(int failed) Sets the failed.voidsetParsingErrors(int parsingErrors) Sets the parsing errors.voidsetPassed(int passed) Sets the passed.voidsetResourceCount(int resourceCount) Sets the resource count.voidsetSkipped(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.
-