Class CfnNagReport
java.lang.Object
com.hack23.sonar.cloudformation.reports.cfnnag.CfnNagReport
The Class CfnNagReport.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.int
Gets the failure count.Gets the violations.int
hashCode()
Hash code.void
setFailureCount
(int failureCount) Sets the failure count.void
setViolations
(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.
-