Class CfnNagReport
java.lang.Object
com.hack23.sonar.cloudformation.reports.cfnnag.CfnNagReport
The Class CfnNagReport.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.intGets the failure count.Gets the violations.inthashCode()Hash code.voidsetFailureCount(int failureCount) Sets the failure count.voidsetViolations(List<CfnNagViolation> violations) Sets the violations.toString()To string.
-
Constructor Details
-
CfnNagReport
public CfnNagReport()
-
-
Method Details
-
getFailureCount
public int getFailureCount()Gets the failure count.- Returns:
- the failure count
-
setFailureCount
public void setFailureCount(int failureCount) Sets the failure count.- Parameters:
failureCount- the new failure count
-
getViolations
Gets the violations.- Returns:
- the violations
-
setViolations
Sets the violations.- Parameters:
violations- the new violations
-
toString
To string. -
equals
Equals. -
hashCode
public int hashCode()Hash code.
-